@import url("https://fonts.googleapis.com/css2?family=Gluten:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
.bg-color {
  background: #b8e7f9 !important;
  isolation: isolate;
}
.bg-color .nav-link {
  color: #333333 !important;
  text-shadow: unset !important;
}

* {
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}

h1 {
  font-size: calc(2rem + 0.5vw);
}

h2 {
  font-size: calc(1.7rem + 0.4vw);
}

h3 {
  font-size: calc(1.45rem + 0.4vw);
}

h4 {
  font-size: calc(1.3rem + 0.2vw);
}

h5 {
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 400;
}

h6 {
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
}

p,
span,
li,
small {
  font-size: calc(1.1rem + 0.1vw);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: justify;
  margin: 0;
}

small {
  font-size: calc(1rem + 0.3vw);
}

hr {
  width: 90%;
  display: flex;
  justify-self: center;
  border-top: 1px dotted #333333;
  margin: 50px 0;
}

section {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 576px) {
  section {
    padding: 70px 0;
  }
  section:nth-of-type(2) {
    padding-top: 120px;
  }
}
section:nth-of-type(1) {
  padding: 0;
}
section:nth-of-type(2) {
  padding-top: 150px;
}
section:nth-last-of-type(1) {
  padding: 0;
}
section:nth-of-type(odd):not(:first-of-type) {
  background: rgba(184, 231, 249, 0.8);
}
section:nth-of-type(odd):not(:first-of-type) .sectionTitle span {
  color: white;
}
section:nth-of-type(odd):not(:first-of-type) .sectionTitle hr {
  border-top: 1px solid white;
}

.sectionTitle {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-self: center;
  padding: 24px 12px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  display: inline-block;
  font-size: calc(1.7rem + 0.3vw);
  color: rgb(244.144, 146.44, 130.156);
  text-align: center;
  letter-spacing: 4px;
  line-height: 1;
  margin: auto;
  padding: 4px 20px;
  font-weight: 600;
  text-shadow: 2px 2px 0px white, 1px 1px 1px rgba(255, 255, 255, 0.5), 2px 6px 10px rgba(255, 255, 255, 0.1);
  position: relative;
  isolation: isolate;
  z-index: -1;
}
.sectionTitle h2::before, .sectionTitle h2::after {
  content: "";
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50px;
  position: absolute;
  top: 70%;
  left: 0%;
  transform: translate(0%, -50%);
  z-index: -1;
  --anime-position: translate(0%, -50%);
  animation: bounceIn 0.8s infinite alternate-reverse ease-in-out;
}
.sectionTitle h2::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff157;
  top: 50%;
  left: unset;
  right: 0%;
  animation: bounceIn 1s infinite alternate-reverse ease-in-out;
}
.sectionTitle .h2_dec {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: -32px;
  position: relative;
  z-index: -2;
}
.sectionTitle .h2_dec span {
  color: white;
  font-size: calc(4rem + 0.3vw);
  font-weight: 600;
  text-align: start;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-wrap-mode: nowrap;
  padding: 4px;
  position: relative;
  isolation: isolate;
  z-index: -1;
  text-shadow: 4px 3px 0px rgb(42.9220779221, 183.3116883117, 237.0779220779), 9px 8px 0px rgba(42.9220779221, 183.3116883117, 237.0779220779, 0.15);
}
.sectionTitle .h2_dec hr {
  width: 100%;
  border-top: 1px solid #b8e7f9;
  margin: 1rem 0 !important;
  opacity: 0.5;
}

.btn {
  width: 100%;
  letter-spacing: 2px;
  color: #f7afa3;
  background: white;
  border: 1px solid #f7afa3;
  padding: 8px 16px;
  transition: 0.3s ease-in;
}
.btn:hover {
  color: #fff157;
  background: rgba(51, 51, 51, 0.7);
  border: 1px solid rgba(255, 241, 87, 0.7);
}
.btn:hover span {
  color: rgba(255, 241, 87, 0.7);
}
.btn i {
  padding-right: 2px;
  animation: jello 1s infinite ease-in-out;
}

.fillBtn {
  color: white;
  background: #f7afa3;
  border: 1px solid white;
}
.fillBtn:hover {
  color: #fff157;
  background: white !important;
  border: 1px solid #fff157;
}
.fillBtn:hover span {
  color: #fff157;
}
.fillBtn.LINE {
  background: #2eb900;
}
.fillBtn.LINE:hover {
  color: #2eb900;
  border: 1px solid #2eb900;
  background: white;
}
.fillBtn.LINE:hover span {
  color: #2eb900;
}
.fillBtn.FB {
  background: #0765ff;
}
.fillBtn.FB:hover {
  color: #0765ff;
  border: 1px solid #0765ff;
  background: white;
}
.fillBtn.FB:hover span {
  color: #0765ff;
}
.fillBtn.IG {
  background: linear-gradient(45deg, #d88e55, #a421a7);
}
.fillBtn.IG:hover {
  border: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(45deg, #d88e55, #a421a7) !important;
  background-origin: padding-box, border-box !important;
  background-clip: padding-box, border-box !important;
}
.fillBtn.IG:hover span,
.fillBtn.IG:hover i {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(45deg, #d88e55, #a421a7);
  background-clip: text;
  -webkit-background-clip: text;
}

.smallMark {
  display: inline-flex;
  color: white;
  background: rgba(255, 255, 255, 0.8);
  letter-spacing: 4px;
  border-radius: 50px;
}

.interval {
  height: 40vh;
  max-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.interval .container-fluid {
  height: 100%;
}
.interval .intervalBg {
  height: 100%;
  position: relative;
  isolation: isolate;
}
.interval .intervalBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.interval .intervalBg img {
  transform: rotateY(180deg);
}
.interval .intervalTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interval .intervalTxt h4,
.interval .intervalTxt p {
  color: white;
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #f7afa3;
  padding: 12px;
  position: relative;
  isolation: isolate;
}
.catalogList .catalogItem h5::before {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 500% 0%, 60% 30%, 0% 300%);
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 425px) {
  .catalogList .catalogItem h5::before {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 0% 325%);
  }
}
.catalogList .catalogCard {
  position: relative;
}
.catalogList .catalogCard img {
  height: 150px;
  aspect-ratio: 1;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .catalogList .catalogCard img {
    height: 300px;
  }
}
.catalogList .catalogCard h5 {
  font-weight: 500;
}
.catalogList .catalogCard ul {
  margin-bottom: 0;
}
.catalogList .catalogCard i {
  font-size: calc(1rem + 0.2vw);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  text-shadow: 0px 0px 3px rgba(51, 51, 51, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  gap: 1rem;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}
.catalogList .nav-tabs .nav-link {
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalogList .nav-tabs .nav-link span {
  font-size: calc(1.05rem + 0.2vw);
  font-weight: 400;
  color: #333333;
  letter-spacing: 2px;
  margin-bottom: -4px;
}
.catalogList .nav-tabs .nav-link.active {
  background: #f7afa3;
}
.catalogList .nav-tabs .nav-link.active span {
  color: white;
}
.catalogList .tab-content > .active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: var(--anime-position) scale(0.85);
  }
  to {
    opacity: 1;
    transform: var(--anime-position) scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: var(--anime-position) scale(0.3);
  }
  50% {
    opacity: 1;
    transform: var(--anime-position) scale(1.05);
  }
  70% {
    transform: var(--anime-position) scale(0.9);
  }
  100% {
    transform: var(--anime-position) scale(1);
  }
}
body {
  font-family: "Gluten", "Noto Sans TC", sans-serif;
  color: #333333;
  background: #b8e7f9;
  overflow-x: hidden;
  position: relative;
}

header .navbar {
  background: white;
  transition: 0.3s ease;
}
header .navbar .navbar-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .navbar .navbar-brand .brandTxt {
  color: transparent;
  position: relative;
}
header .navbar .navbar-brand .brandTxt h3 {
  font-size: calc(1.7rem + 0.4vw);
  font-weight: 600;
  letter-spacing: 2px;
}
header .navbar .navbar-brand .brandTxt span {
  font-size: calc(1.6rem + 0.4vw);
  line-height: 0.6;
  opacity: 0.4;
  position: absolute;
  top: 38%;
  left: 102%;
  transform: translate(0%, -50%);
  font-weight: 700;
}
header .navbar .navbar-brand .brandTxt .smallMark {
  padding: 4px;
  margin-left: 4px;
  margin-bottom: 16px;
  border-radius: 4px;
}
header .navbar .navbar-brand .brandTxt .smallMark span {
  font-size: calc(0.7rem + 0.2vw);
  color: white;
  line-height: 16px;
  margin-bottom: -4px;
}
header .navbar .navbar-brand .logoImg {
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-brand .logoImg img {
  object-fit: contain;
  border-radius: 4px;
}
header .navbar .navbar-toggler {
  border: 0;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-collapse {
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  header .navbar .navbar-collapse .navbar-nav {
    gap: 2rem;
  }
}
header .navbar .navbar-collapse .navbar-nav .navbar-brand {
  margin: 0;
}
header .navbar .navbar-collapse .navbar-nav .navbar-brand .logoImg {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
}
header .navbar .navbar-collapse .navbar-nav .navbar-brand .logoImg img {
  object-fit: contain;
  border-radius: 4px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  font-size: calc(1.1rem + 0.15vw);
  font-weight: 400;
  letter-spacing: 4px;
  color: #333333;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4), 0px 0px 4px rgba(255, 255, 255, 0.2);
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: transparent !important;
  text-shadow: unset;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span {
  color: #fff157;
  background: #f7afa3;
  border-radius: 50px;
  text-transform: uppercase;
  z-index: 2;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  width: fit-content;
  color: transparent;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: initial;
  padding: 4px 16px;
  margin-bottom: -4px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: -1;
  isolation: isolate;
}

.banner {
  width: 100%;
  height: 90vh;
  display: flex;
  margin-top: 100px;
  position: relative;
  isolation: isolate;
}
@media (min-width: 768px) {
  .banner {
    margin-top: 120px;
  }
}
.banner .f-carousel {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .banner .f-carousel {
    width: 100%;
  }
}
.banner .f-carousel .bannerImg {
  width: 100%;
  height: 100%;
  justify-self: center;
}
@media (max-width: 576px) {
  .banner .f-carousel .bannerImg {
    padding: unset;
  }
}
.banner .f-carousel .bannerImg img {
  aspect-ratio: 1/0.6;
}
.banner .f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.banner .txt-content {
  width: 75%;
  min-width: 350px;
  max-width: 650px;
  height: auto;
  backdrop-filter: blur(3px);
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  isolation: isolate;
  z-index: 10;
}
.banner .txt-content::before {
  content: "";
  width: 97%;
  height: 93%;
  border: 1px solid white;
  mix-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .banner .txt-content {
    width: auto;
  }
  .banner .txt-content::before {
    content: "";
    width: 95%;
    height: 95%;
  }
}
.banner .txt-content .bannerLogo {
  width: 100%;
}
@media (max-width: 767.98px) {
  .banner .txt-content .bannerLogo {
    margin-bottom: 1rem;
  }
}
.banner .txt-content h1 {
  font-size: calc(3.2rem + 0.5vw);
  font-weight: 600;
  color: white;
  letter-spacing: 8px;
  line-height: 1.2;
  text-shadow: 4px 3px 0px rgb(234.76, 52.6, 22.24), 9px 8px 0px rgba(234.76, 52.6, 22.24, 0.15);
}
.banner .txt-content .smallMark {
  color: white;
  background: rgba(255, 255, 255, 0.8);
  writing-mode: vertical-lr;
  padding: 12px 4px;
  border-radius: 50px;
  margin: 15% 5%;
}
.banner .txt-content .smallMark h5 {
  margin-right: 4px;
  margin-left: -4px;
}
.banner .txt-content span {
  display: inline-block;
  color: white;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 300;
  text-align: center;
  margin-top: 12px;
  text-wrap-style: pretty;
  text-shadow: 1px 1px 2px rgb(17.8441558442, 157.6233766234, 211.1558441558);
}
.banner .txt-content .btnBox .col-auto:nth-of-type(even) {
  margin-top: 50px;
}
.banner .txt-content .btnBox .btn {
  animation: tada 1s infinite ease-in-out;
}
.banner .txt-content .btnBox .btn i {
  animation: unset;
}
.banner .txt-content .fillBtn {
  font-size: calc(0.9rem + 0.2vw);
  border-radius: 50px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 200px) {
  .banner .txt-content .fillBtn {
    aspect-ratio: 1;
  }
  .banner .txt-content .fillBtn i {
    font-size: calc(1.5rem + 0.2vw);
    letter-spacing: normal;
    padding: 0;
  }
  .banner .txt-content .fillBtn span {
    display: none;
  }
}
.banner .txt-content .fillBtn span {
  font-size: unset;
  margin: unset;
  text-shadow: unset;
  margin: 0 8px;
}

.about h3 {
  letter-spacing: 2px;
}
.about h3 i {
  font-size: calc(1.3rem + 0.2vw);
}
.about .smallMark {
  font-weight: bold;
  background: transparent;
}
.about .smallMark:nth-of-type(2) {
  color: rgb(42.9220779221, 183.3116883117, 237.0779220779);
}
.about .aboutContext {
  padding: 0 1rem;
  position: relative;
}
.about .aboutContext .slogn h4 {
  color: #f7afa3;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about .aboutContext .slogn span {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 500;
  color: #ffffff;
  text-align: end;
}
.about .aboutContext p {
  margin: 8px 0;
}
.about .aboutContext b {
  color: rgb(238.84, 93.4, 69.16);
}
.about .aboutImgBox {
  width: 100%;
  padding: 20px;
  margin: auto;
}
.about .aboutImgBox .aboutImg {
  height: 40vh;
  border: 10px solid white;
  padding: 0;
  position: relative;
  box-shadow: rgba(17.8441558442, 157.6233766234, 211.1558441558, 0.25) 0px 6px 12px -2px, rgba(17.8441558442, 157.6233766234, 211.1558441558, 0.3) 0px 3px 7px -3px;
}
.about .aboutImgBox .aboutImg:nth-of-type(odd) {
  transform: rotate(-15deg);
  margin: auto -36px;
  margin-top: 50px;
}
.about .aboutImgBox .aboutImg:nth-of-type(2) {
  transform: rotate(5deg);
  margin-top: -10px;
}
.about .aboutImgBox .aboutImg:nth-of-type(3) {
  transform: rotate(-20deg);
  margin-top: 20px;
}
.about .aboutImgBox .aboutImg img {
  padding: 0;
}

.menu .bntBox {
  width: 100%;
}
.menu p,
.menu li {
  color: #333333;
}
.menu .price {
  margin-top: -6px;
  text-shadow: 1px 1px 2px white;
}
.menu .price i {
  color: rgb(244.96, 154.6, 139.54);
}
.menu .price span {
  font-size: calc(1.6rem + 0.2vw);
  font-weight: 400;
  color: rgb(244.96, 154.6, 139.54);
  margin-left: -4px;
}
.menu ul {
  padding: 0px;
  margin: 0;
}
.menu .menuList .menuItem {
  align-self: stretch;
  position: relative;
}
.menu .menuList .menuCard {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 50vh;
  backdrop-filter: blur(3px);
}
.menu .menuList .menuCard .menuCardTxt {
  width: 100%;
  background: rgba(184, 231, 249, 0.8);
  backdrop-filter: blur(3px);
  margin: 0;
  margin-top: auto;
  position: relative;
  isolation: isolate;
}
.menu .menuList .menuCard .menuCardTxt .menuCardTitle {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 16px 28px;
  padding-bottom: 0;
  padding-right: 0;
}
.menu .menuList .menuCard .menuCardTxt .menuCardTitle h4 {
  width: auto;
  font-weight: 500;
  color: #333333;
  text-wrap-style: pretty;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.menu .menuList .menuCard .menuCardImg {
  width: 85%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu .menuList .menuCard .menuCardImg img {
  border: 8px solid white;
  box-shadow: rgba(136.974025974, 215.1038961039, 245.025974026, 0.6) 0px 2px 4px;
  transform: rotate(5deg);
  transition: all 0.3s ease-in;
}
.menu .menuList .menuCard .btn {
  width: fit-content;
  background: transparent;
  border-radius: 0;
  border: unset;
  padding: 1rem;
  padding-right: 12%;
}
.menu .menuList .menuCard .btn i {
  font-size: calc(1.6rem + 0.2vw);
  color: #fff157;
  text-shadow: 1px 1px 2px rgb(13.8701298701, 122.5194805195, 164.1298701299);
  animation: tada 1s infinite ease-in-out;
}
.menu .menuList .menuCard .DScollapse {
  width: 100%;
  padding: 0;
}
.menu .menuList .menuCard .DScollapse .card-body {
  background: transparent;
  border: unset;
  border-radius: 0;
  padding: 20px;
}
.menu .menuList .menuCard .DScollapse .card-body p {
  width: fit-content;
  border-bottom: 2px solid rgba(51, 51, 51, 0.4);
  margin-bottom: 16px;
}
.menu .extraMenu {
  width: 100%;
  height: 100%;
  margin: auto;
}
.menu .extraMenu i {
  color: #333333;
  opacity: 0.6;
}
.menu .extraMenu ul {
  padding-left: 1.5rem;
}
.menu .extraMenu ul li {
  list-style: disc;
  color: #333333;
}
.menu .extraMenu .addOn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu .extraMenu .wineMenu {
  background: rgb(19.8311688312, 175.1753246753, 234.6688311688);
  padding: 30px 20px;
  margin-top: 50px;
}
.menu .extraMenu .wineMenu .price {
  color: #ffffff;
  margin-top: unset;
  text-shadow: unset;
}
.menu .extraMenu .wineMenu .price i {
  color: #ffffff;
}
.menu .extraMenu .wineMenu .price span {
  font-size: calc(1.6rem + 0.2vw);
  font-weight: 400;
  color: #ffffff;
  margin-left: -4px;
}

.portfolio .catalogList .nav-tabs {
  border: unset;
}
.portfolio img {
  aspect-ratio: 1;
  border-radius: 4px;
}
.portfolio .slick-slider {
  margin: auto;
}
.portfolio .slick-slider .slick-next,
.portfolio .slick-slider .slick-prev {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.portfolio .slick-slider .slick-next:before,
.portfolio .slick-slider .slick-prev:before {
  font-size: calc(1.2rem + 0.2vw);
  color: #ffffff;
}
.portfolio .slick-slider .slick-prev {
  left: -30px;
}
.portfolio .slick-slider .slick-next {
  right: -30px;
}

.contact {
  position: relative;
  isolation: isolate;
}
.contact i {
  font-size: calc(1.3rem + 0.1vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact hr {
  margin: 30px 0;
}
.contact address {
  margin: 0;
}
.contact .contactInfo {
  padding: 20px 0;
  margin: 0;
}
.contact .contactInfo li {
  margin-bottom: 12px;
}
.contact .contactInfo li a {
  color: #333333;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.contact .contactInfo li a:hover {
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(13.8701298701, 122.5194805195, 164.1298701299, 0.6);
}
.contact .contactInfo i {
  margin-right: 8px;
}
.contact .sns {
  width: auto;
  padding: 0;
}
.contact .sns li {
  width: auto;
}
.contact .sns a {
  letter-spacing: normal;
  width: 60px;
  height: 60px;
  color: #333333;
  background: #fff157;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid white;
  transition: 0.3s;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.contact .sns a:hover {
  color: #f7afa3;
  background: #ffffff;
}
.contact .sns a i {
  font-size: calc(1.5rem + 0.1vw);
}
.contact .sns a span {
  font-size: calc(0.7rem + 0.2vw);
  writing-mode: vertical-lr;
}
.contact .map {
  height: 100%;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 0;
}
.contact .map p i {
  display: inline-block;
  font-size: calc(0.9rem + 0.1vw);
}
.contact .map iframe {
  display: block;
  margin-top: auto;
}

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}
.sidebar .phone {
  display: block;
  font-size: 14px;
  font-weight: bolder;
  margin: 0;
  padding-top: 10px;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 16px;
}
.sidebar ul li a {
  letter-spacing: normal;
  width: 50px;
  height: 50px;
  color: #f7afa3;
  background: white;
  border: 1px solid #f7afa3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 50%;
}
.sidebar ul li a:hover {
  color: #ffffff;
  background: #f7afa3;
  border: 1px solid white;
}
.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: calc(0.7rem + 0.2vw);
}
.sidebar ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar ul li a i span {
  display: flex;
  margin-left: 2px;
  font-size: calc(0.7rem + 0.2vw);
}

footer {
  color: rgba(255, 255, 255, 0.8);
  background: #f7afa3;
}
footer * {
  letter-spacing: 1px;
}
footer a {
  font-size: calc(1.2rem + 0.1vw);
  color: white;
  opacity: 0.7;
}
footer a:hover {
  opacity: 1;
}/*# sourceMappingURL=all.css.map */