.mb_hide {
	display: none;
}
.mb {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 1rem;
}
.mb_reverse {
	flex-direction: column-reverse;
}
.pc_width {
	padding: 0 0.5rem;
}

/* h */

.h1-content {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--color-heading-main);
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin: 1.5em 0 1em;
}

.h2-content {
	font-size: 1.3rem;
	font-weight: 500;
	color: var(--color-heading-sub);
	position: relative;
	display: inline-block;
	margin: 1.5em auto 1em;
	padding-bottom: 0.3em;
	border-bottom: 2px solid var(--color-border-accent);
}
.h3-content {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--color-heading-main);
  margin: 1.2em 0;
  padding-left: 0.6em;
  border-left: 4px solid var(--color-border-light);
}

/* button */

.glass-button {
	font-size: 3vw;
	padding: 0.2rem 2rem;
	width: 100%;
}
/* header */

#header_menu {
	right: -100%;
	width: 100%;
}

/* index */

#index_top {
	background: url(../images/img_index_top_mb_01.jpg) no-repeat center;
	background-size: cover;
}

.index_top_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 2rem;
}

#index_top_left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding-bottom: 2rem;
}

.index_catch {
	font-size: clamp(6vw, 7vw, 8vw);
	line-height: 12vw;
}
.index_title {
	font-size: 5.4vw;
	line-height: 8vw;
}
.ul_index_menu > li {
	padding: 0.2rem;
}

/* content */


.dl-list > div{
  padding: 0.5rem 0;
}
.dl-list > div > dt{
  border-bottom: 1px var(--color-text-sub) dotted;
}
.dl-list > div > dd{
  flex: 1;
  padding: 0 1rem;
}

.booth-main{
  flex-direction: column;
  align-items: center;
}

.booth-img{
  width: 30%;
}
/* footer */
