@charset "UTF-8";
/* ---------------------------------------------------------
@extend (継承用)
--------------------------------------------------------- */
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.notoM {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.notoB {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

/*----------------------------------------------------------------------
写真 + テキスト
----------------------------------------------------------------------*/
/*
.media_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 70px;
	.photo_img {
		width: calc(50vw - 20px);
	}
	article {
		width: 480px;
	}
}
.media_box.photo_right {
	.photo_img {
		order: 2;
		margin-left: auto;
	}
	article {
		order: 1;
	}
}
.photo_flow {
	.photo_img {
		margin-left: calc(50% - 50vw);
	}
}
.photo_right.photo_flow {
	margin-right: calc(50% - 50vw);
}
*/
/*----------------------------------------------------------------------
見出し
----------------------------------------------------------------------*/
.title_h {
  position: relative;
}
.title_h:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #624533;
}
.title_h h2 {
  padding: 16px 0;
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  background: #624533;
  -webkit-clip-path: polygon(0 0, 0% 100%, 95% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 95% 100%, 100% 0);
}

.title_h2 {
  position: relative;
  margin-bottom: 66px;
}
.title_h2:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #624533;
}
.title_h2 h2 {
  padding: 40px 0;
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  background: #624533;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%, 90% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 100%, 90% 0);
}

h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-size: 1.5rem;
}

.page_visual {
  position: relative;
}
.page_visual .photo_img {
  height: 280px;
}
.page_visual .photo_img:before {
  padding-top: 18.2291666667%;
}
.page_visual article {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
}
.page_visual article h1 {
  display: inline-block;
  padding: 16px 40px;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.7);
}
@media all and (max-width: 768px) {
  .page_visual {
    margin-top: 59px;
  }
  .page_visual .photo_img {
    height: auto;
  }
  .page_visual .photo_img:before {
    padding-top: 23.4666666667%;
  }
  .page_visual article h1 {
    padding: 8px 40px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 768px) {
  .page_visual {
    margin-top: 59px;
  }
  .page_visual .photo_img {
    height: auto;
  }
  .page_visual .photo_img:before {
    padding-top: 23.4666666667%;
  }
  .page_visual article h1 {
    padding: 8px 40px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/*----------------------------------------------------------------------
下層ページ
----------------------------------------------------------------------*/
.page main {
  padding: 100px 0 0;
}
.page .btn_sec {
  margin-bottom: 63px;
}
.page .btn_sec .btn_area {
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .page main {
    padding: 0 0 0;
  }
  .page .btn_sec {
    margin-bottom: 63px;
  }
  .page .btn_sec .btn_area {
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .page main {
    padding: 0 0 0;
  }
  .page .btn_sec {
    margin-bottom: 63px;
  }
  .page .btn_sec .btn_area {
    margin-bottom: 0;
  }
}

.page_link {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}
.page_link > * {
  margin-left: 16px;
  margin-bottom: 30px;
  width: calc(33.3333% - 16px);
}
.page_link a {
  position: relative;
  display: block;
  padding: 7px 0;
  color: #624633;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  border: 2px solid #624633;
}
.page_link a:after {
  position: absolute;
  top: 15px;
  right: 14px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-color: #000;
  transform: rotate(45deg);
}
@media all and (max-width: 768px) {
  .page_link {
    margin-left: 0;
    margin-bottom: 68px;
    justify-content: center;
  }
  .page_link > * {
    margin-left: 0;
    margin-bottom: 11px;
    width: 90%;
  }
  .page_link a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  .page_link {
    margin-left: 0;
    margin-bottom: 68px;
    justify-content: center;
  }
  .page_link > * {
    margin-left: 0;
    margin-bottom: 11px;
    width: 90%;
  }
  .page_link a {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*----------------------------------------------------------------------
Aboutページ
----------------------------------------------------------------------*/
.page_about .navi_main .navi {
  margin-bottom: 0;
}
.page_about main {
  margin-top: 0;
  padding-top: 224px;
}
@media all and (max-width: 768px) {
  .page_about main {
    padding-top: 120px;
  }
  .page_about .about {
    padding-top: 0;
  }
}
@media all and (max-width: 768px) {
  .page_about main {
    padding-top: 120px;
  }
  .page_about .about {
    padding-top: 0;
  }
}

/*----------------------------------------------------------------------
Menuページ
----------------------------------------------------------------------*/
.menu_article {
  margin-bottom: 40px;
}
.menu_article h2 {
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 1.25rem;
}
.menu_article h2 + p {
  margin-bottom: 10px;
}
.menu_article table {
  width: 100%;
  border-collapse: collapse;
}
.menu_article table + p {
  margin-bottom: 20px;
}
.menu_article table thead th {
  margin: 0;
  padding: 15px 37px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  background: #624633;
}
.menu_article table th,
.menu_article table td {
  font-weight: 400;
  border: 1px solid #dedede;
}
.menu_article table .time {
  width: 98px;
  margin-right: 35px;
  padding: 24px 0;
  text-align: center;
  background: #fff5ee;
}
.menu_article table td {
  padding: 0 0 0 36px;
}
.menu_article table .price {
  margin-left: auto;
  width: 250px;
  padding: 24px 0;
  text-align: center;
  background: #fff5ee;
}
@media all and (max-width: 768px) {
  .menu_article h2 {
    font-size: 16px;
    font-size: 1rem;
  }
  .menu_article table th,
  .menu_article table td {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .menu_article table thead th {
    margin: 0;
    padding: 15px 15px;
  }
  .menu_article table .time {
    width: 75px;
    margin-right: 10px;
    text-align: center;
    background: #fff5ee;
  }
  .menu_article table td {
    padding: 0 10px;
  }
  .menu_article table .price {
    margin-left: auto;
    width: 100px;
  }
  .menu_article .text_c img {
    max-width: 100% !important;
  }
}
@media all and (max-width: 768px) {
  .menu_article h2 {
    font-size: 16px;
    font-size: 1rem;
  }
  .menu_article table th,
  .menu_article table td {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .menu_article table thead th {
    margin: 0;
    padding: 15px 15px;
  }
  .menu_article table .time {
    width: 75px;
    margin-right: 10px;
    text-align: center;
    background: #fff5ee;
  }
  .menu_article table td {
    padding: 0 10px;
  }
  .menu_article table .price {
    margin-left: auto;
    width: 100px;
  }
  .menu_article .text_c img {
    max-width: 100% !important;
  }
}

/*----------------------------------------------------------------------
Staffページ
----------------------------------------------------------------------*/
.staff .wrap {
  max-width: 1000px;
}
.staff hr {
  margin-bottom: 40px;
  border-top: 3px solid #624633;
}

.staff_box {
  align-items: flex-start;
  margin-bottom: 25px;
}
.staff_box .photo_img {
  width: 266px;
}
.staff_box .photo_img:before {
  padding-top: 110.5263157895%;
}
.staff_box .text {
  width: calc(100% - 266px);
  padding: 0 0 0 30px;
}
.staff_box .text h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}
.staff_box .text h2 small {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  font-size: 1rem;
}
.staff_box .text h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
@media all and (max-width: 768px) {
  .staff_box .photo_img {
    width: 100%;
    margin-bottom: 16px;
  }
  .staff_box .photo_img:before {
    padding-top: 110.5263157895%;
  }
  .staff_box .text {
    width: 100%;
    padding: 0 0 0 0;
  }
  .staff_box .text h2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .staff_box .text h2 small {
    display: block;
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  .staff_box .photo_img {
    width: 100%;
    margin-bottom: 16px;
  }
  .staff_box .photo_img:before {
    padding-top: 110.5263157895%;
  }
  .staff_box .text {
    width: 100%;
    padding: 0 0 0 0;
  }
  .staff_box .text h2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .staff_box .text h2 small {
    display: block;
    margin-left: 0;
  }
}

.menu_box h3 {
  margin: 0;
  padding: 15px 37px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  background: #624633;
}
.menu_box ul {
  display: flex;
  margin-bottom: 20px;
}
.menu_box li {
  width: 25%;
  padding: 25px 0;
  text-align: center;
  background: #fff5ee;
}
.menu_box li:nth-child(even) {
  background: #fdfaf7;
}
@media all and (max-width: 768px) {
  .menu_box ul {
    flex-wrap: wrap;
  }
  .menu_box li {
    width: 50%;
    border: 1px solid #dedede;
  }
}
@media all and (max-width: 768px) {
  .menu_box ul {
    flex-wrap: wrap;
  }
  .menu_box li {
    width: 50%;
    border: 1px solid #dedede;
  }
}

/*----------------------------------------------------------------------
Faqページ
----------------------------------------------------------------------*/
.faq .wrap {
  max-width: 1000px;
}

.faq_box {
  margin: 0 0 20px;
  background: #fdfaf7;
}
.faq_box h3 {
  margin: 0;
  padding: 15px 37px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  background: #624633;
}
.faq_box p {
  padding: 32px;
}
@media all and (max-width: 768px) {
  .faq_box h3 {
    padding: 15px;
  }
  .faq_box p {
    padding: 15px;
  }
}
@media all and (max-width: 768px) {
  .faq_box h3 {
    padding: 15px;
  }
  .faq_box p {
    padding: 15px;
  }
}/*# sourceMappingURL=page.css.map */