@charset "UTF-8";
/*!
Theme Name: Paris Hawaii 1.0
Author: KOBOLD inc
Description: Paris Hawaii 1.0
Version： 1.0
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

*::before, *::after {
  background-repeat: no-repeat;
}

::selection {
  background: #95d4fd;
  color: #050505;
}

::-moz-selection {
  background: #95d4fd;
  color: #050505;
}

html {
  font-size: 16px;
  list-style: none;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-style: normal;
  background: #FFFFFF;
  background-size: auto;
  /* &.wf-active,.loading-delay {
    visibility: visible;
  } */
}

p {
  line-height: 1.8em;
  margin-bottom: 20px;
  text-align: justify;
  font-weight: 300;
  letter-spacing: 0.033em;
}
p:last-child {
  margin-bottom: 0;
}
p.mini {
  font-size: 90%;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  margin: 0 0 20px 20px;
}
ol li {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  word-break: break-all;
  overflow-wrap: break-all !important;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

img {
  vertical-align: top;
  line-height: 0;
}

.br-sp {
  display: none;
}

.br-pc {
  display: inherit;
}

address {
  font-style: normal;
}

.wp-block-media-text__content p {
  text-align: justify;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 8% !important;
}

main {
  width: 100%;
  position: relative;
  padding-top: 120px;
  overflow: hidden;
}
main.page-home {
  padding-top: 0;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.wrapper h2 {
  line-height: 1.5;
}

.hide {
  display: none;
}

.wp-block-media-text {
  margin-bottom: 2rem;
  /* &:nth-of-type(odd) {
    .wp-block-media-text__media {
      grid-column:2;
    }
    .wp-block-media-text__content {
      grid-column:1;
    }
  } */
}

.btnMore {
  text-align: center;
  margin: 60px auto 0 auto;
  font-weight: 300;
}
.btnMore a {
  background: rgb(228, 228, 228);
  mix-blend-mode: multiply;
  display: inline-block;
  width: 218px;
  height: 42px;
  line-height: 42px;
  color: #050505;
  position: relative;
  transition: all 0.35;
  letter-spacing: 0.1em;
  font-size: 18px;
  text-decoration: none;
}
.btnMore a:hover {
  opacity: 1;
  background: #050505;
  color: #FFFFFF;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  border-radius: 12px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.attention {
  border-radius: 6px;
  font-size: 0.8rem;
  margin-left: 10px;
  padding: 0.25em 0.5em;
}

button, input, optgroup, select, textarea {
  padding: 15px;
  margin: 0;
  border: none;
  border-radius: 8px;
}

textarea {
  width: 100%;
}

.required {
  color: #FFFFFF;
  font-weight: 700;
  padding: 1px 10px;
  margin-right: 10px;
  font-size: 90%;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-weight: 300;
}

.wpcf7-submit {
  display: block;
  width: 300px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  color: #FFFFFF;
  position: relative;
  transition: all 0.35;
  border-radius: 24px;
  font-weight: 700;
  margin: 60px auto 0 auto;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.wpcf7-submit:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  right: 20px;
  top: 0;
  transition: all 0.35;
}
.wpcf7-submit:hover {
  color: #FFFFFF !important;
  opacity: 1;
  transition: ease 0.25s all;
}

.wpcf7 .ajax-loader {
  display: block !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  padding: 15px;
  margin: 0;
  border: none;
  border-radius: 8px;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 15px;
  margin: 0;
  border: none;
  border-radius: 8px;
}

section {
  padding: 0px 0;
  margin: 150px auto;
}

table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
}
table.calender {
  background: #FFFFFF;
}
table.calender tr {
  position: relative;
}
table.calender tr:after {
  position: absolute;
  content: "";
  background: url(./assets/images/common/table_boder.png) repeat-x left top;
  width: calc(100% - 40px);
  height: 1px;
  bottom: 0;
  left: 20px;
}
table.calender tr:last-child:after {
  display: none;
}
table.calender th {
  width: 30%;
  letter-spacing: 0.1em;
  padding: 10px 20px;
}
table tbody tr {
  position: relative;
}
table tbody tr:after {
  position: absolute;
  content: "";
  background: url(./assets/images/common/table_boder.png) repeat-x left top;
  width: calc(100% - 40px);
  height: 1px;
  bottom: 0;
  left: 20px;
}
table tbody tr:last-child:after {
  display: none;
}
table tbody tr td {
  border: 0 !important;
}
table tbody tr td:first-child {
  text-align: center;
  width: 30%;
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
  .container {
    max-width: inherit;
  }
  main {
    min-width: inherit;
  }
  main .wrapper {
    max-width: 767px;
  }
  main .wrapper img {
    width: 100%;
    height: auto;
  }
  .btn-top {
    right: 0;
    bottom: 60px;
    transform: scale(0.6, 0.6);
  }
  .br-sp {
    display: inherit;
  }
  .br-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
  p {
    line-height: 1.6em;
    margin-bottom: 20px;
    font-size: 15px;
  }
  figure.wp-block-image.size-large {
    border-radius: 15px;
  }
  .wp-block-media-text__media img, .wp-block-media-text__media video {
    border-radius: 12px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 !important;
    margin-top: 20px;
  }
  .wp-block-media-text.is-stacked-on-mobile {
    margin-bottom: 20px;
  }
  section {
    margin: 30px auto;
    padding: 20px 0;
  }
  main {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-top: 50px;
  }
  .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-radius: 12px;
    padding: 10px;
    box-sizing: border-box;
  }
  table.calender {
    background: #FFFFFF;
  }
  table.calender tr {
    position: relative;
  }
  table.calender tr:after {
    position: absolute;
    content: "";
    background: url(./assets/images/common/table_boder.png) repeat-x left top;
    width: calc(100% - 20px);
    height: 1px;
    bottom: 0;
    left: 20px;
  }
  table.calender tr:last-child:after {
    display: none;
  }
  table.calender th {
    width: 35%;
    letter-spacing: 0.1em;
    padding: 5px 10px;
  }
  #page-01 {
    padding-bottom: 75px;
  }
  input, optgroup, select, textarea {
    width: 100%;
  }
  input[type=radio] {
    width: auto;
  }
  .wpcf7-list-item {
    display: block !important;
    margin: 0 0 5px 0 !important;
  }
  .wpcf7-list-item:last-of-type {
    margin-bottom: 0;
  }
  .btnMore {
    text-align: center;
    margin: 30px auto 0 auto;
    font-weight: 300;
  }
  .btnMore a {
    background: rgb(228, 228, 228);
    mix-blend-mode: multiply;
    display: inline-block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    color: #050505;
    position: relative;
    transition: all 0.35;
    letter-spacing: 0em;
    font-size: 15px;
    text-decoration: none;
  }
  .btnMore a:hover {
    opacity: 1;
    background: #050505;
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 500px) {
  html {
    font-size: 13px;
  }
}
body.drawer-open header .header-inner #nav-sp .drawer-hamburger-icon {
  background-color: #050505 !important;
}
body.home header {
  background: none;
}
body.home header #nav-pc {
  display: inline-block;
}
body.home header #nav-pc nav {
  padding-top: 20px;
  width: 100%;
}
body.home header #nav-pc nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.home header #nav-pc nav ul li {
  display: inline-block;
  font-size: 18px;
}
body.home header #nav-pc nav ul li a {
  display: block;
  font-weight: 300;
  color: #050505;
}
body.home header #nav-pc nav ul li a.nav-instagram {
  width: 40px;
  height: 40px;
  background: url(./assets/images/common/ico_instagram_b.png) no-repeat right top;
  background-size: contain;
}
body.home header #nav-pc nav ul li a.nav-link {
  position: relative;
}
body.home header #nav-pc nav ul li a.nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: #050505;
  transition: width 0.3s ease;
}
body.home header #nav-pc nav ul li a.nav-link.active:after {
  width: 100%;
}
body.home header.is-animation {
  transition: 0.3s ease-in-out;
  background: #E4E4E4;
}
body.home header.is-animation nav {
  padding-top: 20px;
  width: 100%;
}
body.home header.is-animation nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.home header.is-animation nav ul li {
  display: inline-block;
  font-size: 18px;
}
body.home header.is-animation nav ul li a {
  display: block;
  font-weight: 300;
  color: #050505 !important;
}
body.home header.is-animation nav ul li a.nav-instagram {
  transition: 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  background: url(./assets/images/common/ico_instagram_b.png) no-repeat right top !important;
  background-size: contain !important;
}

