@charset "UTF-8";
body {
  font-size: 14px;
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  background-color: #f2ece7;
}

main {
  position: relative;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.container {
  padding: 0 30px;
}
.container#about, .container#menu {
  padding-top: 70px;
}
.container#access, .container#footer {
  padding-top: 50px;
}

.wrapper {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.float {
  position: fixed;
  display: block;
  width: 120px;
  height: 120px;
  right: 40px;
  bottom: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.float.active {
  visibility: visible;
  opacity: 1;
}

/*///// mv /////*/
.mv {
  position: relative;
  max-width: 1200px;
  height: 600px;
  margin: auto;
  background-image: url("/images//mv-bg_pc.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mv h1 {
  position: absolute;
  width: 470px;
  top: 60px;
  left: 80px;
}

/*///// 特徴 /////*/
.points {
  margin: 33px 0 80px;
  padding: 20px 40px 45px;
  color: black;
  background-color: #e7cca2;
}
.points .point {
  position: relative;
  font-size: 16px;
  line-height: 1.2em;
  color: #572d14;
  font-weight: 700;
  margin-bottom: 21px;
  padding: 21px 0 17px;
  padding-left: 75px;
}
.points .point span {
  font-size: 18px;
  line-height: 1.2em;
}
.points .point::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  background-image: url("/images/icon-cup.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.points .list {
  display: flex;
  justify-content: space-around;
  gap: 16px;
  list-style: none;
}
.points .list li {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.points .list li strong {
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
}
.points .list li img {
  width: 120px;
  margin: 0 auto;
}
.points .list li:nth-child(1) img {
  margin-bottom: 35px;
}
.points .list li:nth-child(2) img {
  margin-top: 13px;
  margin-bottom: 20px;
}
.points .list li:nth-child(3) img {
  margin-bottom: 19px;
}

/*///// メニュー /////*/
.menu {
  padding-bottom: 103px;
  background-color: #e5d9cf;
}
.menu .list {
  display: flex;
  gap: 50px;
  list-style: none;
  flex-flow: wrap;
  padding-top: 42px;
}
.menu .list li {
  max-width: calc(33.3333333333% - 33.3333333333px);
}
.menu .list li h3 {
  font-size: 16px;
  line-height: 1.2em;
  padding: 25px 20px 4px;
  border-bottom: 1px solid #572d14;
}
.menu .list li strong {
  display: block;
  font-size: 16px;
  color: #572d14;
  padding: 8px 20px 16px;
}
.menu .list li p {
  padding: 0 18px 0 22px;
}

/*///// メニュー /////*/
.access {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 50px 0;
}
.access .content {
  display: flex;
  gap: 20px;
  background-color: #f5f5f5;
  padding-right: 20px;
}
.access .content .map {
  max-width: 480px;
  width: 100%;
}
.access .content .map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.access .content h3 {
  max-width: 300px;
  font-size: 16px;
  line-height: 1.8em;
  padding-bottom: 6px;
  border-bottom: 1px solid #572d14;
  margin-top: 27px;
  margin-bottom: 16px;
}
.access .content p {
  padding: 0 5px;
}

.brSp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .float {
    width: 80px;
    height: 80px;
    right: 35px;
    bottom: 35px;
  }
  .float.active {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 599px) {
  .brSp {
    display: inline-block;
  }
  .container {
    padding: 0 30px;
  }
  .container#menu {
    padding-top: 60px;
  }
  .container#access, .container#footer {
    padding-top: 60px;
  }
  /*///// mv /////*/
  .mv {
    height: 413px;
    background-image: url("/images//mv-bg_sp.jpg");
    overflow-x: hidden;
  }
  .mv h1 {
    visibility: hidden;
    left: 0;
  }
  /*///// 特徴 /////*/
  .points {
    margin: 33px -10px 60px;
    padding: 18px 16px 48px;
  }
  .points .point {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 28px;
  }
  .points .list {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  /*///// メニュー /////*/
  .menu {
    padding-bottom: 60px;
    background-color: #e5d9cf;
  }
  .menu .list {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding-top: 22px;
  }
  .menu .list li {
    max-width: 300px;
  }
  /*///// メニュー /////*/
  .access {
    display: flex;
    flex-direction: column;
    gap: 29px;
    margin: 32px 0 60px;
  }
  .access .content {
    flex-direction: column;
    min-height: 600px;
    gap: 20px;
    padding: 0;
  }
  .access .content .map {
    max-width: 100%;
  }
  .access .content .map iframe {
    min-height: 315px;
  }
  .access .content h3 {
    max-width: 300px;
    padding-left: 10px;
    padding-bottom: 8px;
    margin-top: 0;
    margin-bottom: 26px;
  }
  .access .content p {
    padding: 0 10px;
  }
}
.title {
  position: relative;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 31px;
  padding-left: 44px;
  color: #333333;
}
.title::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("/images/icon-beans.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

header {
  position: relative;
}
header .header {
  position: relative;
  padding: 50px 20px 48px;
  z-index: 10;
}
header .header .logo {
  max-width: 276px;
  margin: auto;
}
header .navi {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  z-index: 11;
}
header .navi .naviList {
  display: none;
}
header .navi .icon {
  height: 60px;
  display: flex;
  gap: 36px;
}
header .navi .icon a svg path {
  transition: 0.25s ease-in-out;
}
header .navi .icon a:hover svg path {
  fill: #1a51b3;
}

.hamburger {
  display: none;
  position: relative;
  width: 28px;
  height: 22px;
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #2d3740;
  border-radius: 4px;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 9px;
}
.hamburger span:nth-of-type(3) {
  bottom: 0;
}
.hamburger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active span:nth-of-type(2) {
  left: 30%;
  opacity: 0;
  animation: active-btn 0.8s forwards;
}
.hamburger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
@keyframes active-btn {
  100% {
    height: 0;
  }
}
.hamburger,
.hamburger span {
  transition: all 0.5s;
  box-sizing: border-box;
}

@media screen and (max-width: 999px) {
  header .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header .logo {
    margin: 0;
  }
  header .navi {
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  header .navi {
    width: 100%;
    height: 100vh;
    transform: translateY(-110%);
    top: 0;
    left: 0;
    right: auto;
    background-color: rgba(245, 245, 245, 0.8);
    z-index: 9;
    padding: 54px;
    padding-bottom: 40px;
    padding-top: 132px;
    transition: 0.4s ease-in-out;
    opacity: 0;
  }
  header .navi.active {
    transform: translateY(0);
    opacity: 1;
    height: 491px;
  }
  header .navi .naviList {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 295px;
    margin: auto;
    list-style: none;
  }
  header .navi .naviList li {
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 700;
    border-bottom: 1px solid #572d14;
  }
  header .navi .naviList li button {
    width: 100%;
    padding-bottom: 5px;
    text-align: left;
  }
  header .navi .icon {
    justify-content: center;
    margin-top: 75px;
  }
  header .header {
    padding: 25px 20px 22px;
    background-color: #f5f5f5;
    min-height: 78px;
  }
  header .header .logo {
    max-width: 200px;
  }
  .hamburger {
    display: inline-block;
  }
}
footer {
  padding-top: 50px;
  background-color: #e5d9cf;
}
footer .logo {
  padding: 54px 0;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  gap: 66px;
}
footer .logo button {
  max-width: 280px;
  width: 100%;
}
footer .logo a {
  display: flex;
  align-items: center;
}
footer .logo a svg path {
  transition: 0.25s ease-in-out;
}
footer .logo a:hover svg path {
  fill: #1a51b3;
}

.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 65px 0;
}
.contact a {
  display: flex;
  align-items: center;
  gap: 14px;
  color: black;
  text-decoration: none;
}
.contact a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.contact a.tel {
  font-size: 40px;
  line-height: 1.8em;
  font-weight: 600;
}
.contact a.tel::before {
  width: 39px;
  height: 39px;
  background-image: url("/images/icon-tel.svg");
}
.contact a.mail {
  font-size: 24px;
  line-height: 1.8em;
  font-weight: 400;
}
.contact a.mail::before {
  width: 28px;
  height: 28px;
  background-image: url("/images/icon-mail.svg");
}

@media screen and (max-width: 599px) {
  footer {
    padding-top: 60px;
  }
  footer .logo {
    flex-direction: column;
    gap: 28px;
  }
  footer .logo button {
    max-width: 200px;
  }
  .contact {
    gap: 8px;
    padding: 29px 0;
  }
  .contact a.tel {
    font-size: 24px;
    line-height: 1.8em;
    font-weight: 600;
  }
  .contact a.tel::before {
    width: 28px;
    height: 28px;
  }
  .contact a.mail {
    font-size: 16px;
    line-height: 1.8em;
  }
  .contact a.mail::before {
    width: 25px;
    height: 25px;
  }
}/*# sourceMappingURL=style.css.map */

/* iPhoneでの表示調整 */
header .navi .naviList li button {
  color: #000000
}