.newsArea {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 769px) {
  .newsArea {
    margin: 80px auto;
  }
}
@media (max-width: 768px) {
  .newsArea {
    margin: 40px auto;
  }
}
@media (min-width: 769px) {
  .newsArea__inner {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .newsArea__inner {
    padding: 30px;
  }
}
.newsArea__ttl {
  text-align: center;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .newsArea__ttl {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .newsArea__ttl {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .newsArea__cont {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .newsArea__cont {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .newsArea .newsList__item {
    text-align: center;
  }
}
.newsArea .newsList__item:nth-child(n+2) {
  margin-top: 5px;
}
@media (min-width: 769px) {
  .newsArea .newsList__item .date {
    display: inline-block;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList__item .date {
    display: block;
  }
}

.detailArea__item {
  background: #9c00f8;
}
.detailArea__item:nth-child(2n+1) {
  background: #28bea0;
}
@media (min-width: 769px) {
  .detailArea__item:nth-child(1) {
    display: none;
  }
}
@media (max-width: 768px) {
  .detailArea__item:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .detailArea__item:nth-child(1) img {
    display: block;
  }
  .detailArea__item:nth-child(1) img:nth-child(1) {
    background: #28bea0;
    padding: 10px;
    width: 70%;
  }
  .detailArea__item:nth-child(1) img:nth-child(2) {
    background: #9c00f8;
    padding: 10px;
    width: 30%;
  }
}
@media (min-width: 769px) {
  .detailArea__item:nth-child(2) {
    padding: 20px 170px 20px 20px;
  }
}
@media (max-width: 768px) {
  .detailArea__item:nth-child(2) {
    padding: 10px;
  }
  .detailArea__item:nth-child(2) img {
    width: 75%;
  }
}
@media (min-width: 769px) {
  .detailArea__item:nth-child(3) {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 768px) {
  .detailArea__item:nth-child(3) {
    padding: 10px;
  }
  .detailArea__item:nth-child(3) img {
    width: 90%;
  }
}
@media (min-width: 769px) {
  .detailArea__item:nth-child(4) {
    padding: 20px 140px 20px 20px;
  }
}
@media (max-width: 768px) {
  .detailArea__item:nth-child(4) {
    padding: 10px;
  }
  .detailArea__item:nth-child(4) img {
    width: 70%;
  }
}
@media (min-width: 769px) {
  .detailArea__item:nth-child(5) {
    padding: 20px 180px 20px 20px;
  }
}
@media (max-width: 768px) {
  .detailArea__item:nth-child(5) {
    padding: 10px;
  }
  .detailArea__item:nth-child(5) img {
    width: 75%;
  }
}

.detailBox {
  background: #c48787;
}
.detailBox__head {
  color: #28bea0;
}

@media (min-width: 769px) {
  .reserveBtn {
    margin: 80px auto;
    width: 340px;
    scroll-margin-top: calc(100vh - 160px);
  }
}
@media (max-width: 768px) {
  .reserveBtn {
    margin: 60px 20px;
    scroll-margin-top: calc(100vh - 300px);
  }
}
.reserveBtn__link {
  margin: 0 auto;
  display: block;
  background: #0069f8;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (min-width: 769px) {
  .reserveBtn__link {
    padding: 15px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .reserveBtn__link {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
  }
}
.reserveBtn__link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .reserveBtn__link::after {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .reserveBtn__link::after {
    right: 30px;
  }
}
@media (min-width: 769px) {
  .reserveBtn__link:hover {
    opacity: 0.6;
  }
  .reserveBtn__link:hover::after {
    right: 15px;
  }
}
.reserveBtn .caption {
  color: #6c757d;
  margin-top: 10px;
}
@media (min-width: 769px) {
  .reserveBtn .caption {
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .reserveBtn .caption {
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
  }
}

.goodsArea {
  text-align: center;
}
@media (min-width: 769px) {
  .goodsArea {
    margin: 40px auto 0;
  }
}
@media (max-width: 768px) {
  .goodsArea {
    margin: 30px auto 0;
  }
}

@media (min-width: 769px) {
  .noteArea {
    margin: 40px 40px 0;
  }
}
@media (max-width: 768px) {
  .noteArea {
    padding: 30px 20px 0;
  }
}

.noteList {
  list-style: disc;
  color: #6c757d;
  padding-left: 10px;
}
@media (min-width: 769px) {
  .noteList {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .noteList {
    font-size: 12px;
  }
}
.noteList__item:nth-child(n+2) {
  margin-top: 5px;
}

.commentArea {
  background: #28bea0;
}
@media (min-width: 769px) {
  .commentArea {
    margin: 0 auto;
    padding: 40px 30px 70px;
  }
}
@media (max-width: 768px) {
  .commentArea {
    margin: 0 auto;
    padding: 30px 20px 60px;
  }
}
.commentArea__head {
  color: #edeeee;
  font-weight: 600;
}
@media (min-width: 769px) {
  .commentArea__head {
    margin-bottom: -12px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .commentArea__head {
    margin-bottom: -12px;
    font-size: 28px;
  }
}
.commentArea__cont {
  background: #edeeee;
}
@media (min-width: 769px) {
  .commentArea__cont {
    padding: 40px 40px;
  }
}
@media (max-width: 768px) {
  .commentArea__cont {
    padding: 40px 20px;
  }
}
.commentArea__cont .note {
  margin-bottom: 40px;
  font-size: 14px;
}
@media (min-width: 769px) {
  .commentArea__item + .commentArea__item {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .commentArea__item + .commentArea__item {
    margin-top: 40px;
  }
}

.commentBox .txt {
  font-size: 15px;
}
.commentBox .txt p + p {
  padding-top: 8px;
}
@media (min-width: 769px) {
  .commentBox .name {
    font-size: 20px;
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .commentBox .name {
    font-size: 18px;
    padding-top: 10px;
  }
}
.commentBox .name .small {
  color: #6c757d;
}
@media (min-width: 769px) {
  .commentBox .name .small {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .commentBox .name .small {
    font-size: 14px;
  }
}

.aboutArea__head {
  text-align: center;
}
.aboutArea__head .ttl {
  font-weight: 600;
}
@media (min-width: 769px) {
  .aboutArea__head .ttl {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .aboutArea__head .ttl {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .aboutArea__cont {
    margin-top: 60px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .aboutArea__cont {
    margin-top: 40px;
  }
}
@media (min-width: 769px) {
  .aboutArea__bottom {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .aboutArea__bottom {
    margin-top: 40px;
  }
}

.profile {
  display: flex;
}
@media (min-width: 769px) {
  .profile {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .profile {
    flex-direction: column;
    gap: 20px;
  }
}
.profile__item {
  display: flex;
}
@media (min-width: 769px) {
  .profile__item {
    align-items: flex-start;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .profile__item {
    align-items: center;
    gap: 5px;
    flex-direction: column;
  }
}
.profile__img {
  border-radius: 50%;
  border: 1px solid #c7c7c7;
}
@media (min-width: 769px) {
  .profile__img {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  .profile__img {
    width: 50%;
  }
}
.profile__cont .ttl {
  font-size: 18px;
}
.profile__cont .txt {
  margin-top: 5px;
}
@media (min-width: 769px) {
  .profile__cont .txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .profile__cont .txt {
    font-size: 14px;
  }
}

.history {
  text-align: center;
}
@media (min-width: 769px) {
  .history__ttl {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .history__cont {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .history__cont {
    margin-top: 10px;
  }
}
.history__cont .snsList__item {
  width: auto;
}
.history .historyList {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .history .historyList {
    justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .history .historyList {
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .history .historyList__item {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .history .historyList__item {
    width: calc((100% - 20px) / 3);
  }
}
.history .snsList {
  margin: 30px auto 10px;
}
@media (min-width: 769px) {
  .history .snsList + .txt {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .staffArea {
    font-size: 14px;
  }
}
.staffArea__head {
  font-weight: 600;
}

.contact {
  margin-top: 20px;
}

.snsList {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .snsList {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .snsList {
    gap: 30px;
  }
}
@media (min-width: 769px) {
  .snsList__item--square {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .snsList__item--square {
    width: 60px;
    height: 60px;
  }
}

.snsBtn {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 12px;
  padding: 10px;
  justify-content: center;
  align-items: center;
}
.snsBtn svg {
  height: 35px;
}
.snsBtn--x {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.snsBtn--x:hover {
  color: #fff;
  opacity: 0.6;
}
.snsBtn--instagram {
  color: #fff;
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}
.snsBtn--instagram:before {
  content: "";
  position: absolute;
  top: 30px;
  left: -20px;
  width: 70px;
  height: 70px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.snsBtn--instagram svg {
  position: relative;
  z-index: 2;
  top: 50%;
  position: relative;
  z-index: 2;
  transform: translateY(-50%);
  height: 45px;
}
.snsBtn--instagram:hover {
  color: #fff;
  opacity: 0.6;
}
.snsBtn--youtube {
  color: #fff;
  background-color: #FF0000;
  border-color: #FF0000;
  padding: 10px 20px;
}
.snsBtn--youtube:hover {
  color: #fff;
  opacity: 0.6;
}
.snsBtn--youtube svg {
  display: inline-block;
}

.fixedBtn {
  position: fixed;
}
@media (min-width: 769px) {
  .fixedBtn {
    right: calc(50% - 420px);
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .fixedBtn {
    right: 20px;
    bottom: 10px;
  }
}
.fixedBtn__link {
  display: block;
  background: #0069f8;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (min-width: 769px) {
  .fixedBtn__link {
    border-radius: 45px;
    width: 90px;
    height: 90px;
    padding: 10px;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .fixedBtn__link {
    border-radius: 40px;
    width: 80px;
    height: 80px;
  }
}
.fixedBtn__link span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 769px) {
  .fixedBtn__link span {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .fixedBtn__link span {
    font-size: 11px;
  }
}
@media (min-width: 769px) {
  .fixedBtn__link:hover {
    opacity: 0.8;
  }
}

* {
  box-sizing: border-box;
}

ul {
  padding-inline-start: 0;
  list-style: none;
}

a,
a:hover {
  transition: 0.3s;
  text-decoration: none;
}

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

h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
}

body, p, ul {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: sans-serif;
}
@media (min-width: 769px) {
  body {
    background: #bcbcbc;
  }
}
@media (max-width: 768px) {
  body {
    background: #edeeee;
  }
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

.container {
  background: #edeeee;
}
@media (min-width: 769px) {
  .container {
    max-width: 560px;
    margin: 0 auto;
    box-shadow: 0 20px 20px #9d9d9d;
  }
}

.wrap {
  padding: 0 20px;
}

footer {
  background: #9c00f8;
  text-align: center;
  color: #edeeee;
  padding: 5px;
}
@media (min-width: 769px) {
  footer {
    max-width: 560px;
    margin: 0 auto;
  }
}

.commentContent {
  background: #edeeee;
}
@media (min-width: 769px) {
  .commentContent {
    margin: 100px 0 0;
  }
}
@media (max-width: 768px) {
  .commentContent {
    margin: 60px 0 0;
  }
}

@media (min-width: 769px) {
  .aboutContent {
    margin: 100px 0 0;
  }
}
@media (max-width: 768px) {
  .aboutContent {
    margin: 60px 0 0;
  }
}

@media (min-width: 769px) {
  .bottomContent {
    margin: 100px 0 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .bottomContent {
    margin: 60px 0;
  }
}
.bottomContent .contact {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .linkArea {
    margin: 80px 0 0;
  }
}
@media (max-width: 768px) {
  .linkArea {
    margin: 60px 0 0;
  }
}
.linkArea__head {
  text-align: center;
}
@media (max-width: 768px) {
  .linkArea__head {
    font-size: 14px;
  }
}
.linkArea__cont {
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */