@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kameron:wght@400..700&display=swap");
/*===================================
 * カラー
===================================*/
/*--------------------------------

TOP

---------------------------------*/
.top-image {
  width: 100%;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .top-image {
    padding-top: 64px;
  }
}
.top-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-image img {
    content: url("../../dist/images/top_sp.jpeg");
  }
}

/*--------------------------------

Intro

---------------------------------*/
.front-intro {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 160px;
  line-height: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .front-intro {
    width: 100%;
    padding-bottom: 80px;
  }
}
.front-intro-title {
  margin-bottom: 24px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .front-intro-title {
    font-size: 1.8rem;
  }
}

/*--------------------------------

About

---------------------------------*/
.front-about {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 160px;
  gap: 44px;
}
@media screen and (max-width: 768px) {
  .front-about {
    flex-wrap: wrap;
    margin-bottom: 100px;
  }
}
.front-about._mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .front-about._mb-60 {
    margin-bottom: 30px;
  }
}
.front-about:last-child {
  margin-bottom: 0;
}
.front-about-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .front-about-img {
    width: 100%;
  }
}
.front-about-img img {
  width: 100%;
}
.front-about-list {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .front-about-list {
    width: 100%;
  }
}
.front-about-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 160px;
  gap: 44px;
}
@media screen and (max-width: 999px) {
  .front-about-process {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .front-about-process {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 80px;
    gap: 12px;
  }
}
.front-about-process .py-24 {
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .front-about-process .py-24 {
    padding: 16px 0;
  }
}

/*--------------------------------

Menu

---------------------------------*/
.front-menu {
  margin: 0 auto;
}
.front-menu-img {
  width: 80%;
  margin: 0 auto 32px;
}
.front-menu-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .front-menu-img {
    width: 100%;
  }
}
.front-menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
  gap: 64px;
}
.front-menu-list a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 999px) {
  .front-menu-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .front-menu-list {
    grid-template-columns: 1fr;
    gap: 52px;
  }
}
.front-menu-item-title {
  color: #4A4A4A;
  font-weight: bold;
  font-size: 0.9rem;
}
.front-menu-item-title span {
  padding: 8px 16px;
  background: #e6e6e6;
}
.front-menu-item-title._font-small {
  font-size: 0.8rem;
}
.front-menu-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 6px;
}
.front-menu-tags .tag {
  padding: 6px 12px;
  border: 1px solid #fef9f3;
  border-radius: 4px;
  background-color: #fef9f3;
  color: #333;
  font-size: 0.8rem;
  white-space: nowrap;
}
.front-menu-price {
  margin-top: 12px;
  color: #4A4A4A;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: right;
}
.front-menu-btn {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 11px 0;
  border: 1px solid #765D11;
  border-radius: 14px;
  background: #faf3eb;
  color: #765D11 !important;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.front-menu-btn:hover {
  opacity: 0.8;
}
.front-menu-modal {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .front-menu-modal {
    padding: 0;
  }
}
.front-menu-modal-write {
  padding-top: 64px;
}
.front-menu-modal-img {
  margin-bottom: 32px;
  text-align: center;
}
.front-menu-modal-img img {
  width: 100%;
}
.front-menu-modal-text {
  margin-top: 16px;
}
.front-menu-modal-text dl {
  padding: 16px 12px;
  border-bottom: 1px dotted #4A4A4A;
}
@media screen and (max-width: 768px) {
  .front-menu-modal-text dl {
    padding: 8px 6px;
    border-bottom: none;
  }
}
.front-menu-modal-text dl:first-child {
  border-top: 1px dotted #4A4A4A;
}
@media screen and (max-width: 768px) {
  .front-menu-modal-text dl:first-child {
    border-top: none;
  }
}
.front-menu-modal-text dt {
  width: 240px;
  float: left;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .front-menu-modal-text dt {
    width: auto;
    margin: 0 -10px 6px;
    padding: 4px 10px;
    float: none;
    color: #4A4A4A;
    text-decoration: underline;
  }
}
.front-menu-modal-text dd {
  margin-left: 240px;
  font-size: 1rem;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .front-menu-modal-text dd {
    margin-left: 0;
  }
}

/*--------------------------------

Blog

---------------------------------*/
.front-blog {
  margin: 0 auto;
  margin-right: calc(50% - 50vw);
  padding: 64px 44px;
  border-radius: 20px 0 0 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .front-blog {
    padding: 44px 32px;
  }
}
.front-blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
  gap: 44px;
}
.front-blog-list a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 999px) {
  .front-blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .front-blog-list {
    grid-template-columns: 1fr;
  }
}
.front-blog-item-title {
  margin-top: 12px;
  font-weight: 500;
  font-size: 1rem;
}
.front-blog-item-date {
  margin-right: 16px;
  font-size: 1rem;
}
.front-blog-item-item {
  margin: 72px 0;
}
.front-blog-item-item:last-child {
  margin: 44px 0 0;
}
.front-blog-item img {
  aspect-ratio: 360/240;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------------------

Info

---------------------------------*/
.front-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 160px;
  gap: 44px;
}
@media screen and (max-width: 999px) {
  .front-info {
    flex-wrap: wrap;
    margin-bottom: 100px;
  }
}
.front-info-img {
  width: 45%;
}
@media screen and (max-width: 999px) {
  .front-info-img {
    width: 100%;
  }
}
.front-info-img img {
  width: 100%;
}
.front-info-list {
  width: 55%;
}
@media screen and (max-width: 999px) {
  .front-info-list {
    width: 100%;
  }
}
.front-info-box {
  margin-top: 32px;
  padding: 44px 64px;
  border: 1px solid #765D11;
  border-radius: 15px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .front-info-box {
    padding: 24px 32px;
  }
}
.front-info-item {
  margin: 64px 0;
}
@media screen and (max-width: 768px) {
  .front-info-item {
    margin: 44px 0;
  }
}
.front-info-item._mt-10 {
  margin-top: 10px;
}
.front-info-item._mb-10 {
  margin-bottom: 10px;
}
.front-info-item__title {
  width: 180px;
  margin-top: 6px;
  float: left;
  font-weight: bold;
  line-height: 0.8rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .front-info-item__title {
    width: auto;
    margin-top: 0;
    float: none;
  }
}
.front-info-item__english {
  margin-left: 2px;
  font-size: 0.6rem;
  line-height: 1rem;
  letter-spacing: 0.08rem;
}
.front-info-item__text {
  margin-left: 180px;
}
@media screen and (max-width: 768px) {
  .front-info-item__text {
    margin-top: 8px;
    margin-left: 0;
  }
}
.front-info-modal {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .front-info-modal {
    padding: 64px 0 24px;
  }
}
.front-info-modal-heading {
  font-weight: bold;
  font-size: 1.1rem;
}
.front-info-modal-bold {
  font-weight: bold;
}
.front-info-modal-underline {
  text-decoration: underline;
}