header {
  width: 100%;
  margin: 0 auto;
  padding: 20px 60px;
  box-sizing: border-box;
  height: 120px;
  position: fixed;
  z-index: 999;
  transition: 0.3s ease-in-out;
  background: #E4E4E4;
  transition: 0.3s ease-in-out;
}
header .header-inner {
  margin: 0 auto;
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .header-inner #logo {
  display: inline-block;
  width: auto;
}
header .header-inner #logo a {
  display: block;
}
header .header-inner #logo a img {
  width: auto;
  height: 16px;
}
header .header-inner #nav-pc {
  display: inline-block;
}
header .header-inner #nav-pc nav {
  width: 100%;
}
header .header-inner #nav-pc nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-inner #nav-pc nav ul li {
  display: inline-block;
  font-size: 18px;
  margin-left: 40px;
}
header .header-inner #nav-pc nav ul li:first-child {
  margin-left: 0;
}
header .header-inner #nav-pc nav ul li a {
  display: block;
  font-weight: 300;
  color: #050505;
}
header .header-inner #nav-pc nav ul li a img {
  width: 40px;
  height: auto;
}
header .header-inner #nav-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  body.home header {
    height: 50px;
    background: none;
  }
  body.home header .header-inner #nav-sp .openBtn span {
    background: #FFFFFF !important;
  }
  body.home header.is-animation {
    transition: 0.3s ease-in-out;
  }
  body.home header.is-animation nav ul li a {
    color: #050505;
  }
  body.home header .header-inner #nav-pc {
    display: none;
  }
  body.home header .header-inner #nav-sp .openBtn span {
    background: #050505 !important;
  }
  header {
    height: 50px;
    padding: 10px 10px;
  }
  header .header-inner {
    height: 30px;
  }
  header .header-inner #logo {
    line-height: 1;
  }
  header .header-inner #logo a img {
    width: auto;
    height: 11px;
  }
  header .header-inner #nav-pc {
    display: none;
  }
  header .header-inner #nav-sp {
    display: inherit;
  }
  header .header-inner #nav-sp #g-nav-sp {
    position: fixed;
    z-index: -1;
    display: none;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #E4E4E4;
    transition: all 0.35s;
  }
  header .header-inner #nav-sp #g-nav-sp.panelactive {
    display: inherit;
    opacity: 1;
    z-index: 999;
    transition: all 0.35s;
  }
  header .header-inner #nav-sp #g-nav-sp.panelactive ul {
    display: block;
  }
  header .header-inner #nav-sp #g-nav-sp.panelactive #g-nav-sp-list {
    position: fixed;
    z-index: 999;
    width: 90vw;
    text-align: center;
    margin: 0 auto;
    top: 12vh;
    left: 0;
    right: 0;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .header-inner #nav-sp #g-nav-sp h1 {
    text-align: center;
    margin: 0 auto 40px auto;
    padding: 0;
  }
  header .header-inner #nav-sp #g-nav-sp h1 img {
    width: auto;
    height: 60px;
  }
  header .header-inner #nav-sp #g-nav-sp ul {
    display: none;
    position: relative;
    z-index: 999;
    top: 0;
    text-align: center;
    margin: 0 auto;
  }
  header .header-inner #nav-sp #g-nav-sp ul li {
    list-style: none;
    text-align: center;
    display: block;
  }
  header .header-inner #nav-sp #g-nav-sp ul li a {
    color: #050505;
    text-decoration: none;
    padding: 15px;
    display: block;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: 300;
  }
  header .header-inner #nav-sp #g-nav-sp ul.nav-sp-sns {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    border-top: 1px solid #050505;
    padding-top: 35px;
  }
  header .header-inner #nav-sp #g-nav-sp ul.nav-sp-sns li {
    display: inline-block;
  }
  header .header-inner #nav-sp #g-nav-sp ul.nav-sp-sns li img {
    width: 30px;
  }
  header .header-inner #nav-sp .openBtn {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  header .header-inner #nav-sp .openBtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    background-color: #050505;
    width: 45%;
  }
  header .header-inner #nav-sp .openBtn span:nth-of-type(1) {
    top: 15px;
  }
  header .header-inner #nav-sp .openBtn span:nth-of-type(2) {
    top: 24px;
  }
  header .header-inner #nav-sp .openBtn span:nth-of-type(3) {
    top: 32px;
  }
  header .header-inner #nav-sp .openBtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
  }
  header .header-inner #nav-sp .openBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .header-inner #nav-sp .openBtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
  }
}
.page-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
  width: 48px;
  height: 48px;
  background: #050505;
  color: #FFFFFF;
  border: 1px solid #050505;
  border-radius: 24px;
  display: block;
  transition: opacity 0.3s;
  text-align: center;
  margin: 0 auto;
  padding: 12px;
}
.page-top span {
  display: none;
}
.page-top i {
  font-family: "Font Awesome 5 Free";
  opacity: 1;
  color: #FFFFFF;
  font-size: 24px;
}
.page-top.js-show {
  opacity: 1;
}

