@charset "utf-8";
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/*　PC用 769px以上のCSS　*/
@media print, screen and (min-width:769px) {
body {
  background-color: #eee;
  margin: 4px auto 10px;
}
.pc {  display: block;}
.tb {  display: none;}
.sp {  display: none;}

#container {
  max-width: 850px;
  margin: 0 auto;
  color: #152197;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 16px;
  border:1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  background-color: #fff;
  display: grid;
  grid-auto-rows: 38px auto auto 60px;
  grid-template-columns: 1fr;
}
nav {
  grid-row: 1/2;  grid-column: 1/2;
  color: blue;
  z-index: 10;
}
.tile_menu {
  padding-top: 5px;
}
.menu1 {
  margin-left: 20px;
  padding-top: 7px;
}
a.tile1:link,a.tile1:visited {
  color: #000;
  font-weight: bold;
  text-decoration: underline solid #777;
}
a.tile1:active,a.tile1:hover {
  font-size: 18px;
  color: red;
  font-weight: bold;
/*  text-decoration: none;*/
}
#top_title {
  grid-row: 1/3;  grid-column: 1/2;
  background-image: url(img/c1_850_667.jpg);
  background-size: cover;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 1fr;
  z-index: 1;
}
#headimage {
  grid-row: 1/2;  grid-column: 1/2;
  width: 68%;
  margin: 0 auto;
  z-index: 0;
}
#h_image {
  width: 100%;
}
#head_title {
  grid-row: 1/2;  grid-column: 1/2;
  margin-top: 23%;
  z-index: 10;
}
#h1_1 {
  text-align: center;
  text-shadow: 3px 3px 5px #eee;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}
#h1_2 {
  text-align: center;
  text-shadow: 3px 3px 5px #fff;
  padding-top: 5px;
  color: maroon;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
}
#h1_3 {
  text-align: center;
  text-shadow: 3px 3px 5px #fff;
  padding-top: 5px;
  color: #f06d;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 2px;
  z-index: 20;
}
#main {
  grid-row: 3/4;  grid-column: 1/2;
  margin-top: -40px;
  display: grid;
  grid-auto-rows: 40px auto auto;
  grid-template-columns: 35px 1fr 35px;
}
#cont1 {
  grid-row: 1/4;  grid-column: 1/2;
  background: url(img/leaf041_35.png)  repeat-y;
  background-position: -7px 0;
  z-index: 20;
}
#section1 {
  grid-row: 2/3;  grid-column: 2/3;
  z-index: 2;
}
#section2 {
  grid-row: 3/4;  grid-column: 2/3;
  padding-bottom: 60px;
  z-index: 2;
}
#cont2 {
  grid-row: 1/4;  grid-column: 3/4;
  background: url(img/leaf041_35.png)  repeat-y;
  background-position: 7px 0;
  z-index: 20;
}
.box-info {
  width: 80%;
  font-size: 17px;
  line-height: 24px;
  margin: 10px auto 20px;
  padding: 10px 15px 5px 15px;
  border: 1px solid #0084ea;
  border-radius: 7px;
}
.guide-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  margin: 10px 0 20px 0;
}
.guide1 {
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 0 10px;
  text-indent: 18px;
}
.guide2 {
  font-size: 17px;
  line-height: 22px;
  text-align: right;
  margin: 0 15px 5px 10px;
  text-indent: 18px;
}
.main_info {
  width: 97%;
  padding: 0 20px 0 0;
}
.schedule {
  margin: 20px 0 10px 20px;
}
.preparation {
  margin: 20px 0 10px 20px;
}
.stage_menu {
  margin: 20px 0 10px 20px;
}
.club_menu {
  margin: 20px 0 10px 20px;
}
.text1 {
  float: left;
  font-size: 18px;
  margin: 10px 0 0 40px;
}
.text2 {
  float: left;
  font-size: 24px;
  margin: 7px 0 0 0;
}
.text3 {
  float: left;
  font-size: 24px;
  color: maroon;
  font-weight: bold;
  margin: 7px 0 0 0;
}
.text5 {
  font-size: 18px;
  margin: 10px 0 0 40px;
}
.text6 {
  font-size: 18px;
  margin: 5px 0 0 63px;
}
.mt15 {
  margin-top: 15px;
}
.hsb {
  float: left;
  font-size: 24px;
  margin: 6px 0 0 0;
}
.hsb::before {
  display: inline-block;
  content: "(";
  text-indent: 0;
  vertical-align: bottom;
  margin: 0px 0.05em 2px 0.2em;
}
.hsb::after {
  display: inline-block;
  content: ")";
  text-indent: 0;
  vertical-align: bottom;
  margin: 0 0.2em 1px 0.05em;
}
a.tile3:link,a.tile3:visited {
  color: #152197;
  text-decoration: underline solid #777;
}
a.tile3:active,a.tile3:hover {
  color: #9400d3;
  font-weight: bold;
  text-decoration: none;
}
footer {
  grid-row: 4/5;
  grid-column: 1/2;
  background-color: #a42104;
/* #e2421f Autumn leaves 本来はこれ*/
/* しかし派手すぎるので少し押さえて #a42104 */
}
#footer_text {
  margin-top: 22px;
  font-size: 18px;
