@charset UTF-8;
/* -------------------------------------------------- 
  icon
--------------------------------------------------*/

@font-face {
  font-family: 'icomoon';
  src:  url('/_assets/fonts/icomoon.eot?7kk3gs');
  src:  url('/_assets/fonts/icomoon.eot?7kk3gs#iefix') format('embedded-opentype'),
    url('/_assets/fonts/icomoon.ttf?7kk3gs') format('truetype'),
    url('/_assets/fonts/icomoon.woff?7kk3gs') format('woff'),
    url('/_assets/fonts/icomoon.svg?7kk3gs#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ico-blank:after {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.ico-download:after {
  content: "\e960";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}


/* -------------------------------------------------- 
  common
--------------------------------------------------*/
body, html {
  width: 100%;
  height: 100%;
  font-family: 'Shippori Mincho', serif;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
.ico-download:after {
  content: "\e960";
  display: inline-block;
  padding-left: 0.4em;
  text-decoration: none;
}
.ico-download:link {
  text-decoration: none;
}
.ico-download:hover {
  text-decoration: underline;
}
.ico-blank:after {
  content: "\e900";
  display: inline-block;
  padding-left: 0.3em;
}
.ico-blank:link {
  text-decoration: none;
}
.ico-blank:hover {
  text-decoration: underline;
}
img {
  width: 100%;
  height: auto;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
.inner {
  margin: 0 auto;
  max-width: 960px;
}
.section {
  padding: 100px 0;
}
.section-head {
  padding-bottom: 60px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.05em;
}
.emphasis-block {
  margin: 20px auto 20px auto;
  padding: 20px 50px;
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 2;
}
.note {
  font-size: 14px;
  line-height: 1.8 !important;
}

.view-more {
  margin-top: 40px;
  font-size: 18px;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
}
.view-more a {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  text-decoration: none;
  transition: 0.1s;
}
.view-more a:hover {
  opacity: 0.5;
}
.view-more a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotateZ(45deg) translateY(-50%);
}

.btn {
  text-align: center;
  cursor: pointer;
}
.btn a {
  display: inline-block;
  padding: 1em 2em;
  border: 1px solid #000;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.07em;
  line-height: 1;
  transition: 0.3s;
}
.btn a:hover{
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.submit-btn input {
  display: inline-block;
  padding: 1em 2em;
  border: 1px solid #000;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.07em;
  line-height: 1;
  transition: 0.3s;
}
.submit-btn input:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.move {
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.07em;
  text-decoration: none;
  transition: 0.1s;
}
.move a {
  display: block;
  position: relative;
  text-decoration: none;
  transition: 0.1s;
}
.move a:hover {
  opacity: 0.5;
}
.move-next {
  margin-right: 5px;
  padding-right: 15px;
}
.move-next a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotateZ(45deg) translateY(-50%);
}
.move-prev {
  margin-left: 5px;
  padding-left: 15px;
}
.move-prev a:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotateZ(-135deg) translateY(50%);
}
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  background-color: #000;
  border: 1px solid #000;
  font-size: 16px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
  transform: rotateZ(45deg);
  transition: 0.3s;
}
#pagetop a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transform: rotateZ(-45deg);
}
#pagetop a:before {
  display: block;
  position: absolute;
  top: 0;
  content: "\ea50";
  font-family: 'icomoon' !important;
  speak: never;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
#pagetop:hover {
  background-color: #fff;
}
#pagetop a:hover {
  color: #000;
}
/* -------------------------------------------------- 
  header
--------------------------------------------------*/
header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 25px 20px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.header-logo {
  display: none;
  font-size: 30px;
  letter-spacing: 0.07em;
  line-height: 1;
}
.header-logo a {
  text-decoration: none;
  transition: 0.3s;
}
.header-logo a:hover {
  opacity: 0.5;
}

.header-menu {
  font-size: 0;
}
.header-menu-item {
  display: inline-block;
  font-size: 14px;
}
.header-menu-item:not(:last-of-type) {
  margin-right: 15px;
}
.sns-official {
  font-size: 0;
}
.sns-official-item {
  display: inline-block;
  width: 26px;
}
.sns-official-item:not(:last-of-type) {
  margin-right: 12px;
}
.header-menu-item a {
  text-decoration: none;
}


