@charset "UTF-8";
/*!
Theme Name: Westman Cafe+Lounge 2.0
Author: KOBOLD inc
Description: Westman Cafe+Lounge 2.0
Version： 2.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: rgba(255, 255, 255, 0.5);
  color: #050505;
}

::-moz-selection {
  background: rgba(255, 255, 255, 0.5);
  color: #050505;
}

html {
  font-size: 16px;
  list-style: none;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #050505;
  background: #f7f5f1;
  background-attachment: fixed;
  background-size: 100% auto;
  /* &.wf-active,.loading-delay {
    visibility: visible;
  } */
}

p {
  line-height: 1.8em;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 300;
}
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;
}

h2 {
  color: #859e90;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.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;
  overflow: hidden;
}
main.page-home {
  padding-top: 0;
}

.wrapper {
  width: 100%;
  max-width: 800px;
  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: 0 auto 0 auto;
  font-weight: 400;
}
.btnMore a {
  display: inline-block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  color: #FFFFFF;
  background: #859e90;
  position: relative;
  transition: all 0.35;
  letter-spacing: 0.1em;
  font-size: 18px;
  text-decoration: none;
  border-radius: 24px;
}
.btnMore a:hover {
  opacity: 1;
  background: #FFFFFF;
  color: #859e90;
}

.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: 500;
}

.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: 250px 0;
  margin: 0 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;
  }
  .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: 150px;
  }
  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: 15px auto 0 auto;
  }
  .btnMore a {
    display: inline-block;
    width: 94px;
    height: 27.5px;
    line-height: 27.5px;
    padding: 0 15px 0 15px;
    color: #FFFFFF;
    background: #859e90;
    position: relative;
    transition: all 0.35;
    letter-spacing: 0.1em;
    font-size: 9px;
    text-decoration: none;
  }
  .btnMore a:hover {
    opacity: 1;
    background: #FFFFFF;
    color: #859e90;
  }
}
@media only screen and (max-width: 500px) {
  html {
    font-size: 13px;
  }
}
body.drawer-open header .header-inner #nav-sp .drawer-hamburger-icon {
  background-color: #FFFFFF !important;
}
body.home header {
  background: none;
}
body.home header.is-animation {
  background: rgba(255, 255, 255, 0.5);
  transition: 0.3s ease-in-out;
}
body.home header.is-animation #nav-pc ul li a {
  color: #050505;
  transition: 0.3s ease-in-out;
}
body.home header #nav-pc {
  display: inline-block;
}
body.home header #nav-pc nav {
  padding-top: 5px;
}
body.home header #nav-pc nav ul li a {
  transition: 0.3s ease-in-out;
  color: #FFFFFF;
}

header {
  width: 100%;
  margin: 0 auto;
  padding: 35px 60px;
  box-sizing: border-box;
  height: 120px;
  position: fixed;
  z-index: 999;
  transition: 0.3s ease-in-out;
}
header.is-animation {
  background: rgba(255, 255, 255, 0.5);
  transition: 0.3s ease-in-out;
}
header.is-animation #nav-pc ul li a {
  transition: 0.3s ease-in-out;
}
header .header-inner {
  margin: 0 auto;
  width: 100%;
  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: 50px;
}
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;
}
header .header-inner #nav-pc nav ul li:first-child {
  margin-left: 0;
}
header .header-inner #nav-pc nav ul li:nth-child(2) {
  margin-left: 40px;
}
header .header-inner #nav-pc nav ul li:nth-child(3) {
  margin-left: 40px;
}
header .header-inner #nav-pc nav ul li:nth-child(4) {
  margin-left: 40px;
}
header .header-inner #nav-pc nav ul li:nth-child(5) {
  margin-left: 40px;
}
header .header-inner #nav-pc nav ul li:nth-child(6) {
  margin-left: 20px;
}
header .header-inner #nav-pc nav ul li a {
  display: block;
  color: #050505;
}
header .header-inner #nav-pc nav ul li a i {
  font-size: 40px;
  height: auto;
}
header .header-inner #nav-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  body.home header {
    height: 50px;
  }
  body.home header .header-inner #nav-pc {
    display: none;
  }
  body.home header .header-inner #nav-sp .openBtn span {
    background: #FFFFFF;
    transition: all 0.4s;
  }
  body.home header.is-animation #nav-sp .openBtn span {
    background: #050505;
    transition: all 0.4s;
  }
  header {
    height: 50px;
    padding: 15px 10px;
  }
  header .header-inner #logo a img {
    width: auto;
    height: 21px;
  }
  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: #d1e5cd;
    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: 15vh;
    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: 41px;
  }
  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;
  }
  header .header-inner #nav-sp #g-nav-sp ul li a {
    font-weight: 400;
    color: #050505;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
  }
  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 i {
    font-size: 30px;
    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: 78px;
  height: 78px;
  background: #050505;
  color: #FFFFFF;
  border-radius: 48px;
  display: block;
  transition: opacity 0.3s;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}