#float-btn {
  display: none;
}

footer {
  padding: 75px 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
  background: #E4E4E4;
  color: #050505;
}
footer .footer-link {
  max-width: 926px;
  text-align: center;
  margin: 0 auto;
}
footer .footer-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
footer .footer-link ul li {
  display: inline-block;
  width: 25%;
  max-width: 162px;
  padding: 0 0 0 0;
}
footer .footer-link ul li img {
  width: auto;
  height: 72px;
}
footer .footer-link ul li:first-child {
  width: 100%;
  max-width: inherit;
  text-align: center;
  margin: 0 auto;
}
footer .footer-link ul li:first-child img {
  width: 329px;
  height: auto;
}
footer .footer-link ul li:nth-child(2) img {
  width: auto;
  height: 67px;
}
footer .footer-link ul li:nth-child(5) img {
  width: auto;
  height: 43px;
}
footer .footer-link ul li:nth-child(8) img {
  width: auto;
  height: 43px;
}
footer .footer-link ul li:nth-child(5) img {
  width: auto;
  height: 43px;
}
footer .footer-link .copyright {
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  margin: 50px auto 0 auto;
}

@media only screen and (max-width: 767px) {
  .page-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 100;
    width: 36px;
    height: 36px;
    background: #050505;
    color: #FFFFFF;
    border: 1px solid #050505;
    border-radius: 18px;
    display: block;
    transition: opacity 0.3s;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    line-height: 0;
  }
  .page-top span {
    display: none;
  }
  .page-top i {
    font-family: "Font Awesome 5 Free";
    opacity: 1;
    color: #FFFFFF;
    font-size: 14px;
  }
  .page-top.js-show {
    opacity: 1;
  }
  footer {
    padding: 40px 25px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    background: #E4E4E4;
    color: #050505;
  }
  footer .footer-link {
    max-width: inherit;
    text-align: center;
    margin: 0 auto;
  }
  footer .footer-link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px 10px;
  }
  footer .footer-link ul li {
    display: inline-block;
    width: calc(25% - 10px);
    padding: 0 0 0 0;
  }
  footer .footer-link ul li img {
    width: auto;
    height: 36px;
  }
  footer .footer-link ul li:first-child {
    width: 100%;
    max-width: inherit;
    text-align: center;
    margin: 0 auto;
  }
  footer .footer-link ul li:first-child img {
    width: auto;
    height: 36px;
    margin-bottom: 20px;
  }
  footer .footer-link ul li:nth-child(2) img {
    width: auto;
    height: 30px;
  }
  footer .footer-link ul li:nth-child(5) img {
    width: auto;
    height: 18px;
  }
  footer .footer-link ul li:nth-child(8) img {
    width: auto;
    height: 18px;
  }
  footer .footer-link .copyright {
    font-size: 13px;
    text-align: center;
    margin: 50px auto 0 auto;
  }
}
#home-hero {
  position: relative;
  min-height: 1000px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
