/*************************************

style.css

*************************************/
article#main_content {
	letter-spacing: .1rem;
}

.h1ttl {
  display: none;
}

article#main_content .lead_message {
	margin-top: 1rem;
}

.lead_message p:first-of-type {
	    margin: 2rem 0;
    color: #a51101;
    font-weight: bold;
    font-size: 1.6rem;
    font-family: var(--Font_Weight_Bold);
    text-align: center;
}

.main_message {
  max-width: 800px;
  margin: 0 auto 4rem;
}
.main_message > p {
  text-align: justify;
	line-height: 1.8rem;
}

.br_sp {display: none;}
.br_pc {display: block;}

@media screen and (orientation: portrait) and (max-width: 767px) {
	
	.lead_message p:first-of-type {
	    margin: 1rem .5rem;
    color: #a51101;
    font-weight: bold;
    font-size: 1.2rem;
		letter-spacing: 0;
    font-family: var(--Font_Weight_Bold);
    text-align: left;
}
	
  .main_message {
    width: 90%;
	  margin: 0 auto 2rem;
  }
	
	article#main_content .lead_message {
		padding: .5rem;
	}
	
	.br_sp {display: block;}
.br_pc {display: none;}
}
/* about

============================ */
.about {
  display: flex;
	column-gap: 2rem;
	justify-content: space-between;
  max-width: 800px;
  margin: 2rem auto;
}
.about > dl {
		  margin-bottom: 2rem;
}
.about > dl > dt {
  color: #a51101;
  font-weight: bold;
  font-family: var(--Font_Weight_Bold);
  font-size: 1.2rem;
}
.about > dl > dt::before {
  content: "■";
}

.about > dl > dd {
	font-size: 1.1rem;
}

.schedule_submsg {
	max-width: 800px;
  margin: 0 auto;
	display: flex;
	column-gap: 2rem;
}

dl.schedule {
  width: calc(50% - 1rem);
	margin: 1rem 0;
}

dl.schedule > dt {
	color: #a51101;
  font-weight: bold;
  font-family: var(--Font_Weight_Bold);
  font-size: 1.2rem;
	margin-bottom: 1rem;
}
dl.schedule > dt::before {
	content: "■";
}

dl.schedule > dd {
  display: flex;
	column-gap: 2rem;
  flex-wrap: wrap;
  align-items: stretch;
}


dl.schedule > dd table {
	width: 100%;
    border: 1px solid #a51101;
	margin-bottom: 1rem;
}

dl.schedule > dd table th {
	background: var(--Dark_Sub_Color);
    color: #fff;
	padding: .5rem;
}

dl.schedule > dd table td {
	padding: .5rem;
}

dl.schedule > dd table tr:nth-of-type(odd) {
	background: #fff0f5;
}

.sub_message {
	width: calc(50% - 1rem);
	margin: 1rem 0;
}

.sub_message p {
	margin: 0;
	text-align: justify;
	font-size: .9rem;
	line-height: 1.6rem;
}

ul.note {
	max-width: 800px;
  margin: 0 auto;
}


@media screen and (orientation: portrait) and (max-width: 767px) {
  .about {
    display: block;
    width: 90%;
  }
  .about > dl {
    width: 100%;
	  margin-bottom: 1rem;
  }
	
	.schedule_submsg {
	width: 90%;
	display: block;
}
	
	dl.schedule {
  width: 100%;
}
	
dl.schedule > dd {
    display: block;
  }
	
	dl.schedule > dd div {
	width: 100%;
}
	
dl.schedule > dd table {
	width: 100%;
}
	
	.sub_message {
	width: 100%;
	margin: 2rem 0 0rem;
}
	
	ul.note {
	width: 100%;
}
	

  .contact_banner .inner > p {
    padding: 2rem 0 0;
    font-size: 1.1rem;
  }
}


/* phone

============================ */
.contact_banner.phone .contact_txt {
  display: none;
}
.contact_banner.phone .phone_shibuya, .contact_banner.phone .phone_ikebukuro, .contact_banner.phone .phone_kichijoji {
  display: none;
}