/* -------------------------------------------------- 
  Menu
--------------------------------------------------*/
#menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
}
#menu nav {
  padding-top: 80px;
  width: 100%;
  height: 100%;
}
.menu-list {
  margin: 0 auto;
  width: 60%;
}
.menu-list-item {
  width: 100%;
}
.menu-list-item a {
  display: block;
  padding: 15px;
  text-decoration: none;
  transition: 0.3s;
}
.menu-list-item a:hover {
  opacity: 0.5;
}

#menu-open, #menu-close {
  transition: 0.2s;
}

#menu-open {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 70px;
  height: 70px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
#menu-open:after {
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: never;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1px;
}
#menu-open:hover {
  background-color: #fff;
  color: #000;
}

#menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 70px;
  height: 70px;
  color: #000;
  cursor: pointer;
}
#menu-close:after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1px;
}
#menu-close:hover {
  background-color: #000;
  color: #fff;
}


/* -------------------------------------------------- 
  KV
--------------------------------------------------*/
#kv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#kv-logo {
  position: absolute;
  display: block;
  z-index: 1;
  width: 10vw;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
#slider {
  width: 100%;
}
.slick-slide {
  width: 100%;
  outline: none;
}
.slick-slide img {
  height: 100%;
}


/* -------------------------------------------------- 
  NEWS
--------------------------------------------------*/
#news {
  
}

.news-post-title {
  margin: 30px 0 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.news-post-date {
  display: block;
  padding-bottom: 50px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
}
.news-post-body {
  line-height: 2;
}
.news-post-body p:not(:last-of-type) {
  padding-bottom: 1.5em;
}
.news-posts {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.news-posts .news-post {
  max-width: 300px;
  margin-bottom: 50px;
 margin-right: 30px;
}
.news-posts .news-post:nth-of-type(3n) {
  margin-right: 0;
}
#top .news-posts .news-post:nth-of-type(n + 4) {
  display: none;
}
.news-posts .news-post a:link {
  text-decoration: none;
}
.news-posts .news-post a {
  display: block;
  transition: 0.1s;
}
.news-posts .news-post a:hover {
  opacity: 0.5;
}
.news-posts .news-post-thumb {
  margin-bottom: 10px;
}
.news-posts .news-post-title {
  margin: 0 8px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.news-posts .news-post-body {
  margin: 10px 0 5px;
  height: 4.2em;
  line-height: 1.4;
  overflow: hidden;

  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;  
  -o-text-overflow: ellipsis;  
}
.news-posts .news-post-date {
  padding-bottom: 0;
}


/* -------------------------------------------------- 
  ABOUT
--------------------------------------------------*/
#about .section-image {
  margin-top: 80px;
  width: 100%;
  height: 300px;
  background: url(/_assets/images/about-img01.jpg) center center no-repeat;
  background-size: cover;
}
#about p {
  margin-bottom: 1em;
  line-height: 2.4;
  letter-spacing: 0.02em;
  text-align: center;
}
.sign {
  text-align: right;
}


/* -------------------------------------------------- 
  CAFE & RESTURANT
--------------------------------------------------*/
#cafe .section-image {
  margin-top: 80px;
  width: 100%;
  height: 300px;
  background: url(/_assets/images/cafe-img01.jpg) center 82% no-repeat;
  background-size: cover;
}
#cafe p {
  margin-bottom: 1em;
  line-height: 2.4;
  letter-spacing: 0.02em;
  text-align: center;
}
#cafe h3 {
  text-align: center;
  padding: 30px 0 10px;
  font-size: 20px;
  font-weight: 700;
}