.page-top span {
  display: none;
}
.page-top:hover {
  background: #859e90;
}
.page-top svg {
  display: block;
  width: 100%;
  height: auto;
}
.page-top.js-show {
  opacity: 1;
}

#float-btn {
  display: none;
}

footer {
  padding: 50px 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
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: 40px 20px;
}
footer .footer-link ul li {
  display: inline-block;
  width: 20%;
  max-width: 160px;
  padding: 0 0 0 0;
}
footer .footer-link ul li img {
  width: auto;
  height: 80px;
}
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: 336px;
  height: auto;
  margin-bottom: 40px;
}
footer .footer-link ul li:nth-child(5) img {
  width: auto;
  height: 36px;
}
footer .footer-link ul li:nth-child(8) img {
  width: auto;
  height: 36px;
}
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-radius: 18px;
    display: block;
    transition: opacity 0.3s;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    line-height: 0;
  }
  .page-top svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .page-top.js-show {
    opacity: 1;
  }
  footer {
    padding: 25px 25px;
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  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 5px;
  }
  footer .footer-link ul li {
    display: inline-block;
    width: calc(20% - 5px);
    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: 30px;
    margin-bottom: 20px;
  }
  footer .footer-link ul li:nth-child(5) img {
    width: auto;
    height: 15px;
  }
  footer .footer-link ul li:nth-child(8) img {
    width: auto;
    height: 15px;
  }
  footer .footer-link .copyright {
    font-size: 13px;
    text-align: center;
    margin: 50px auto 0 auto;
  }
}
#home-hero {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0;
}
#home-hero .mainimg {
  max-width: 100%;
  content: "";
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
#home-hero .mainimg img {
  width: 100%;
  height: auto;
}

#home-about {
  text-align: center;
  z-index: 1;
}
#home-about .wrapper {
  text-align: left;
}
#home-about .wrapper .home-about-logo {
  margin: 0 auto 200px auto;
  text-align: center;
  width: 500px;
}
#home-about .wrapper .home-about-logo img {
  width: 100%;
  height: auto;
  margin-top: 0;
}
#home-about .wrapper p {
  color: #050505;
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 30px;
}
#home-about .wrapper img {
  margin-top: 270px;
}

#home-menu {
  width: 100%;
  aspect-ratio: 1920/1378;
  background: url(./assets/images/common/home_menu_img.png) no-repeat center top;
  background-size: 100% 100%;
  position: relative;
}
#home-menu .wrapper {
  width: 100%;
  height: 100%;
  max-width: inherit;
  margin: 0 auto;
}
#home-menu .wrapper .home-menu-box {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home-menu .wrapper .home-menu-box h2 {
  z-index: 1;
  font-size: 80px;
  text-align: center;
  margin: 0 auto 40px auto;
  padding: 0;
}
#home-menu .wrapper .home-menu-box .btnMore {
  margin-top: 0;
}

#home-instagram .wrapper {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
#home-instagram .wrapper .instagram-head {
  padding: 0;
}
#home-instagram .wrapper .instagram-head h2 {
  position: relative;
  font-size: 80px;
  text-align: center;
  margin: 0 auto 80px auto;
  line-height: 1;
}
#home-instagram .wrapper .instagram-box {
  color: #050505;
}
#home-instagram .wrapper .btnMore {
  margin-top: 50px;
}

#home-shop {
  width: 100%;
  aspect-ratio: 1920/1378;
  background: url(./assets/images/common/home_shop_img.png) no-repeat center top;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 100px;
}
#home-shop .wrapper {
  width: 100%;
  height: 100%;
  max-width: inherit;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
#home-shop .wrapper .home-shop-box {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home-shop .wrapper .home-shop-box h2 {
  z-index: 1;
  line-height: 0.88;
  font-size: 80px;
  text-align: center;
  margin: 0 auto 80px auto;
  padding: 0;
}
#home-shop .wrapper .home-shop-box h3 {
  font-size: 43px;
  font-weight: 300;
  margin: 0 auto 50px auto;
  text-align: center;
}
#home-shop .wrapper .home-shop-box h4 {
  width: 200px;
  font-size: 23px;
  font-weight: 300;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #050505;
  text-align: center;
}
#home-shop .wrapper .home-shop-box p {
  font-size: 23px;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
}
#home-shop .wrapper .home-shop-box .btnMore {
  margin-top: 80px;
}

@media only screen and (max-width: 1440px) {
  #home-about {
    content: "";
    margin: 50px auto 0 auto;
    text-align: center;
    z-index: 1;
  }
  #home-about .wrapper {
    text-align: left;
  }
  #home-about .wrapper p {
    font-size: 27px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  #home-hero {
    position: relative;
    min-height: auto;
    height: 32vh;
    margin: 0 auto 0 auto;
    padding: 0;
  }
  #home-hero .mainimg {
    width: 100%;
  }
  #home-hero .mainimg #video {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
    width: 100%;
    top: 0;
    z-index: 1;
  }
  #home-about {
    margin: 50px auto 0 auto;
    text-align: center;
    z-index: 1;
  }
  #home-about .wrapper {
    padding: 0 25px;
    text-align: left;
  }
  #home-about .wrapper .home-about-logo {
    width: auto;
    text-align: center;
    margin: 0 auto 50px auto;
    z-index: 2;
  }
  #home-about .wrapper .home-about-logo img {
    width: auto;
    height: 55px;
  }
  #home-about .wrapper p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  #home-about .wrapper img {
    margin-top: 25px;
  }
  #home-menu {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 50px auto;
  }
  #home-menu .wrapper {
    background: url(./assets/images/common/home_menu_img.jpg) no-repeat center top;
    background-size: 100% 100%;
    aspect-ratio: 1000/600;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  #home-menu .wrapper .home-menu-box {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #home-menu .wrapper .home-menu-box h2 {
    z-index: 1;
    font-size: 27px;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  #home-menu .wrapper .home-menu-box .btnMore {
    margin-top: 10px;
  }
  #home-instagram {
    padding: 0 25px;
    display: inline-block;
    width: 100%;
  }
  #home-instagram .wrapper {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #home-instagram .wrapper .instagram-head {
    padding: 0;
  }
  #home-instagram .wrapper .instagram-head h2 {
    position: relative;
    font-size: 27px;
    text-align: center;
    margin: 0 auto 15px auto;
    line-height: 1;
  }
  #home-instagram .wrapper .btnMore {
    margin-top: 15px;
  }
  #home-shop {
    color: #050505;
    width: 100%;
    padding: 0;
  }
  #home-shop .wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: url(./assets/images/common/body_bg.jpg) no-repeat center top;
    background-size: cover;
  }
  #home-shop .wrapper .home-shop-box h2 {
    position: relative;
    font-size: 27px;
    text-align: center;
    margin: 0 auto 10px auto;
    padding-bottom: 0;
    line-height: 1;
  }
  #home-shop .wrapper .home-shop-box h3 {
    font-size: 21px;
    font-weight: 300;
    margin: 0 auto 10px auto;
    text-align: center;
  }
  #home-shop .wrapper .home-shop-box h4 {
    font-size: 14px;
    font-weight: 300;
    margin: 0 auto 6px auto;
    text-align: center;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #050505;
    display: inline-block;
    width: 130px;
  }
  #home-shop .wrapper .home-shop-box p {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
  }
  #home-shop .wrapper .home-shop-box .btnMore {
    margin-top: 15px;
  }
}
.page .page-hero {
  width: 100%;
  aspect-ratio: 1920/700;
  background: url(./assets/images/common/page_hero_bg.png) no-repeat center top;
  background-size: 100% 100%;
  position: relative;
}
.page .page-hero h2 {
  text-align: center;
  margin: 0;
  width: 50%;
  font-size: 80px;
  line-height: 1;
  padding-bottom: 0;
}
.page #page-01 .wrapper {
  max-width: 800px;
  color: #050505;
}
.page #page-01 .wrapper h3 {
  font-weight: 400;
  font-size: 43px;
  letter-spacing: 0;
  line-height: 1;
}
.page #page-01 .wrapper a {
  text-decoration: underline;
  color: #050505;
}
.page #page-01 .wrapper .wp-block-columns .wp-block-column.westman h3 {
  text-align: center;
  font-size: 43px;
  font-weight: 300;
  margin: 0 auto 60px auto;
}
.page #page-01 .wrapper .wp-block-columns .wp-block-column.westman h4 {
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.05em;
  margin: 0 auto 15px auto;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #050505;
  font-weight: 300;
}
.page #page-01 .wrapper .wp-block-columns .wp-block-column.westman p {
  text-align: center;
  font-size: 23px;
  line-height: 1.5;
  margin: 0 auto;
}
.page #page-01 .wrapper .wp-block-columns .wp-block-column.westman p:first-of-type {
  margin-bottom: 80px;
}
.page #page-01 .wrapper .wp-block-columns .wp-block-column.westman .wp-block-table {
  margin-top: 80px;
}
.page #page-01 .wrapper .wp-block-columns .wp-block-column.westman .wp-block-table table td {
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
  vertical-align: top;
  padding: 0;
  font-weight: 300;
}
.page #page-01 .wrapper .wp-element-caption {
  text-align: center;
  margin: 20px auto 50px auto;
  font-size: 43px;
  color: #050505;
}
.page #page-01 .page-sns {
  display: none;
}

