@charset "UTF-8";
/* ------------------------------------------------ */
/* ▼bootstrap用 */
/* ------------------------------------------------ */
.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }


body {
background: url("../images/bg_main.jpg");
background-size: cover;
background-attachment: fixed;
font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
	color: #fff;
}


h2{
	color: #fff;
	background: url('../images/titlebg.jpg');
	background-size: cover;
	background-position: center center;
    font-weight: bold;
	text-align: center;
 	border-bottom: 0;
	padding: 10px;
}
h1{
	
}

.container-fluid,
.container {
  padding-left: 0;
  padding-right: 0;}

.row {
  padding: 0;
  margin: 0; }

main {
  background: rgba(0,0,0,0.25); }

#title_sect a
{
	font-size:1.5rem;
}
/* ------------------------------------------------ */