/* -------------------------------------------------- 
  GALLERY & RENTAL SPACE
--------------------------------------------------*/
#rental .section-image {
  margin-top: 80px;
  width: 100%;
  height: 300px;
  background: url(/_assets/images/rental-img01.jpg) center 70% no-repeat;
  background-size: cover;
}
#rental p {
  margin-bottom: 1em;
  line-height: 2.4;
  letter-spacing: 0.02em;
  text-align: center;
}
.rental-map {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.rental-map img {
  width: 49%;
}
.rental-photo {
  margin-bottom: 50px;
  font-size: 0;
}
.rental-photo-item {
  display: inline-block;
  width: 300px;
}
.rental-photo-item:not(:last-of-type) {
  margin-right: 30px;
}


/* -------------------------------------------------- 
  ONLINE SHOP
--------------------------------------------------*/
.shop-posts {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.shop-post {
  max-width: 225px;
  margin-right: 20px;
  transition: 0.3s;
}
.shop-post:hover {
  opacity: 0.5;
}
.shop-post:nth-child(n + 4) {
  margin-right: 0;
}
.shop-post:not(:last-of-type) {
  /* margin-right: 30px; */
}
.shop-post-thumb {
  /* margin-bottom: 10px; */
}
.shop-post-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.shop-post-body {
  margin-bottom: 3px;
  height: 4.4em;
  line-height: 1.4;
  overflow: hidden;
}
.shop-post-price {
  display: block;
  margin-bottom: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.storesjp-button-cart {
  display: block;
  margin: 0 auto;
}
.slick-arrow {
  position: absolute;
  top: 34%;
  width: 30px;
  height: 30px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  text-indent: -9999px;
}
.slick-prev {
  left: -40px;
  transform: rotateZ(-45deg);
}
.slick-next {
  right: -30px;
  transform: rotateZ(135deg);
}


/* -------------------------------------------------- 
  BOOK
--------------------------------------------------*/
#book h3 {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
#book p {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.02em;
}
#book p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
#book .emphasis-block p {
  text-align: left;
}
#book .emphasis-block p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
#book .section-image {
  margin-top: 80px;
  width: 100%;
  height: 300px;
  background: url(/_assets/images/book-img01.jpg) center center no-repeat;
  background-size: cover;
}


/* -------------------------------------------------- 
  VEGETABLE STORE
--------------------------------------------------*/
#vegetable h3 {
  margin: 50px 0 30px;
  padding: 30px 0 10px;
  font-size: 20px;
  font-weight: 700;
}
#vegetable h4 {
  padding: 30px 0 10px;
  font-size: 18px;
  font-weight: 700;
}
.vegetable-image {
  margin: 0 auto 30px;
  width: 70%;
}
#vegetable p {
  margin-bottom: 1em;
  line-height: 2;
  letter-spacing: 0.02em;
}


/* -------------------------------------------------- 
  RECRUIT
--------------------------------------------------*/
#recruit h3 {
  padding: 30px 0 10px;
  font-size: 18px;
  font-weight: 700;
}
#recruit p {
  margin-bottom: 1em;
  line-height: 2;
  letter-spacing: 0.02em;
}
.recruit-entry {
  margin: 0 auto;
  width: 60%;
}
.recruit-conditions {
  margin: 0 auto;
  width: 60%;
}
#recruit dl {
  position: relative;
  margin-bottom: 15px;
  line-height: 1.3;
}
#recruit dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 4em;
}
#recruit dd {
  padding-left: 5em;
}
#recruit dd:before {
  margin-left: -1em;
  content: '：';
}
#recruit li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 0.5em;
  line-height: 1.3;
}
#recruit li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}
#recruit .section-image {
  margin-top: 80px;
  width: 100%;
  height: 300px;
  background: url(/_assets/images/slider-img01.jpg) center center no-repeat;
  background-size: cover;
}


/* -------------------------------------------------- 
  ACCESS
--------------------------------------------------*/
#access h3 {
  padding: 30px 0 10px;
  font-size: 20px;
  font-weight: 700;
}
#access h4 {
  padding: 30px 0 10px;
  font-size: 18px;
  font-weight: 700;
}
#access p {
  margin-bottom: 1em;
  line-height: 2;
  letter-spacing: 0.02em;
}
.access-map {
}


/* -------------------------------------------------- 
  CONTACT
--------------------------------------------------*/
#contact {
  padding :50px 0 100px;
}
#contact p, .screen-reader-response, .wpcf7-mail-sent-ok {
  margin-bottom: 1em;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}
.contact-form dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
.contact-form dl:last-of-type {
  align-items: flex-start;
}
.contact-form dl dt {
  width: 20%;
  padding: 0.5em;
}
.contact-form dl dd {
  position: relative;
  width: 80%;
}
.contact-form dl dd input {
  padding: 1em 0.5em;
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.contact-form dl dd textarea {
  padding: 1em 0.5em;
  width: 100%;
  height: 200px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.contact-form dl dd input:focus, .contact-form dl dd textarea:focus {
  background-color: #f6f6f6;
}
.contact-form dl dd select {
  display: block;
  border: 1px solid #ccc;
  padding: 0.8em 1em 0.9em;
  width: 100%;
  outline: 1px solid #cdcdcd;
  outline-offset: -1px;
}
.contact-form dl .select-form:after {
  display: block;
  content: '▼';
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  transform: translateY(-50%);
}


/* -------------------------------------------------- 
  footer
--------------------------------------------------*/
footer {
  padding: 30px 0;
  text-align: center;
}

footer .sns-official {
  padding-bottom: 25px;
}




/* ---------------------------------------------------------------------------------------------------- 

ここからスマートフォン

----------------------------------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
  /* -------------------------------------------------- 
    common
  --------------------------------------------------*/
  body, html {
    font-size: 3.8vw;
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    margin: 0 4vw;
    max-width: none;
    width: auto;
  }
  .section {
    padding: 16vw 0;
  }
  .section-head {
    padding-bottom: 8vw;
    font-size: 10vw;
    letter-spacing: 0;
  }
  .emphasis-block {
    margin: 5.333333vw auto;
    padding: 5.333333vw 4vw;
  }
  .note {
    display: block;
    margin-top: 1.333333vw;
    font-size: 3.2vw;
  }

  .view-more {
    margin-top: 16vw;
    font-size: 4.222222vw;
  }
  .view-more a {
    margin-right: 1.333333vw;
    padding-right: 2.666666vw;
  }

  .view-more a:after {
    width: 1.866666vw;
    height: 1.866666vw;
  }

  .move {
    padding-top: 13.333333vw;
    font-size: 5.333333vw;
  }
  .move a {
    font-size: 4.222222vw;
  }
  .move a:hover {
    opacity: 1;
  }
  .move-next {
    margin-right: 0;
    padding-right: 4vw;
  }
  .move-next a:after {
    right: -4vw;
    width: 1.866666vw;
    height: 1.866666vw;
  }
  .move-prev {
    margin-left: 0;
    padding-left: 4vw;
  }
  .move-prev a:before {
    left: -4vw;
    width: 1.866666vw;
    height: 1.866666vw;

  }
  #pagetop {
    bottom: 8vw;
    right: 8vw;
    width: 13.333333vw;
    height: 13.333333vw;
    font-size: 3.466666vw;
  }
  #pagetop a {
    padding-top: 1.333333vw;
  }
  #pagetop a:before {
    top: -0.888888vw;
    font-size: 5.333333vw;
  }
  /* -------------------------------------------------- 
    header
  --------------------------------------------------*/
  header {
    padding: 4vw;
  }
  .header-logo {
    font-size: 8vw;
  }
  .header-logo a {
  }
  .header-logo a:hover {
    opacity: 1;
  }
  .header-menu {
  }
  .header-menu-item {
    font-size: 3.733333vw;
  }
  .header-menu-item:not(:last-of-type) {
    margin-right: 4vw;
  }
  .sns-official {
  }
  .sns-official-item {
    width: 8vw;
  }
  .sns-official-item:not(:last-of-type) {
    margin-right: 5.222222vw;
  }
  .header-menu-item a {
  }


  /* -------------------------------------------------- 
    Menu
  --------------------------------------------------*/
  #menu {
  }
  #menu nav {
    padding-top: 21.333333vw;
  }
  .menu-list {
    width: auto;
  }
  .menu-list-item {
  }
  .menu-list-item a {
    padding: 4vw;
  }
  .menu-list-item a:hover {
    opacity: 1;
  }
  #menu-open, #menu-close {
  }
  #menu-open:hover, #menu-close:hover {
    opacity: 1;
  }

  #menu-open {
    width: 16vw;
    height: 16vw;
  }
  #menu-open:after {
    font-size: 8.666666vw;
  }

  #menu-close {
  }
  #menu-close:after {
    font-size: 8.666666vw;
  }


  /* -------------------------------------------------- 
    KV
  --------------------------------------------------*/
  #kv {
    width: 100%;
  }
  #kv-logo {
  width: 20vw;
  }
  #slider {
    width: 100%;
  }
  .slick-slide {
    width: 100%;
  }
  .slick-slide img {
    height: 100%;
  }


  /* -------------------------------------------------- 
    NEWS
  --------------------------------------------------*/
  #news {

  }

  .news-post-title {
    margin: 6vw 0 2.666666vw;
    font-size: 5.8vw;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .news-post-date {
    padding-bottom: 10.666666vw;
    font-size: 5.222222vw;
    letter-spacing: 0.02em;
  }
  .news-post-body {
    line-height: 2;
  }
  .news-post-body p:not(:last-of-type) {
    padding-bottom: 1.5em;
  }
  .news-posts {
    margin-bottom: -21.333333vw;
  }
  .news-posts .news-post {
    max-width: none;
    width: 48%;
    margin-bottom: 13.333333vw;
    margin-right: 4%;
  }
  .news-posts .news-post:nth-of-type(3n) {
    margin-right: 4%;
  }
  .news-posts .news-post:nth-of-type(2n) {
    margin-right: 0;
  }
  #top .news-posts .news-post:nth-child(n + 3) {
    display: none;
  }
  .news-posts .news-post a:link {

  }
  .news-posts .news-post a {

  }
  .news-posts .news-post a:hover {
    opacity: 1;
  }
  .news-posts .news-post-thumb {
    margin-bottom: 2.666666vw;
  }
  .news-posts .news-post-title {
    margin: 0;
    font-size: 4.222222vw;
    line-height: 1.2;
  }
  .news-posts .news-post-body {
    margin: 2.666666vw 0 0.888888vw;  
  }
  .news-posts .news-post-date {

  }


  /* -------------------------------------------------- 
    ABOUT
  --------------------------------------------------*/
  #about .section-image {
    margin-top: 13.333333vw;
    width: 100%;
    height: 40vw;
  }
  #about p {
    margin-bottom: 1.5em;
    line-height: 1.8;
    text-align: left;
  }
  .sign {
    text-align: right !important;
  }


  /* -------------------------------------------------- 
    CAFE & RESTURANT
  --------------------------------------------------*/
  #cafe .section-image {
    margin-top: 13.333333vw;
    width: 100%;
    height: 40vw;
  }
  #cafe p {
    margin-bottom: 1.5em;
    line-height: 2;
    letter-spacing: 00;
    text-align: left;
  }
  #cafe h3 {
    text-align: left;
    padding: 8vw 0 2.666666vw;
    font-size: 5.333333vw;
  }


  /* -------------------------------------------------- 
    GALLERY & RENTAL SPACE
  --------------------------------------------------*/
  #rental .section-image {
    margin-top: 13.333333vw;
    width: 100%;
    height: 40vw;
  }
  #rental p {
    margin-bottom: 1.5em;
    line-height: 2;
    letter-spacing: 0;
  }
  .rental-map {
    display: block;
    margin-bottom: 13.333333vw;
  }
  .rental-map img:not(:last-of-type){
    margin-bottom: 8vw;
  }
  .rental-map img {
    width: 100%;
  }
  .rental-photo {
    margin-bottom: 13.333333vw;
    font-size: 0;
  }
  .rental-photo-item {
    width: 100%;
  }
  .rental-photo-item:not(:last-of-type) {
    margin-right: 8vw;
  }


  /* -------------------------------------------------- 
    ONLINE SHOP
  --------------------------------------------------*/
  .shop-posts {
    flex-wrap: wrap;
  }
  .shop-post {
    margin-bottom: 21.333333vw;
    max-width: none;
    width: auto;
    margin-right: 4%;
  }
  .shop-post:nth-of-type(even) {
    margin-right: 0;
  }
  .shop-post {
    margin-bottom: 4%;
    width: 48%;
  }
  ..shop-post:hover {
    opacity: 1;
  }
  .shop-post-title {
    margin-bottom: 2.133333vw;
    font-size: 4.8vw;
  }
  .shop-post-body {
    margin-bottom: 0.8vw;
    height: auto;
  }
  .shop-post-price {
    margin-bottom: 5.333333vw;
    font-size: 5.333333vw;
  }
  .storesjp-button-cart {
  }
  .slick-arrow {
    width: 8vw;
    height: 8vw;
  }
  .slick-prev {
    left: -5.333333vw;
  }
  .slick-next {
    right: -8vw;
  }


  /* -------------------------------------------------- 
    BOOK
  --------------------------------------------------*/
  #book h3 {
    padding-bottom: 2.666666vw;
    font-size: 5.333333vw;
  }
  #book p {
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #book p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  #book .section-image {
    margin-top: 21.333333vw;
    width: 100%;
    height: 40vw;
  }
  #book .emphasis-block p {
    text-align: left;
  }


  /* -------------------------------------------------- 
    VEGETABLE STORE
  --------------------------------------------------*/
  #vegetable h3 {
    margin: 13.333333vw 0 8vw;
    padding: 8vw 0 2.666666vw;
    font-size: 5.333333vw;
  }
  #vegetable h4 {
    padding: 8vw 0 2.666666vw;
    font-size: 4.8vw;
  }
  .vegetable-image {
    margin: 0 auto 8vw;
    width: 100%;
  }
  #vegetable p {
    margin-bottom: 1.5em;
    line-height: 1.8;
    letter-spacing: 0;
  }


  /* -------------------------------------------------- 
    RECRUIT
  --------------------------------------------------*/
  #recruit h3 {
    padding: 8vw 0 2.666666vw;
    font-size: 5.333333vw;
  }
  #recruit p {
    margin-bottom: 1.5em;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .recruit-entry {
    width: auto;
  }
  .recruit-conditions {
    width: auto;
  }
  #recruit dl {
    margin-bottom: 4vw;
  }
  #recruit dt {
  }
  #recruit dd {
  }
  #recruit dd:before {
  }
  #recruit li {
    margin-bottom: 2.333333vw;
  }
  #recruit .section-image {
    margin-top: 13.333333vw;
    width: 100%;
    height: 40vw;
  }


  /* -------------------------------------------------- 
    ACCESS
  --------------------------------------------------*/
  #access h3 {
    padding: 30px 0 10px;
    font-size: 4.8vw;
    font-weight: 700;
  }
  #access h4 {
    padding: 8vw 0 2.333333vw;
    font-size: 4.222222vw;
  }
  #access p {
    margin-bottom: 1.5em;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .access-map {
  }


  /* -------------------------------------------------- 
    CONTACT
  --------------------------------------------------*/
  #contact {
    padding :6.666666vw 0 13.333333vw;
  }
  #contact p, .screen-reader-response, .wpcf7-mail-sent-ok {
    text-align: left;
  }
  .contact-form dl {
    display: block;
    margin-bottom: 8vw;
  }
  .contact-form dl:last-of-type {
    align-items: flex-start;
  }
  .contact-form dl dt {
    width: auto;
    padding: 0.5em 0;
  }
  .contact-form dl dd {
    position: relative;
    width: auto;
  }
  .contact-form dl dd input {
    padding: 1em 0.5em;
    width: 100%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .contact-form dl dd textarea {
    padding: 1em 0.5em;
    width: 100%;
    height: 200px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .contact-form dl dd input:focus, .contact-form dl dd textarea:focus {
 
  }
  .contact-form dl dd select {
    display: block;
    border: 1px solid #ccc;
    padding: 0.8em 1em 0.9em;
    width: 100%;
    outline: 1px solid #cdcdcd;
    outline-offset: -1px;
  }
  .contact-form dl .select-form:after {

  }
  
  
  /* -------------------------------------------------- 
    footer
  --------------------------------------------------*/
  footer {
    padding: 8vw 0;
  }

  footer .sns-official {
    padding-bottom: 6.666666vw;
  }
}