#page-menu-img {
  width: 100%;
  aspect-ratio: 1920/1169;
}
#page-menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#home-gmap {
  padding: 0 !important;
  margin: 0 auto;
}
#home-gmap iframe {
  width: 100%;
  height: 580px;
  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) {
  .page .page-hero {
    position: relative;
    width: 100%;
    padding: 0 25px;
    margin: 0 auto 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page .page-hero h2 {
    text-align: center;
    margin: 0 auto;
    font-size: 27px;
  }
  .page #page-01 {
    padding: 0 25px 70px 25px;
  }
  .page #page-01 .wrapper {
    width: 100%;
    max-width: auto;
  }
  .page #page-01 .wrapper h3 {
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 1;
  }
  .page #page-01 .wrapper a {
    text-decoration: underline;
    color: #050505;
  }
  .page #page-01 .wrapper .wp-block-columns .wp-block-column.westman h3 {
    font-size: 21px;
    letter-spacing: 0.05em;
    margin: 0 0 20px 0;
  }
  .page #page-01 .wrapper .wp-block-columns .wp-block-column.westman h3 span {
    font-size: 80%;
  }
  .page #page-01 .wrapper .wp-block-columns .wp-block-column.westman h4 {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #050505;
  }
  .page #page-01 .wrapper .wp-block-columns .wp-block-column.westman p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .page #page-01 .wrapper .wp-block-columns .wp-block-column.westman p:first-of-type {
    margin-bottom: 40px;
  }
  .page #page-01 .wrapper .wp-block-columns .wp-block-column.westman .wp-block-table {
    margin-top: 40px;
  }
  .page #page-01 .wrapper .wp-block-columns .wp-block-column.westman .wp-block-table table td {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: left;
    vertical-align: top;
    padding: 0;
  }
  .page #page-01 .wrapper .wp-block-columns .wp-block-column.is-layout-flow {
    margin-top: 40px;
  }
  .page #page-01 .wrapper .wp-element-caption {
    text-align: center;
    margin: 15px auto 35px auto;
    font-size: 18px;
  }
  .page #page-01 .wrapper .page-sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page #page-01 .wrapper .page-sns li {
    display: inline-block;
    margin-right: 15px;
  }
  .page #page-01 .wrapper .page-sns li i {
    font-size: 25px;
    width: 25px;
    height: auto;
  }
  .page #page-01 .wrapper .page-sns li:last-child {
    margin-right: 0;
  }
  #home-gmap iframe {
    height: 200px;
  }
}/*# sourceMappingURL=style.css.map */