/*共通*/
.p-entry__body {
    margin-bottom: 0!important;
}

@media screen and (max-width: 767px) {
    .l-primary {
        margin-bottom: 0!important;
    }
}

@media screen and (max-width: 991px) {
    .l-primary {
        margin-bottom: 0!important;
    }
}

.l-primary .p-entry__body p {
	margin-bottom: 0;
	line-height: 1.5;
}

.l-primary .p-entry__body ul {
	margin: 0;
	list-style: none;
}

.l-primary .p-entry__body ul li {
	list-style-type: none;
}

.l-contents .p-entry__body a:hover {
	text-decoration: none;
}

.l-main .l-contents {
	margin-top: 0;
}

.l-main .p-breadcrumb {
	margin-bottom: 20px;
}

.article {
	padding: 80px 0;
}

.description {
	margin-top: 60px;
}

.l-main .p-entry__body img {
	width: 100%;
}

/*各種タイトル*/
.p-page-header__title{
  color: #36220B;
  height: auto;
  line-height: 1.5;
  font-size: 60px;
}

.footprint{
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  background: url('/wp-content/uploads/2026/04/icon_footprint_brown.png') no-repeat center / contain;
}

@media (max-width: 768px) {
	.footprint{
		width: 24px;
		height: 24px;
	}
}

.sub-ttl{
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  width: 100%;
  height: auto;
}

.sub-ttl_text{
  font-size: 24px !important;
  color: #907A44;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
	.sub-ttl_text{
		font-size: 20px;
	}
}

.p-page-header__inner{
margin-bottom: 16px;
}

.page_ttl{
  font-size: 60px !important;
  text-align: center;
  color: #36220B;	
}

@media (max-width: 768px) {
	.page_ttl{
		font-size: 36px !important;
		margin-bottom: 20px !important;
	}
}

.column-content__ttl{
	font-size: 20px !important;
	color: #36220B;
}

@media (max-width: 768px) {
	.column-content__ttl{
	font-size: 18px !important;
}
}

.main-title-area::before {
	background-image: url("https://2026040612024765x34c.conohawing.com/wp-content/uploads/2026/05/mv_shop.jpg");
}

/*斜線つきタイトル*/
.slash-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.75;
}

@media (max-width: 768px) {
	.slash-heading {
		font-size: 18px;
	}
}

.slash-heading::before,
.slash-heading::after {
  content: ""; 
  display: block;
  width: 1px;
  height: 60px;
  background: #b89a7a;
  flex-shrink: 0;
}

/* ＼ */
.slash-heading::before {
  transform: rotate(-30deg);
}

/* ／ */
.slash-heading::after {
    transform: rotate(30deg);
}

.l-primary .title-box--white .title-ja::after {
	border-width: 11px 8px 0 8px;
}

/*左右振り分け配置箇所*/
.column {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 768px) {
    .column {
    gap: 15px;
}
}

@media (max-width: 768px) {
    .column-content {
    gap: 15px;
}
}

.column-content {
	width: 60%;
}

@media (max-width: 768px) {
    .column-content {
    width: 100%;
}
}

.column:not(:first-child) {
    margin-top: 40px;
}

.column:nth-child(even) {
    flex-direction: row-reverse;
}

.column-content__heading {
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    border-bottom: solid 1px #907A44;
}

.column-content .column-content__heading h4 {
	margin-bottom: 0;
}

.column-content__sub {
	display: block;
    margin-bottom: 12px;
    color: #907A44;
    font-size: 18px;
}

.column-content__paragraph{
	line-height: 1.8 !important;
}

/*概要部分*/
.shop-overview-area {
	padding-bottom: 120px;
}

@media (max-width: 768px) {
	.shop-overview-area {
		padding-bottom: 0;
	}
}

.new-line {
    display: none;
}

@media (max-width: 768px) {
    .new-line {
        display: block;
    }
}

/*menu*/
.menu-area {
    position: relative;
	padding: 80px 0 160px;
	background: #EBEAE1;
}

.menu-area::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    height: 180px;
    background-image: url(/wp-content/uploads/2026/04/curve_beige_1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    pointer-events: none;
}

@media (max-width: 768px) {
	.menu-area::before {
		top: 0;
        background-size: contain;
        background-position: bottom;
        transform: translateY(-100%);
	}
}

@media (max-width: 1110px) and (min-width: 768px) {
	.menu-area::before {
		top: 0;
        background-size: contain;
        background-position: bottom;
        transform: translateY(-100%);
	}
}

.menu-container {
	margin-top: 60px;
}

.menu-category:not(:last-child) {
	margin-bottom: 60px;
}

@media (max-width: 768px) {
	.menu-category:not(:last-child) {
		margin-bottom: 40px;
	}
}

.menu-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

@media (max-width: 768px) {
    .menu-box {
        display: flex;
        flex-direction: column;
}
}

.menu-main {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1 / 5;
    gap: 24px;
}

@media (max-width: 768px) {
	.menu-main {
		gap: 15px;
	}
}

.menu-image__main {
    display: flex;
    grid-column: 1 / 5;
    gap: 40px;
}

@media (max-width: 768px) {
.menu-image__main {
    gap: 15px;
}
}

.menu-description {
    grid-column: 1 / 5;
	line-height: 1.8 !important;
}

/*メニュー（小）*/
.menu-box-list {
	display: flex;
	gap: 40px;
	grid-column: 1 / 5;
}

@media (max-width: 768px) {
	.menu-box-list {
		gap: 30px;
		flex-direction: column;
	}
}

.menu-box-item {
    padding: 30px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 20px;
	flex: 1;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 768px) {
	.menu-box-item {
		width: 100%;
	}
}

.menu-name {
	padding: 24px 0;
}

@media (max-width: 768px) {
.menu-name {
	font-size: 18px;
	font-weight: bold;
}
}

.menu-text {
	border-top: 1px #DBD9CC solid;
    font-size: 16px;
	padding-top: 24px;
}

@media (max-width: 768px) {
.menu-text {
	font-size: 14px;
}
}

.ordermade_products {
	background: #F7F5F2;
	margin: 40px 0 70px;
	border-radius:  0 0 4px 4px;
}

.ordermade_products_head {
	background: #36220B;
	display: flex;
	align-items: center;
	gap: 16px;
	border-radius: 4px 4px 0 0;
	padding: 16px 20px;
}

.ordermade_products_inner {
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

@media (max-width: 768px) {
.ordermade_products_inner {
	padding: 30px 20px;
	gap: 30px;
}
}

.p-entry__body .ordermade_products_head h3 {
	color: #FFFFFF;
	line-height: 1;
	font-size: 24px;
	margin-bottom: 0;
	font-weight: normal;
}

@media (max-width: 768px) {
	.p-entry__body .ordermade_products_head h3 {
	font-size: 20px;
	}
	
	.tag {
		font-size: 14px;
	}
}