/* CSS Document */

body {
	width: 100%;
  font-size: 16px;
  line-height: 1.8;
  background-image: url("/cms/images/lv-senryu/bgi.jpg");
}
h1 {
	font-size: 1.8em;
	font-weight: 500;
	color: #003333;
}
section {
	padding: 1em 0;
}
a {
	color: #0066cc;
	text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #cc0000;
  transition: 0.3s;
}
.inner {
	display: relative;
	max-width: 1180px;
	margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
	.inner {
		max-width: 100%;
	}
}

/* 202210追加 */
#group h2{
  position: relative;
}
#group h2 .annotation{
  display: inline-block;
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.5em;
  color: #000;
  transition: all .2s;
}
#group h3{
  margin-top: 25px;
  position: relative;
}

#group .groupName{
  margin-top: 10px;
}
#group .groupName a{
  display: inline-block;
  padding: 1px 2px;
  font-weight: 700;
	color:#ba600d;
  text-decoration: none;
}
#group .groupName a:hover{
	background-color:#ba600d;
  color:#fff;
}
#group .grouplist{
  margin-bottom: 55px;
  padding: 0 15px;
}
#group .groupName + p{
  margin-top: 0;
}
@media screen and (max-width: 930px) {
  #main #group h2 .annotation{
    width: 100%;
    margin-top: 5px;
    bottom:-20px;
  }
}
@media screen and (max-width: 767px){
  #main #group h2{margin-bottom: 40px;}
  /* #main #group h2 .annotation{
    width: 100%;
    margin-top: 5px;
  } */
  #main #group h2 .annotation .click{
    font-size: 0;
  }
  #main #group h2 .annotation .click:before{
    content: 'タップ';
    font-size: 12px;
  }
}

/*サイドバー関連*/
#youtube dl {
  padding: 20px 0;
  border-bottom: 1px dotted #999;
}
#youtube dt:before {
  content: '●';
  margin-right: 0.2em;
  color: #999;
}
#youtube dd {
  padding-left: 1.2em;
  line-height: 1.6;
}
#youtube ul.youtubeli li {
  margin-top: 14px;
  margin-left: 1em;
  text-indent: -1em;
}


#page-title {
	display: none;
}
@media screen and (max-width: 767px) {
	#page-title {
		background-color: #ba600d;
		color: white;
		text-align: center;
		font-size: 1.2em;
		display: block;
	}
}

/*ヘッダー関連*/
header {
  position: relative;
	width: 100%;
	background-color: #5f021f;
	background-size: cover;
	overflow: hidden;
}
header .inner {
	position: relative;
}
#siteTitle {
	position: absolute;
	font-size: 1em;
	line-height: 0;
	background: #fff;
	border: 4px solid #b3834f;
	border-radius: 2px;
	box-shadow: 0 0 8px rgba(0,0,0,0.7);
}
#siteTitle img {
	width: auto;
	border-radius: 2px;
}
.gnav {
	position: absolute;
}
.gnav li {
  display: inline-block;
	float: left;
	margin: 0 5px;
}
.gnav li a {
	display: block;
	padding: 8px 1.5em;
	color: #fff;
	font-size: 1.4em;
	font-weight:400;
	text-align: center;
	background: #864911;
	border: 3px solid #fff;
	border-radius: 6px;
}
.gnav li a:hover {
	color: #000;
	background: #fff;
	border: 3px solid #bd824b;
}

/*メイン関連*/
#main {
	width: 66%;
	float: left;
	padding: 40px 0;
	font-size: 1em;
}
#main section {
	clear: both;
	margin-bottom: 20px;
}
#main section:after{
	content: "";
	display: block;
	clear: both;
}
#main h2 {
	margin-bottom: 20px;
	padding: 10px 2.5em;
	color: #ba600d;
	font-size: 1.6em;
  line-height: 1.4;
	background: url("/cms/images/lv-senryu/h1.png") left center no-repeat;
	background-size: 1.8em 2em;
	border-bottom: 1px solid #ba600d;
}
#main h3 {
	margin-bottom: 20px;
	padding: 5px 10px;
	font-weight: 500;
  font-size: 1.2em;
	background: rgba(255,255,255,0.7);
	border: 1px solid #ccc;
}
#main #group h3{
  font-size: 1.0em;
}
#main a {
  text-decoration: underline;
}
@media screen and (max-width:767px) {
  #main h2 {
    margin-bottom: 20px;
    padding-right: 3px;
    font-size: 22px;
  }
}
.row {
	width: 100%;
}
.col2 {
	float: left;
	width: 48%;
	margin: 1em 1% 0;
}
.col3 {
	float: left;
	width: 31.3%;
	margin: 1%;
}
.col3:nth-child(3n+1) {
  clear: left;
}
.small {
  font-size: 0.8em;
}
.mt2em {
  margin-top: 2em;
}
.ml1em {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
	#main {
		width: 100%;
		float: none;
		padding: 0;
	}
	.col2 {
		float: none;
		margin: 0;
		width: 100%;
	}
	.col3 {
		float: none;
		width: 100%;
		margin: 0 0 2.5em;
		border: none;
	}
}

/*サイドバー関連*/
#sidebar {
	width: 25.5%;
	padding: 0 0 0 2%;
	float: right;
	border-left: 1px solid #5f021f;
  min-height: 100vh;
}
#sidebar h2 {
	margin-bottom: 10px;
	font-size: 1.4em;
}
#sns ul {
	width: 100%;
}
#sns li {
	margin: 0 0 3px;
}
#sns li a {
	display: block;
	padding: 10px;
	color: white;
	text-align: center;
	border-radius: 4px;
}
#sns li a:hover {
	border: none;
}
#fgood a, #share a {
	background-color: #305097;
}
#fgood a:hover, #share a:hover {
  background-color: #4e71be;
}
#tweet a {
	background-color: #000;
}
#tweet a:hover {
  opacity: .7;
}
#line li {
	color: rgba(90, 230, 40, 0);
	background-color: rgba(90, 230, 40, 0);

}
#pageLink {
	display: none;
}

@media screen and (max-width: 767px) {
	#sidebar {
		width: 100%;
    min-height: unset;
		padding: 0 0 1em;
		float: none;
		border-left: none;
	}
	#pageLink {
		display: block;
	}
	#pageLink ul {
		margin-top: 8%;
	}
	#pageLink a {
		background-color: #ba600d;
	}
}

/*フッター関連*/
footer {
	width: 100%;
	background-color: #14195a;
  font-size: 1.1em;
	text-align: center;
	color: white;
}
footer .inner section {
	float: left;
	padding: 2%;
}
footer h2 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #ece026;
	border: none;
}
.footernav {
  clear: both;
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
  background: rgba(255,255,255,0.6);

  border-top: 1px solid #d3d5ef;
}
.footernav li {
  display: inline;
}
.footernav li:after {
  content: "｜";
  margin: 0 0.2em;
}
.footernav li:first-child:before {
  content: "｜";
  margin: 0 0.2em;
}
.copylight {
	clear: both;
	margin: 0;
	padding: 10px 0;
	color: #141850;
	font-size: 0.8em;
	text-align: center;
	background: #fff;
}
/* 202211 add*/
.sponsor_wrap{
  display: flex;
  flex-wrap: wrap;
}
.sponsor_wrap .organizer{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsor_wrap .patronage{
  display: flex;
  justify-content:space-between;
  width:100%;
}
.sponsor_wrap .patronage li{
  margin-bottom: 0;
  padding-right: 10px;
  width: 50%;
}
#sponsor .sponsor_wrap .organizer li{
	margin-bottom:0;
  }

@media screen and (max-width: 767px) {
  .sponsor_wrap .patronage{
    display: block;
    width: 100%;
  }
  .sponsor_wrap .patronage li{
    width: 100%;
  }
	footer .inner section {
		margin: 0;
		float: none;
	}
	#fb-window {
		width: 100%;
	}
}

/*フォーム関連*/
form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=url],
form select {
  width: 80%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 8px 10px;
  color: #666;
  font-size: 1rem;
  background: #fbfbfb;
  border: solid 3px #999;
  border-radius: 5px;
  box-shadow: none;
  -webkit-appearance: none;
}
form input[type=text]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form select:focus {
  background: #fff;
  border-color: #ccc;
  outline: none;
  box-shadow: 2px 2px 4px rgba(143, 183, 222, 0.6), -2px -2px 4px rgba(143, 183, 222, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
form input[type=tel] {
  width: 80%;
}
form input[type=tel]:after {
  content: "0000-00-0000";
}
form input[type=email] {
  width: 80%;
}
form input[type=url] {
  width: 80%;
}
form input[type=radio],
form input[type=checkbox] {
 margin-right: 6px;
 margin-left: 2em;
}
form input[type=text].other {
  width: 70%;
  margin-left: 10%;
}
form input[type=button],
form input[type=submit],
form input[type=reset],
form button[type=submit],
form button[type=reset],
.mfp_element_button {
  display: inline-block;
  margin: 1rem auto;
  padding: 10px 50px;
  color: #000;
  font-size: 1.4em;
  text-align: center;
  background: #fff;
  border: 2px solid #000;
  border-radius: 5px;
}
form input[type=reset],
form button[type=reset] {
  color: #000;
  font-size: 1.4em;
  background: #fff;
  border: 1px solid #999;
}
@media screen and (max-width: 767px) {
  form input[type=button],
  form input[type=submit],
  form input[type=reset],
  form button[type=submit],
  form button[type=reset],
  .mfp_element_button {
    width: 90%;
    padding: 10px 0;
  }
}
form input[type=button]:hover,
form input[type=submit]:hover,
form input[type=reset]:hover,
form button[type=submit]:hover,
form button[type=reset]:hover,
.mfp_element_button:hover {
  color: #fff;
  background: #c00;
  cursor: pointer;
}
form textarea {
  width: 80%;
  margin: 0 10px;
  padding: 8px 10px;
  color: #666;
  font-size: 1rem;
  background: #fbfbfb;
  border: solid 3px #999;
  border-radius: 5px;
  -webkit-appearance: none;
}
form label {
  margin-right: 0.5em;
}
form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
form select {
  width: 60%;
  outline:none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
@media screen and (max-width: 767px) {
  form select {
    width: 80%;
  }
}
select option {
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.error {
  margin: 3px 0 0 20px;
  display: block;
  color: #c00;
  font-size: 0.9em;
}
.select-wrap:after {
  z-index: 1;
  position: relative;
  top: 4px;
  left: -40px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 1.2em;
  font-weight: 900;
  pointer-events: none;
}
.buttons {
  margin-bottom: 40px;
  text-align: center;
}
label:hover {
  cursor: pointer;
}
dl.formList,
dt,
dd {
  box-sizing: border-box;
}
dl.formList {
	margin-bottom: 40px;
  background: #eee;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
dl.formList dt {
  width: 28%;
  padding: 20px 14px;
  float: left;
  border-top: 1px solid #fff;
  clear: both;
}
dl.formList dd {
  background: #fff;
  margin-left: 28%;
  padding: 20px 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #fff;
}
dl.formList dd:after {
  content: '　';
}
dl.formList p {
  margin: 0 0 10px;
}
dl.formList .small {
  display: block;
  margin-top: 5px;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  dl.formList .small {
    display: inline;
  }
}
[role="tabpanel"] {
  display: none;
}
[aria-hidden="false"] {
  display: block;
}
#more {
  height: 0;
  transition: 1s;
  opacity: 0;
  overflow: hidden;
}
#more[aria-hidden="false"] {
  display: block;
  height: auto;
  transition: 1s;
  opacity: 1;
}

@media screen and (max-width: 767px) {
	dl.formList dt {
		width: 100%;
		padding: 10px;
		float: none;
	}
	dl.formList dd {
		margin-left: 0;
		border-left: none;
	}
}

.must {
  vertical-align: top;
  margin-left: 4px;
  color: #c00;
  font-size: 0.7em;
}

.text-hide {
  overflow: hidden;
  text-indent: -9999px;
}

@media screen and (min-width: 767px) {
  .pc-hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sm-hide {
    display: none;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*メイン関連*/
#bumon .bumon .col3 {
  display: table;
  width: 100%;
  min-height: 100px;
  margin: 5px 0 15px;
  background: rgba(255,255,255,0.7);
}
#bumon .bumon h4 {
  display: table-cell;
  width: 40%;
  padding: 1em;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  background: #864911;
  vertical-align: middle;
}
#bumon .bumon p {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
  border: 1px solid #864911;
}
@media screen and (max-width: 767px) {
  #bumon .bumon .col3 {
    display: block;
  }
  #bumon .bumon h4 {
    display: block;
    width: auto;
  }
  #bumon .bumon p {
    display: block;
    margin: 0 0 1em;
  }
}