#home-hero .mainimg {
  overflow: hidden;
  max-width: 100%;
  position: absolute;
  content: "";
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  background: url(./assets/images/common/mainimg_01.jpg) no-repeat center top;
  background-size: 100% auto;
  width: 100%;
  min-height: 1000px;
  z-index: 0;
}
#home-hero .mainimg .home-hero-logo {
  position: absolute;
  content: "";
  left: 70px;
  top: 50px;
  z-index: 2;
}
#home-hero .mainimg .home-hero-logo img {
  width: 305px;
  height: auto;
}
#home-hero .mainimg #video-pc {
  position: absolute;
  content: "";
  left: -30%;
  right: -30%;
  text-align: center;
  margin: 0 auto;
  min-height: 100%;
  min-width: 100vw;
  top: 0;
  z-index: 1;
}

#home-logo .wrapper {
  max-width: 900px;
}
#home-logo .wrapper img {
  width: 100%;
  height: auto;
}

#home-about .wrapper {
  max-width: 1200px;
  padding: 100px 0;
}
#home-about .wrapper h2 {
  font-size: 65px;
  letter-spacing: 0.075em;
  font-weight: 300;
  text-align: center;
  margin: 0 auto 60px auto;
  max-width: 800px;
}
#home-about .wrapper p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
  margin: 0 auto 60px auto;
  max-width: 800px;
}

