@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

body, input, select, textarea {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-weight: 400;
	line-height: 1.7em;
}

div {
	box-sizing: border-box;
}

.header {
  width:100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.main {
  width:100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  color:#3f3d3c;
}

.bg1 {
  background-image: url(../images/bg1.jpg);
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: 50% 0px;
}

.bg2 {
  background-image: url(../images/bg2.jpg);
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: 50% 0px;
}

.bg3 {
  background-image: url(../images/bg3.jpg);
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: 50% 0px;
}

.bg4 {
  background-image: url(../images/bg4.jpg);
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: 50% 0px;
}

.bg5 {
  background-image: url(../images/bg5.jpg);
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: 50% 0px;
}


.main_con {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.p_read {
	font-size: 27px !important;
	line-height: 1.7em;
  width:70%;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  margin-top: 140px;
  text-align: center;
  margin-bottom: 40px;
}

.main_con p {
  font-size: 18px;
	line-height:1.6em;
}

.mt00 {
	margin-top:0px !important;
}

.mt10 {
	margin-top:10px !important;
}

.mt20 {
	margin-top:20px !important;
}

.mt30 {
	margin-top:30px !important;
}

.mt40 {
	margin-top:40px !important;
}

.mt50 {
	margin-top:50px !important;
}

.toyama_iimono {
  border: 1px solid #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.toyama_iimono > h2 {
	text-align:center;
	font-size:30px;
	line-height: 1.5em;
	font-weight:400;
}

.toyama_iimono > p {
	text-align:center;
	font-size:19px;
	line-height: 1.7em;
}

.taC {
	text-align:center !important;
}

.mb00 {
	margin-bottom:0px !important;
}

.mb10 {
	margin-bottom:10px !important;
}

.mb20 {
	margin-bottom:20px !important;
}

.mb30 {
	margin-bottom:30px !important;
}

.mb40 {
	margin-bottom:40px !important;
}

.mb50 {
	margin-bottom:50px !important;
}

.fs16 {
	font-size:16px !important;
}

.fs17 {
	font-size:17px !important;
}

.fs18 {
	font-size:18px !important;
}

.fs19 {
	font-size:19px !important;
}

.fs20 {
	font-size:20px !important;
}

.fs21 {
	font-size:21px !important;
}

.fs22 {
	font-size:22px !important;
}

.fs23 {
	font-size:23px !important;
}

.fs24 {
	font-size:24px !important;
}

.fs25 {
	font-size:25px !important;
}

.fs26 {
	font-size:26px !important;
}

.main_con > ul > li {
	padding-top:2px;
	padding-bottom:2px;
}

.event_area {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #000000;
	padding-top:15px;
	padding-bottom:15px;
}

.event_area:last-child {
	border-bottom: 0px;
}

.event_area dl {
	display: flex;
	font-size:18px;
}

.event_area dt {
	width:4em;
}

.event_area dd {
	margin-left:0;
}

.tbl_box {
	display:table;
	margin-left:auto;
	margin-right:auto;
	max-width:72%;
}

.ul01 {
	font-size:20px;
}

.e_date {
	font-size:24px;
}

.e_basyo {
	font-size:20px;
}

.p_cap {
	font-size;15px;
	margin-top:0;
	margin-bottom:20px;
}

.t_btn {
	color: #251e1c;
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 15px;
	font-size: 20px;
	border: 1px solid #251e1c;
	text-decoration: none;
	font-weight:normal;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	box-sizing: border-box;
}

.t_btn:hover {
  background-color: #eee;
  border: 1px solid #fff;
  color: #251e1c;
}

fotter {
	background-color:#666464;
	color:#fff;
	width:100%;
	padding-top:20px;
	padding-bottom:80px;
	padding-left:10px;
	padding-right:10px;
	display:block;
	text-align:center;
	box-sizing: border-box;
}

.red_obi {
  width:100%;
  background-color: #c7003d;
}

.red_obi > img {
  max-width: 640px;
  width:100%;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.toyama_moyou_btn {
	display:block;
	padding-top:12px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
	max-width:420px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
	transition: 0.3s;
}

.toyama_moyou_btn > img{
	width:100%;
}

.toyama_moyou_btn:hover {
	width:100%;
	background-color: #ddd;
	opacity: 0.5; 
}

.pc_w80per {
	width:80%;
	display:table;
	margin-left:auto;
	margin-right:auto;
}

.sp_br {
	display:none;
}
