@charset "UTF-8";
/* CSS Document */

/*====================
スマホの時だけ改行
====================*/
.br-sp {
	display: none;
}
@media (max-width: 767.98px){
.br-sp {
    display: block;
}
}

/*====================
cssここから
====================*/

.intro{
	padding: 60px;
	background: #bd0b0b;
	margin: 20px auto;
}
.intro p{
	font-family: "Noto Serif JP", serif !important;
	font-size: 1.6rem !important;
	line-height: 2 !important;
	text-align: center;
	color: wheat;
}
.xmasttl{
	font-family: "Noto Serif JP", serif !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	line-height: 2 !important;
	margin: 40px auto 20px auto!important;
	color: #bd0b0b !important;
}
.xmasttlspan{
	font-size: large;
	border-bottom: 2px dotted;
	padding-bottom: 16px;
}
.day{
	text-align: center;
	font-size: 2.4rem !important;
	font-weight: 600;
	color: #bd0b0b !important;
	margin-bottom: 50px !important;
}
.day span{
	font-size: 1.6rem !important;
	font-weight: 400;
}
.h4midashi-gold{
	background: #c6a648;
	color: #fff !important;
	padding: 6px 6px 8px 10px;
	margin-bottom: 8px;
}
.noriba{
	font-size: 1.4rem !important;
	margin-bottom: 10px !important;
}
.couse{
	color: #c6a648;
	font-weight: 600;
}
.menu-list{
	font-size: 1.4rem !important;
	margin-bottom: 10px;
	list-style: disc;
	list-style-position:inside;
}
.h4midashi-blue{
	background: #005eb8;
	color: #fff !important;
	padding: 6px 6px 8px 10px;
	margin-bottom: 8px;
}
.under-contact-inner{
	margin: 0 auto;
	width: 70%;
}
.btn-red{
	color: #fff !important;
  background: #000;
  font-size: 1.8rem;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
  font-family: "Noto Serif JP", serif;
}

/*====================
SP調整
====================*/

@media (max-width: 767.98px){
#topics-page #topics p{
	font-size: 1.3rem;
	}
.intro{
	padding: 30px 10px;
}
.intro p{
font-size: 1.3rem !important;	
}
.xmasttl{
	font-size: 2.5rem !important;
	line-height: 1.4 !important;
	padding: 16px 0 !important;
	font-weight: 500;
	margin-top: 20px !important;
	margin-bottom: 0px !important;
}
.xmasttlspan{
	font-size: medium;
	line-height: 1.8;
}
.day{
	font-size:2rem !important;
	}
.menu-list{
	font-size: 1.3rem;
}
.under-contact-inner{
	width: 100%;
}
	
}