#home-menu .wrapper {
  max-width: 800px;
  position: relative;
  background: url(./assets/images/common/menu_bg.png) no-repeat center top;
  background-size: 100% auto;
  height: 650px;
}
#home-menu .wrapper .textBox {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 218px;
}
#home-menu .wrapper .textBox h2 {
  font-size: 65px;
  letter-spacing: 0.075em;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
}
#home-chef .wrapper {
  background: url(./assets/images/common/chef_bg.png) no-repeat center top;
  background-size: 100% auto;
  height: 650px;
  max-width: 800px;
  position: relative;
}
#home-chef .wrapper .textBox {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 218px;
}
#home-chef .wrapper .textBox h2 {
  font-size: 65px;
  letter-spacing: 0.075em;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
}
#home-instagram .wrapper {
  max-width: 900px;
}
#home-instagram .wrapper h2 {
  font-size: 65px;
  letter-spacing: 0.075em;
  font-weight: 300;
  text-align: center;
  margin: 0 auto 30px auto;
}
#home-instagram .wrapper .home-instagram-box {
  width: 100%;
  border: 1px solid #050505;
  padding: 50px;
}
#home-instagram .wrapper .home-instagram-box .home-instagram-img #sb_instagram {
  width: 100%;
}

#home-shop .wrapper {
  padding: 60px 0;
  max-width: 800px;
}
#home-shop .wrapper h2 {
  text-align: center;
  width: 100%;
  position: relative;
  font-size: 65px;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #050505;
}
#home-shop .wrapper h3 {
  font-size: 43px;
  letter-spacing: 0;
  margin: 0 0 30px 0;
  text-align: left;
  font-weight: 300;
  letter-spacing: 0.033em;
}
#home-shop .wrapper h4 {
  font-size: 23px;
  letter-spacing: 0em;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #050505;
  font-weight: 300;
  letter-spacing: 0.033em;
}
#home-shop .wrapper .shop-box {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
#home-shop .wrapper .shop-box p {
  display: inline-block;
  width: calc(100% - 218px);
  font-size: 23px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: 0.033em;
}
#home-shop .wrapper .shop-box .btnMore {
  display: inline-block;
  width: 218px;
  margin-top: 0;
}
#home-shop .wrapper .shop-sns {
  display: none;
}

#home-gmap {
  margin: 0 auto;
  line-height: 0;
}
#home-gmap iframe {
  width: 100%;
  height: 600px;
  border: none;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