/*  font-weight: bold;*/
  text-align: center;
  color: #fff;
}

}










/*　タブレット用 481px以上768pxまでのCSS　*/

@media screen and (min-width:481px) and (max-width:768px) {

body {
  background-color: #eee;
}
.pc {  display: none;}
.tb {  display: block;}
.sp {  display: none;}

#container {
  max-width: 768px;
  margin: 0 auto;
  color: #152197;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 17px;
  border:1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  background-color: #fff;
  display: grid;
  grid-auto-rows: 38px auto auto 60px;
  grid-template-columns: 1fr;
}
nav {
  grid-row: 1/2;  grid-column: 1/2;
  color: blue;
  z-index: 10;
}
.tile_menu {
  padding-top: 5px;
}
.menu1 {
  margin-left: 20px;
  padding-top: 7px;
}
a.tile1:link,a.tile1:visited {
  color: #000;
  font-weight: bold;
  text-decoration: underline solid #777;
}
a.tile1:active,a.tile1:hover {
  font-size: 18px;
  color: red;
  font-weight: bold;
/*  text-decoration: none;*/
}
#top_title {
  grid-row: 1/3;  grid-column: 1/2;
  background-image: url(img/c1_850_667.jpg);
  background-size: cover;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 1fr;
  z-index: 1;
  border: 1px solid #000;
}
#headimage {
  grid-row: 1/2;  grid-column: 1/2;
  width: 72%;
  margin: 0 auto;
  z-index: 0;
}
#h_image {
  width: 100%;
}
#head_title {
  grid-row: 1/2;  grid-column: 1/2;
  margin-top: 23%;
  z-index: 10;
}
#h1_1 {
  text-align: center;
  text-shadow: 3px 3px 5px #eee;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}
#h1_2 {
  text-align: center;
  text-shadow: 3px 3px 5px #fff;
  padding-top: 5px;
  color: maroon;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 5px;
}
#h1_3 {
  text-align: center;
  text-shadow: 3px 3px 5px #fff;
  padding-top: 5px;
  color: #f06d;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  z-index: 20;
}
#main {
  grid-row: 3/4;  grid-column: 1/2;
  margin-top: -40px;
  display: grid;
  grid-auto-rows: 40px auto auto;
  grid-template-columns: 35px 1fr 35px;
}
#cont1 {
  grid-row: 1/4;  grid-column: 1/2;
  background: url(img/leaf041_35.png)  repeat-y;
  background-position: -7px 0;
  z-index: 20;
}
#section1 {
  grid-row: 2/3;  grid-column: 2/3;
}
#section2 {
  grid-row: 3/4;  grid-column: 2/3;
  padding-bottom: 50px;
}
#cont2 {
  grid-row: 1/4;  grid-column: 3/4;
  background: url(img/leaf041_35.png)  repeat-y;
  background-position: 7px 0;
  z-index: 20;
}
.box-info {
  width: 90%;
  font-size: 17px;
  line-height: 24px;
  margin: 10px auto 20px;
  padding: 10px 15px 5px 15px;
  border: 1px solid #0084ea;
  border-radius: 7px;
}
.guide-title {
  font-size: 20px;
  font-weight: bold;
/*  color: #333;*/
  line-height: 20px;
  text-align: center;
  margin: 10px 0 20px 0;
}
.guide1 {
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 0 10px;
  text-indent: 18px;
}
.guide2 {
  font-size: 17px;
  line-height: 22px;
  text-align: right;
  margin: 0 15px 5px 0;
  text-indent: 18px;
}

