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

.l-primary .p-entry__body p.attention {
	color: #CE3F0B;
}

.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;
}

.description.margin-s {
	margin-top: 40px;
	line-height: 1.8 !important;
}

.l-main .p-entry__body img {
	width: 100%;
}
.l-primary .p-entry__body p {
    margin-bottom: 0;
    line-height: 1.5;
}

.supplement a {
	text-decoration: underline;
}

/*各種タイトル*/
.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;
}

.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;
}

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

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

.main-title-area::before {
	background-image: url("/wp-content/uploads/2026/05/mv_trimming.jpg");
}

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

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


.column-image {
    width: 40%;
}

.column-content {
	width: 60%;
}

.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;
}

/*概要部分*/
.feature {
	padding-bottom: 260px;
}

/*メニュー*/
/* ==============================
   メニューグリッド（ナビ）
================================ */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  margin: 60px 0;
}

@media (max-width: 768px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
    margin: 60px 0 40px;
  }
}

.menu-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
  background: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  transition: .3s;
}

.menu-card:hover {
  opacity: .6;
}

.l-main .p-entry__body .menu-icon {
  width: fit-content;
}

.l-main .p-entry__body .menu-icon img {
    max-height: 70px;
}

.l-primary .p-entry__body .menu-en {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 12px;
  color: #907A44;
}

.p-entry__body .menu-card h3 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #36220B;
}

.menu-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  margin-top: auto;
  background: #AC9969;
  border-radius: 0 0 4px 4px;
}

.l-main .p-entry__body .menu-footer img {
  width: 12px;
}


/* ==============================
   メニューセクション
================================ */
.menu-section {
  padding: 30px;
  margin-bottom: 40px;
  background: #F7F6F0;
  border-radius: 4px;
}

.menu-content {
  display: grid;
  grid-template-columns: 180px 1fr;
  column-gap: 30px;
  row-gap: 30px;
}

.menu-img {
  width: 180px;
  grid-area: 1 / 1 / 2 / 2;
}

.menu-infomaiton {
  grid-area: 1 / 2 / 2 / 3;
}

.l-primary .p-entry__body .menu-content .menu-en {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

.p-entry__body .menu-content h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #36220B;
}

.p-entry__body .menu-desc {
  margin: 0;
  font-size: 16px;
}

.p-entry__body .menu-desc:not(:last-child) {
  margin-bottom: 1em;
}


/* ==============================
   アコーディオン
================================ */
.accordion {
  grid-area: 2 / 1 / 3 / 3;
  border: 2px solid #D5C69E;
  border-radius: 4px;
}

.accordion-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 30px;
  font-size: 16px;
  color: #907A44;
  cursor: pointer;
}

.accordion-toggle:hover{
	opacity: 0.6;
}

.accordion-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 14px;
  background: url("/wp-content/uploads/2026/05/icon_arrow_down_brown.png") no-repeat center / contain;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.accordion.open .accordion-toggle::after {
  transform: translateY(-50%) rotate(180deg);
}

.accordion-content {
  display: none;
  position: relative;
  padding: 30px;
}

.accordion-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background: #D5C69E;
}

.accordion.open .accordion-content {
  display: block;
}

/* ==============================
   料金リスト
================================ */
.l-primary .p-entry__body .price-list {
  margin: 20px 0 30px;
  padding: 0;
}

.l-primary .p-entry__body .price-list li {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #DBD9CC;
  color: #36220B;
  line-height: 1.5 !important;
}

.l-primary .p-entry__body .price-list li:first-child {
  border-top: 1px solid #DBD9CC;
}

.l-primary .p-entry__body .price-list li span:last-child {
  position: relative;
}

.l-primary .p-entry__body .price-list li span:last-child:empty::before,
.l-primary .p-entry__body .price-list li span:first-child:empty::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #36220B;
}

#single .accordion-content {
    padding-bottom: 0;
}

.l-primary .p-entry__body .price-list-title {
    font-size: 20px;
	font-weight: 600;
    color: #36220B;
    padding-left: 28px;
    background-image: url('/wp-content/uploads/2026/05/icon_footprint_1.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.l-primary .p-entry__body .note {
  margin-bottom: 0;
  font-size: 16px;
  color: #36220B;
  text-align: right;
  font-weight: 600;
}

.menu-flex {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 30px;
}

.menu-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.menu-desc {
    line-height: 1.8 !important;
}

/* 画像 */
.menu-image {
    width: 320px;
}

.menu-feature {
    background: #EBEAE1;
    padding: 30px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu-feature-title {
    font-weight: bold;
    margin-bottom: 24px;
	font-size: 16px;
	color: #907A44;
	line-height: 1;
}

.menu-feature ol {
    padding-left: 10px;
	font-size: 16px;
	color: #36220B;
}

.menu-feature li {
    line-height: 28.8px;
}

.menu-inner {
	margin-top: 50px;
}

.menu-inner.flex-column {
	display: flex;
    flex-direction: column;
	gap: 24px;
}

.p-entry__body .menu-inner .menu-desc:not(:last-child) {
	margin-bottom: 0;
}

.l-primary .p-entry__body .menu-inner .price-list {
	margin-top: 0;
	margin-bottom: 0;
}

.menu-linetitle {
	display: block;
	font-size: 18px;
	color: #36220B;
	position: relative;
	text-align: left;
	padding-bottom: 15px;
}

.menu-linetitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #907A44;
}

/*ご利用時の注意事項*/
.l-primary .p-entry__body .request-box {
	margin: 20px 0 30px;
	padding: 30px;
	border: solid 1px #DBD9CC;
}

.l-primary .p-entry__body .request-box li {
	line-height: 1.8;
	color: #36220B;
}

.description.text-large {
	font-size: 20px;
	line-height: 1.8 !important;
}

.request-area.article{
	padding: 120px 0;
}

@media (max-width: 768px) {

    .footprint {
        width: 24px;
        height: 24px;
    }

    .sub-ttl_text {
        font-size: 20px;
    }

    .page_ttl {
        font-size: 36px !important;
        margin-bottom: 20px !important;
    }

    .feature {
        padding-bottom: 160px;
    }

    .column {
        display: block;
    }

    .column-image {
        width: 100%;
        margin-bottom: 20px;
    }

    .column-content {
        width: 100%;
    }

    .column-content__heading {
        margin-bottom: 20px;
    }

    .column-content__ttl {
        font-size: 18px !important;
    }

    .menu-section {
        padding: 40px 20px;
    }

    .menu-content {
        display: flex;
        flex-direction: column;
        column-gap: 0;
        row-gap: 0;
    }

    .menu-flex {
        flex-direction: column;
			gap: 20px;
    }

    .menu-image {
        width: 100%;
    }

    .menu-linetitle {
        font-size: 16px;
    }

    .l-main .p-entry__body .menu-img {
        width: 120px;
        margin: 0 auto 16px;
    }

    .l-primary .p-entry__body .menu-content .menu-en {
        font-size: 16px;
        text-align: center;
    }

    .p-entry__body .menu-content h2 {
        font-size: 18px;
        text-align: center;
    }

    .p-entry__body .menu-desc {
        font-size: 14px;
    }

    .l-primary .p-entry__body .note {
        font-size: 14px;
        text-align: left;
    }

    .l-primary .p-entry__body .price-list-title {
        font-size: 18px;
    }

    .l-primary .p-entry__body .price-list li {
        font-size: 14px;
        gap: 10px;
    }
	
    .l-primary .p-entry__body .price-list li span{
        min-width: 2em;
    }
	
    .l-primary .p-entry__body .request-box {
        margin: 20px 0 30px;
        padding: 20px;
    }

    .accordion {
        margin-top: 24px;
    }

    .accordion-toggle {
        font-size: 14px;
        font-weight: 600;
        padding: 20px;
    }

    .accordion-toggle::after {
        right: 20px;
    }

    .accordion-content {
        padding: 30px 20px;
    }

    .accordion-content::before {
        left: 20px;
        right: 20px;
    }
	
	.price-list-title.margin-top {
		margin-top: 30px;
	}
	
	.menu-feature {
		padding: 20px;
	}
	
	.menu-feature-title {
		font-size: 14px;
	}
	
	.p-entry__body .menu-feature ol {
		margin-left: 10px;
		font-size: 14px;
	}
	
	.p-entry__body .menu-feature li {
		line-height: 1.25;
		margin-bottom: 15px;
	}
	
	.description.text-large {
		font-size: 16px;
	}
	
	.l-primary .p-entry__body .request-box li {
		font-size: 14px;
	}
}

.menu-container {
	margin-bottom: 150px;
}

@media (max-width: 768px) {
	.menu-container {
		margin-bottom: 0;
	}
}

.facilities-please {
	padding: 30px;
	background: #E2DFCC;
	border-radius: 4px;
}

.l-main .facilities-please__heading {
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #36220B;
}

@media (max-width: 768px) {
    .l-main .facilities-please__heading {
        font-size: 16px;
    }
}

.facilities-please p + p {
	margin-top: 20px;
}

@media (max-width: 768px) {
    .facilities-please p + p {
        margin-top: 16px;
    }
}