@media only screen and (max-width: 767px) {
  #home-hero {
    margin: 0 auto;
    padding: 0;
    min-height: 270px;
  }
  #home-hero .mainimg {
    background-size: contain;
  }
  #home-logo {
    padding: 0 30px;
  }
  #home-logo .wrapper {
    max-width: 100%;
  }
  #home-logo .wrapper img {
    width: 100%;
    height: auto;
  }
  #home-about .wrapper {
    max-width: inherit;
    padding: 0 30px;
    width: 100%;
  }
  #home-about .wrapper .home-about-logo {
    text-align: center;
    margin: 0 auto 50px;
  }
  #home-about .wrapper .home-about-logo img {
    width: 100%;
    height: auto;
  }
  #home-about .wrapper h2 {
    font-size: 24px;
    letter-spacing: 0.05em;
    font-weight: 300;
    text-align: center;
    margin: 0 auto 30px auto;
    max-width: inherit;
  }
  #home-about .wrapper p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    margin: 0 auto 30px auto;
    max-width: inherit;
  }
  #home-menu {
    padding: 0 30px 30px 30px;
  }
  #home-menu .wrapper {
    max-width: inherit;
    position: relative;
    background: url(./assets/images/common/menu_bg.png) no-repeat center top;
    background-size: 100% auto;
    height: 269px;
  }
  #home-menu .wrapper .textBox {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 120px;
    z-index: 1;
  }
  #home-menu .wrapper .textBox h2 {
    line-height: 1;
    font-size: 25px;
    letter-spacing: 0.05em;
    font-weight: 300;
    text-align: right;
    margin: 0 auto;
  }
  #home-menu .wrapper .textBox .btnMore a {
    width: 120px;
  }
  #home-chef {
    padding: 0 30px 30px 30px;
  }
  #home-chef .wrapper {
    background: url(./assets/images/common/chef_bg.png) no-repeat center top;
    background-size: 100% auto;
    height: 269px;
    max-width: inherit;
    position: relative;
  }
  #home-chef .wrapper .textBox {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 120px;
    z-index: 1;
  }
  #home-chef .wrapper .textBox h2 {
    line-height: 1;
    font-size: 25px;
    letter-spacing: 0.05em;
    font-weight: 300;
    text-align: left;
    margin: 0 auto;
  }
  #home-chef .wrapper .textBox .btnMore a {
    width: 120px;
  }
  #home-instagram {
    padding: 0 30px 30px 30px;
  }
  #home-instagram .wrapper {
    max-width: inherit;
  }
  #home-instagram .wrapper h2 {
    font-size: 25px;
    letter-spacing: 0.05em;
    font-weight: 300;
    text-align: center;
    margin: 0 auto 20px auto;
  }
  #home-instagram .wrapper .home-instagram-box {
    width: 100%;
    border: 1px solid #050505;
    padding: 15px;
  }
  #home-instagram .wrapper .home-instagram-box .home-instagram-img #sb_instagram {
    width: 100%;
  }
  #home-shop {
    min-height: inherit;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 60px;
  }
  #home-shop .wrapper {
    width: 100%;
    padding: 0 30px;
    max-width: inherit;
    right: 0;
  }
  #home-shop .wrapper h2 {
    line-height: 1;
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    border-bottom: 1px solid #050505;
    top: 0;
    margin-bottom: 15px;
  }
  #home-shop .wrapper h3 {
    font-size: 21px;
    letter-spacing: 0em;
    margin: 0 0 15px 0;
    text-align: left;
    font-weight: 300;
  }
  #home-shop .wrapper h4 {
    font-size: 17px;
    letter-spacing: 0em;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #050505;
    font-weight: 300;
  }
  #home-shop .wrapper .shop-box {
    width: 100%;
    display: block;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  #home-shop .wrapper .shop-box p {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
  }
  #home-shop .wrapper .shop-box .btnMore {
    display: inline-block;
    width: 218px;
    margin-top: 30px;
    text-align: left;
  }
  #home-shop .wrapper .shop-box .btnMore a {
    text-align: center;
  }
  #home-shop .wrapper .shop-sns {
    display: inline-block;
    margin-top: 42px;
  }
  #home-shop .wrapper .shop-sns ul {
    display: flex;
    flex-direction: row;
    justify-content: left;
  }
  #home-shop .wrapper .shop-sns ul li {
    display: inline-block;
    margin-right: 15px;
  }
  #home-shop .wrapper .shop-sns ul li a {
    color: #050505;
  }
  #home-shop .wrapper .shop-sns ul li a i {
    font-size: 25px;
    width: 25px;
    height: auto;
  }
  #home-gmap {
    padding: 0;
    margin: 0 auto;
  }
  #home-gmap iframe {
    width: 100%;
    height: 200px;
    border: none;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
  }
}
body .page {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
body .page .page-hero h2 {
  font-size: 75px;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #050505;
  position: relative;
}
body.page-id-9 .page #page-01 .wrapper .img-column figure {
  margin-bottom: 50px;
}
body.page-id-9 .page #page-01 .wrapper .img-column figure:last-child {
  margin-bottom: 0;
}
body.page-id-14 .page #page-01 .wrapper h3 {
  font-size: 65px;
  font-weight: 300;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1;
  margin: 0 auto 60px auto;
}
body.page-id-14 .page #page-01 .wrapper p {
  font-size: 23px;
  margin-bottom: 60px;
}
body.page-id-12 .page .page-hero h2 {
  letter-spacing: 0.05em;
  font-size: 68px;
}