.main_info {
  width: 97%;
  padding: 0 20px 0 0;
}
.schedule {
  margin: 20px 0 10px 20px;
}
.preparation {
  margin: 20px 0 10px 20px;
}
.stage_menu {
  margin: 20px 0 10px 20px;
}
.club_menu {
  margin: 20px 0 10px 20px;
}
.ind {
  margin-left: 60px;
}
.text1 {
  float: left;
  font-size: 18px;
  margin: 10px 0 0 -20px;
}
.text2 {
  float: left;
  font-size: 20px;
  margin: 7px 0 0 0px;
}
.text3 {
  float: left;
  font-size: 20px;
  color: maroon;
  font-weight: bold;
  margin: 7px 0 0 0;
}
.text5 {
  font-size: 18px;
  margin: 10px 0 0 63px;
  text-indent: -23px;
  line-height: 22px;
}
.text6 {
  font-size: 18px;
  margin: 5px 0 0 63px;
}
.text_a {
  float: left;
  margin: 2px 0 0 0;
}
.mt20 {
  margin-top: 20px;
}
.hsb {
  float: left;
  font-size: 20px;
  margin: 6px 0 0 0;
}
.hsb::before {
  display: inline-block;
  content: "(";
  text-indent: 0;
  vertical-align: bottom;
  margin: 0px 0.05em 2px 0.2em;
}
.hsb::after {
  display: inline-block;
  content: ")";
  text-indent: 0;
  vertical-align: bottom;
  margin: 0 0.2em 1px 0.05em;
}
a.tile3:link,a.tile3:visited {
  color: #152197;
  text-decoration: underline solid #777;
}
a.tile3:active,a.tile3:hover {
  color: #9400d3;
  font-weight: bold;
  text-decoration: none;
}
footer {
  grid-row: 4/5;
  grid-column: 1/2;
  background-color: #a42104;
}
#footer_text {
  margin-top: 22px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

}










/*　スマホ用のCSS　*/
@media screen and (max-width:480px) {
body {
  background-color: #eee;
}
.pc {  display: none;}
.tb {  display: none;}
.sp {  display: block;}

#container {
  max-width: 480px;
  margin: 0 auto;
  color: #152197;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 17px;
  border:1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  background-color: #fff;
  display: grid;
  grid-auto-rows: 38px auto auto 60px;
  grid-template-columns: 1fr;
}
nav {
  grid-row: 1/2;  grid-column: 1/2;
  color: blue;
  z-index: 10;
}
.tile_menu {
  padding-top: 5px;
}
.menu1 {
  margin-left: 20px;
  padding-top: 7px;
}
a.tile1:link,a.tile1:visited {
  color: #000;
  font-weight: bold;
  text-decoration: underline solid #777;
}
a.tile1:active,a.tile1:hover {
  font-size: 18px;
  color: red;
  font-weight: bold;
/*  text-decoration: none;*/
}
#top_title {
  grid-row: 1/3;  grid-column: 1/2;
  background-image: url(img/c1_850_667.jpg);
  background-size: cover;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 1fr;
  z-index: 1;
  border: 1px solid #000;
}
#headimage {
  grid-row: 1/2;  grid-column: 1/2;
  width: 80%;
  margin: 0 auto;
  z-index: 0;
}
#h_image {
  width: 100%;
}
#head_title {
  grid-row: 1/2;  grid-column: 1/2;
  margin-top: 25%;
  z-index: 10;
}
#h1_1 {
  text-align: center;
  text-shadow: 3px 3px 5px #eee;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}
#h1_2 {
  text-align: center;
  text-shadow: 3px 3px 5px #fff;
  padding-top: 5px;
  color: maroon;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5px;
}
#h1_3 {
  text-align: center;
  text-shadow: 3px 3px 5px #fff;
  padding-top: 5px;
  color: #f06d;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  z-index: 20;
}
#main {
  grid-row: 3/4;  grid-column: 1/2;
  margin-top: -40px;
  display: grid;
  grid-auto-rows: 40px auto auto;
  grid-template-columns: 35px 1fr 35px;
}
#cont1 {
  grid-row: 1/4;  grid-column: 1/2;
  background: url(img/leaf041_35.png)  repeat-y;
  background-position: -7px 0;
  z-index: 20;
}
#section1 {
  grid-row: 2/3;  grid-column: 2/3;
}
#section2 {
  grid-row: 3/4;  grid-column: 2/3;
  padding-bottom: 40px;
}
#cont2 {
  grid-row: 1/4;  grid-column: 3/4;
  background: url(img/leaf041_35.png)  repeat-y;
  background-position: 7px 0;
  z-index: 20;
}
.box-info {
  width: calc(100% -20px);
  font-size: 17px;
  line-height: 24px;
  margin: 10px auto 20px;
  padding: 10px 10px 5px 10px;
  border: 1px solid #0084ea;
  border-radius: 7px;
}
.guide-title {
  font-size: 20px;
  font-weight: bold;
/*  color: #333;*/
  line-height: 24px;
  text-align: center;
  margin: 10px 0 20px 0;
}
.guide1 {
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 0 10px;
  text-indent: 18px;
}
.guide2 {
  font-size: 17px;
  line-height: 22px;
  text-align: right;
  margin: 0 15px 5px 0;
  text-indent: 18px;
}
.main_info {
  width: 97%;
  padding: 0 20px 0 0;
}
.schedule {
  margin: 20px 0 10px 0;
}
.preparation {
  margin: 20px 0 10px 0;
}
.stage_menu {
  margin: 20px 0 10px 0;
}
.club_menu {
  margin: 20px 0 10px 0;
}
.ind {
  margin-left: 40px;
}
.text1 {
  float: left;
  font-size: 18px;
  margin: 10px 0 0 -20px;
}
.text2 {
  float: left;
  font-size: 20px;
  margin: 7px 0 0 0px;
}
.text3 {
  float: left;
  font-size: 20px;
  color: maroon;
  font-weight: bold;
  margin: 7px 0 0 0;
}
.text5 {
  font-size: 18px;
  margin: 10px 0 0 43px;
  text-indent: -23px;
  line-height: 20x;
}
.text6 {
  font-size: 18px;
  margin: 5px 0 0 43px;
}
.text_a {
  float: left;
  margin: 2px 0 0 0;
}
.hsb {
  float: left;
  font-size: 20px;
  margin: 6px 0 0 0;
}
.hsb::before {
  display: inline-block;
  content: "(";
  text-indent: 0;
  vertical-align: bottom;
  margin: 0px 0.05em 2px 0.2em;
}
.hsb::after {
  display: inline-block;
  content: ")";
  text-indent: 0;
  vertical-align: bottom;
  margin: 0 0.2em 1px 0.05em;
}
a.tile3:link,a.tile3:visited {
  color: #152197;
  text-decoration: underline solid #777;
}
a.tile3:active,a.tile3:hover {
  color: #9400d3;
  font-weight: bold;
  text-decoration: none;
}
footer {
  grid-row: 4/5;
  grid-column: 1/2;
  background-color: #5c1b1e;
}
#footer_text {
  margin-top: 22px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
}