
#column{
}

#column .title_box{
  background-color: #f6e3e7;
  padding: 2% 8%;
  width: 100%;
  margin-top: 5%;
}
#column .title_box:has(h2){
  margin-top: 10%;
  padding: 1% 8%;
	width: fit-content;
}
#column .title_box h1{
	color: #d1547d;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 2px;
  border-bottom: #d1547d solid 1px;
  display: block;
  width: fit-content;
}
#column .title_box h1 span{
	display: block;
	padding: 1em 2em;
  font-size: 1rem;
}
#column .title_box h2{
	color: #d1547d;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 2px;
  display: block;
  width: fit-content;
}
#column .title_box h2 span{
	display: block;
	padding: .5em 2em 0;
  font-size: 1rem;
}

#column .title_box p{
  display: block;
  margin: 1em auto 0;
  width: fit-content;
  font-size: 1.2rem;
}

#column .item_box_1{
	display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
	gap: 8%;
	margin: 6% auto 1em;
}
#column .item_box_2{
	display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
	gap: 6%;
	margin: 6% auto 8%;
}

#column .item_box_1 .item{
	border: #B2A39E solid 1px;
	width: 46%;
	padding: 0 1.75em 2em;
	position: relative;
  margin: 0 auto 5% 0;
}
#column .item_box_1 .item p.tag,
#column .item_box_2 .item p.tag{
	position: absolute;
	display: block;
	width: fit-content;
	background-color: #65463D;
	padding: .5em 1.5em;
	font-size: 1.25em;
	color: #fff;
	top: 0;
	left: 0;
	font-family: "Noto Sans JP", sans-serif;
}
#column .item_box_1 .item p.images img{
	object-fit: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
}
#column .item_box_1 .item p.time{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 100;
	margin-top: .5em;
}
#column .item_box_1 .item p.text{
	font-size: 1rem;
	color: #65463D;
	margin-top: 1em;
}
#column .item_box_1 .item p.column_title{
	font-size: 1.4rem;
	color: #65463D;
	display: block;
	margin-top: .25em;
}
#column p.link_btn,
.column_wrapper p.link_btn{
	display: block;
	margin: 5% auto 0;
	width: fit-content;
	padding: .25em 2.5em .25em 3em;
	border: #937E77 solid 1px;
	font-size: 1.2rem;
}

#column .item_box_2 .item{
	width: 47%;
	position: relative;
	display: flex;
	padding: 0;
	border: none;
	border-top: #937E77 solid 1px;
  margin: 0 auto 3% 0;
}

#column .item_box_2 .item .images{
	width: 45%;
}
#column .item_box_2 .item .images a{
	aspect-ratio: 5 / 4;
	display: block;
	height: 100%;
	max-width: 100%;
	overflow: hidden;
}
#column .item_box_2 .item .images a img{
	object-fit: cover;
}
#column .item_box_2 .item .text_box{
	width: 55%;
	padding: 3% 3% 0;
}
#column .item_box_2 .item .text_box p.time{
	font-family: "Noto Sans JP", sans-serif;
	font-size: .7rem;
	font-weight: 100;
}
#column .item_box_2 .item .text_box p.text{
	font-size: .8rem;
	color: #65463D;
	margin-top: .5em;
}
#column .item_box_2 .item .text_box a{
	aspect-ratio: unset;
	font-size: 1.2em;
	opacity: 1;
	transition-duration: .5s;
}
#column .item_box_2 .item .text_box .text{
	margin-top: .5em;
}
#column .item_box_2 .item .text_box .column_title{
	margin-top: .75em;
}
#column .item_box_2 .item .text_box p.ext_text{
	font-size: .8em;
	margin-top: .75em;
	color: #65463D;
}

.column_wrapper .container{
	max-width: 720px;
}
.column_wrapper .container .title_box{
	border-bottom: #B2A39E solid 1px;
	width: fit-content;
	margin: 0 auto 8%;
	padding: 3em 0 1em;
}
.column_wrapper .container .title_box h1{
	text-align: center;
	font-size: clamp(1.8em, 6vw, 2.6em);
	line-height: 1.4em;
	padding: 0 1.5em;
	color: #65463D;
	letter-spacing: .1em;
}
.column_wrapper .container .title_box h1 span{
	font-size: .6em;
	display: block;
	margin-bottom: .5em;
	letter-spacing: 1px;
}
.column_wrapper section + section{
	margin-top: 8%;
}
.column_wrapper section:last-of-type{
	margin-bottom: 8%;
}
.column_wrapper p{
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(18px, 4.7vw, 22px);
	font-weight: 300;
	line-height: 1.65em;
}
.column_wrapper p + p{
	margin-top: 1.5em;
}
.column_wrapper h2{
	display: flex;
	justify-content: flex-start;
	gap: .5em;
	font-size: clamp(20px, 6.3vw, 32px);
	line-height: 1.4em;
	font-weight: 200;
	padding-bottom: .4em;
	margin-bottom: 1em;
	border-bottom: #B2A39E solid 1px;
	align-items: center;
}
.column_wrapper h2 span{
	width: fit-content;
	margin: 0;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	font-size: clamp(12px, 3.4vw, 18px);
	line-height: 1em;
}
.column_wrapper h2 span em{
	font-style: normal;
	margin-left: 0;
	font-size: 1.4em;
	padding-top: 5px;
}
.column_wrapper p:has(img){
	margin-bottom: 1.5em;
}
.column_wrapper .menu_box{
	background-color: #f1f1f7;
	padding: 4%;
}
.column_wrapper .menu_box h3{
	font-size: clamp(20px, 5.3vw, 26px);
	text-align: center;
	border-bottom: #B2A39E solid 1px;
	padding-bottom: .75em;
	margin-bottom: 1em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}
.column_wrapper .menu_box ul{
	font-size: clamp(18px, 4.7vw, 24px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}
.column_wrapper .menu_box ul li{
	margin-top: .5em;
	padding: 0 1em;
}
.more-btn {
	display: none;
}
@media only screen and (max-width: 767px) {
	#column .title_box{
		padding: 4% 8%;
	}
	#column .title_box h1{
		font-size: 1.8rem;
	}
	#column .title_box p{
		font-size: 1rem;
	}
	#column .title_box:has(h2){
		padding: 2% 10%;
	}
	#column .title_box h2{
		font-size: 1.3rem;
	}
	#column .title_box h2 span{
		font-size: .8rem;
	}
	#column .title_box{
		margin-top: 25%;
	}
	#column .item_box_1 .item,
	#column .item_box_2 .item{
		width: 100%;
		padding: 0 1.75em 1.5em;
		margin-bottom: 6%;
	}
	#column .item_box_2 .item{
		padding: 0;
		overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
	}
	#column .item_box_2 .item.is-hidden {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
		margin-bottom: 0;
  }
	.more-btn {
    display: block;
    margin: 0 auto 10%;
		padding: .5em 1.5em;
		border-radius: 6px;
  }
	.column_wrapper .container .title_box{
		padding-top: 6em;
	}
	.column_wrapper .container .title_box h1{
		line-height: 1.3em;
		padding: 0 .5em;
	}
}