.page #page-01 .wrapper {
  max-width: 800px;
}
.page #page-01 .wrapper .wp-block-columns.parishawaii h3,
.page #page-01 .wrapper .wp-block-column.parishawaii h3 {
  font-weight: 300;
  text-align: left;
  font-size: 40px;
  letter-spacing: 0;
  margin: 30px 0 30px 0;
}
.page #page-01 .wrapper .wp-block-columns.parishawaii h3 span,
.page #page-01 .wrapper .wp-block-column.parishawaii h3 span {
  font-size: 80%;
}
.page #page-01 .wrapper .wp-block-columns.parishawaii h4,
.page #page-01 .wrapper .wp-block-column.parishawaii h4 {
  text-align: left;
  font-size: 23px;
  letter-spacing: 0.05em;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #050505;
  font-weight: 300;
}
.page #page-01 .wrapper .wp-block-columns.parishawaii p,
.page #page-01 .wrapper .wp-block-column.parishawaii p {
  text-align: left;
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 80px;
  font-weight: 300;
}
.page #page-01 .wrapper .wp-block-columns.parishawaii .wp-block-table table td,
.page #page-01 .wrapper .wp-block-column.parishawaii .wp-block-table table td {
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
  vertical-align: top;
  padding: 0;
  width: 100%;
}
.page #page-01 .wrapper .wp-block-columns.parishawaii .wp-block-table table td a,
.page #page-01 .wrapper .wp-block-column.parishawaii .wp-block-table table td a {
  color: #050505 !important;
  text-decoration: underline;
}
.page #page-01 .wrapper .wp-block-columns.parishawaii .wp-block-table table td:nth-child(1), .page #page-01 .wrapper .wp-block-columns.parishawaii .wp-block-table table td:nth-child(3),
.page #page-01 .wrapper .wp-block-column.parishawaii .wp-block-table table td:nth-child(1),
.page #page-01 .wrapper .wp-block-column.parishawaii .wp-block-table table td:nth-child(3) {
  width: 240px;
}
.page #page-01 .wrapper .page-sns {
  display: none;
}

@media only screen and (max-width: 767px) {
  body .page {
    position: relative;
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
  }
  body .page .page-hero {
    padding: 0 30px;
  }
  body .page .page-hero h2 {
    font-size: 27px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #050505;
    position: relative;
  }
  body.page-id-9 .page #page-01 .wrapper .img-column figure {
    margin-bottom: 30px;
  }
  body.page-id-9 .page #page-01 .wrapper .img-column figure:last-child {
    margin-bottom: 0;
  }
  body.page-id-14 .page #page-01 .wrapper h3 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1;
    margin: 0 auto 30px auto;
  }
  body.page-id-14 .page #page-01 .wrapper p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  body.page-id-12 .page .page-hero h2 {
    font-size: 27px;
    letter-spacing: 0.05em;
  }
  .page #page-01 .wrapper {
    padding: 0 30px;
    max-width: inherit;
  }
  .page #page-01 .wrapper .wp-block-columns.parishawaii h3,
  .page #page-01 .wrapper .wp-block-column.parishawaii h3 {
    font-weight: 300;
    text-align: left;
    font-size: 24px;
    letter-spacing: 0;
    margin: 30px 0 30px 0;
  }
  .page #page-01 .wrapper .wp-block-columns.parishawaii h3 span,
  .page #page-01 .wrapper .wp-block-column.parishawaii h3 span {
    font-size: 80%;
  }
  .page #page-01 .wrapper .wp-block-columns.parishawaii h4,
  .page #page-01 .wrapper .wp-block-column.parishawaii h4 {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.05em;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #050505;
    font-weight: 300;
  }
  .page #page-01 .wrapper .wp-block-columns.parishawaii p,
  .page #page-01 .wrapper .wp-block-column.parishawaii p {
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: 300;
  }
  .page #page-01 .wrapper .wp-block-columns.parishawaii .wp-block-table table td,
  .page #page-01 .wrapper .wp-block-column.parishawaii .wp-block-table table td {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: left;
    vertical-align: top;
    padding: 0;
    width: 100%;
  }
  .page #page-01 .wrapper .wp-block-columns.parishawaii .wp-block-table table td a,
  .page #page-01 .wrapper .wp-block-column.parishawaii .wp-block-table table td a {
    color: #050505 !important;
    text-decoration: underline;
  }
  .page #page-01 .wrapper .wp-block-columns.parishawaii .wp-block-table table td:nth-child(1), .page #page-01 .wrapper .wp-block-columns.parishawaii .wp-block-table table td:nth-child(3),
  .page #page-01 .wrapper .wp-block-column.parishawaii .wp-block-table table td:nth-child(1),
  .page #page-01 .wrapper .wp-block-column.parishawaii .wp-block-table table td:nth-child(3) {
    width: 30%;
  }
  .page #page-01 .wrapper .page-sns {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */