@charset "UTF-8";

/*---------------------------------
 base
----------------------------------*/

html {
    font-size: 12px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

body {
    margin: 0px 15px;
    line-height: 1.4;
    font-size: 12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    color: #555;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #bda025;
    outline: none;
}

a:visited {
    color: #bda025;
}

a:hover {
    color: #555;
}

#wrapper {
    max-width: 960px;
    margin: 13px auto 11px auto;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#header {
    top: 0;
    padding: 0 0 10px;
    position: relative;
    max-width: 960px;
    background-color: #fff;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

img,
video {
    max-width: 100%;
    vertical-align: baseline;
}

#main {
    margin: 40px 15px 20px;
}

#top {
    margin: 20px 0 60px;
}

#content {
    margin: 40px 15px 40px;
}


#logo {
    border-bottom: solid 1px #AAAAAA;
    margin-bottom: 5px;
}

table {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: center;
    line-height: 1.5;
    font-size: 9pt;
    width: 100%;
}

th {
    width: 160px;
    padding: 10px;
    font-weight: bold;
    background: #bdb76b;
    color: #fff;
}

.jps th {
    width: 160px;
    padding: 10px;
    font-weight: bold;
    background: #555;
    color: #fff;
}


td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background: #eee;
}

td ul {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    vertical-align: left;
    font-size: 8pt;
}

table.aaa td {
    width: 300px;
}

table.bbb td {
    width: 230px;
}

.buttonArea {
    margin: 20px auto;
    display: inline-block;
    width: 100%;
}

.button {
    display: inline-block;
    color: white !important;
    margin: 20px auto;
    line-height: 1.4;
    font-size: 18px;
    display: block;
    width: 200px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    outline: none;
    margin-bottom: inherit;
    background-color: #ffa500;
}

.button:hover {
    background-color: #6B8E23;
}

.strong {
    color: #F00;
}

h1 h2 h3 {
    margin: 15px 0;
}

h4 {
    margin: 10px 0;
}

p {
    margin: 5px;
}

.p1 {
    padding: 0 15px;
}

.p2 {
    padding-left: 30px;
}

.p4 {
    padding-left: 60px;
}

ul.program {
    padding-left: 15px;
}

ul li {
    list-style-type: none;
    padding-left: 15px;
}

ul li:before {
    content: '- ';
    margin-left: -15px;
    display: inline-block;
    width: 15px;
    text-align: center;
}

.sc {
    margin: 3px 0;
}

.top {
    margin-top: 20px;
}

.menuarea {
    margin-right: 50px;
}

.centerArea {
    margin: 0px auto;
    width: 600px;
}

span.yetlink {
    color: #ddd;
}

.m50 {
    margin: 50px auto;
}

.sc_table {
    overflow-x: auto;
    white-space: nowrap;
}

.sc_table::-webkit-scrollbar {
    height: 5px;
}

.sc_table::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.sc_table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}

.sc_table table {
    min-width: 600px;
}

.headmenu {
    padding: 5px 10px;
}

@media(max-width:800px) {
    body {
        margin: 0;
        padding: 0;
    }
    .sc_table {
        overflow-x: auto;
        white-space: nowrap;
        margin-right: -15px;
    }
}

a.menulink {
    text-decoration: none;
    /* color: #999; */
}

a.menulink:hover {
    color: #333;
    text-decoration: underline;
}

.headmenu {
    font-weight: bold;
}

table.t_table {
    table-layout: fixed;
    max-width: 960px;
    margin: auto;
}

table.t_table td {
    text-align: left;
}

thead th.table_time {
    width: 6rem;
}

thead th.table_min {
    width: 5rem;
    text-align: center;
}

thead th.table_cont {
    width: auto;
}

span.ttl {
    font-weight: bold;
    font-size: 130%;
    display: block;
    margin-bottom: 5px;
}

table.t_table td:nth-child(2) {
    background: #dcdcdc;
    text-align: center;
}

table.t_table td:nth-child(1) {
    text-align: center;
}

h3.days {
    padding: 30px 0 0;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}


.days.main:before {
  content:'M';
  display: inline-flex;
  padding:2px;
  background: #B8A040;
  font-size: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
}

.days.parallel:before {
  content:'P';
  display: inline-flex;
  padding:2px;
  background: #606060;
  font-size: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
}


.btt {
    position: fixed;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    margin: 0;
}

.btt a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 1);
    transition: opacity .6s ease;
}

.btt a:hover {
    opacity: .3;
}

.btt a::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

@media screen and (max-width:767px) {
    .btt a {
        width: 40px;
        height: 40px;
    }
    .btt a::before {
        top: 5px;
        width: 10px;
        height: 10px;
    }
}


ul.daymenu{display: flex;margin: 0 auto 30px;padding:0;overflow: hidden;border-radius: 10px;}
ul.daymenu li{display: block;padding: 0;margin: auto;width: 20%;border-right: 1px solid #fff;}
ul.daymenu li:before{content: none;}
ul.daymenu li a{display: block;width: 100%;padding: 20px;text-align: center;background: #bdb76b;color: #fff;text-decoration: none!important;transition: 0.5s;font-weight: bold;}
ul.daymenu.jps li a{display: block;width: 100%;padding: 20px;text-align: center;background: #555;color: #fff;text-decoration: none!important;transition: 0.5s;font-weight: bold;}
ul.daymenu li a:hover{background: #8b8a88!important;}

ul.daymenu.jps li{display: block;padding: 0;margin: auto;width: 50%;border-right: 1px solid #fff;}

@media(max-width:600px){
h3.days:before{content: '';display: block;}
}



.headmenu{display:flex;justify-content: space-between;align-items: flex-start;}
.headmenu ul{list-style-type:none;margin: 0 10px;padding:0;}
ul.menuarea{display:flex;}
ul.langarea{display:flex;}
.headmenu li{display:inline-block;padding-bottom:3px;}
.headmenu li:before{content:none;}
.headmenu li.current a:after{content:'';display:block;margin-top:3px; border-bottom:1px solid #333;}
.headmenu li:nth-child(2):before{content:' | ';}
.headmenu li:first-child{padding:0;}
.current a.menulink:before{content:none;}
.headmenu li a:hover{text-decoration:none;}
.current a{text-decoration:none;color:inherit;pointer-events: none;}

h2{margin: 10px 0;display: flex;align-items: center;flex-wrap: wrap;line-height: 1.7;}
h3{margin: 10px 0;}
h4{margin: 10px 0;display: block;padding-left: 8px;border-left: 3px solid #bdb76b;font-size: 1.2rem;font-weight: bold;}


h2 span.att{color:red;font-size: 80%;font-weight:normal;margin-left: 1.8rem;text-align: left;}

h3 span.att{color:red;font-size: 80%;font-weight:normal;margin-left: 1.8rem;text-align: left;}


.supporter_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px auto;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
}
.supporter_list li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    width: calc(20% - 0px);
    align-items:center;
    justify-content:center;
}
.supporter_list li:before{content:none;}

.supporter_list a{display: block;height: auto;width: 100%;text-align: center;}

@media(max-width:800px){
	.supporter_list li{display: inline-flex;overflow: visible;height: auto;width: calc(33% - 10px);/* margin-right: 10px; */}
	.supporter_list li{margin-left:10px;}
}


.banner50{display: block;margin: 20px auto;border: 1px solid #333;width: calc(100% - 30px);min-width: 340px;box-sizing: border-box;}
.banner50 a{display: block;/* width: 40%; */margin: 0 auto;padding: 20px;box-shadow: 2px 2px #666;text-align: center;font-size: 1.8rem;background: #bda025;color: #fff;font-weight: bold;text-decoration: none;box-sizing: border-box;}
.banner50 a:hover{opacity:0.7;}

.banner50 a span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  text-decoration: none;
}
.banner50 a span:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  margin-right:3px;
  transform: rotate(45deg);
}





/*tabs*/
/* 全体を覆うdiv */
.tab-container {
  width: calc(100% + 10px);
  border: 1px solid #d5d5d5;
  margin: 0 -5px;
}
/*タブ(label)のスタイル*/
.tab-item {
  width: 50%;
  height: 50px;
  line-height: 50px;
  background-color: lightgray;
  text-align: center;
  display: block;
  float: left;
  flex-wrap: nowrap;
  color: gray;
  text-align: center;
  transition: all 0.2s;
  font-weight: bold;
}

/* inputボタンは目には見えないところで働いてもらう */
input[name="tab-item"] {
  display: none;
}

/* タブで切り替えたいコンテンツの部分。ここはお好みで */
.tab-content {
  display: none;
  padding: 10px;
  overflow: hidden;
  clear: both;
  text-align: center;
}

/* 選択されているタブのコンテンツを表示させる */
#a:checked ~ #a-content,
#b:checked ~ #b-content {
  display: block;
}

/* 選択されていることがわかるように、選択されているタブはスタイルを変える */
.tab-container input:checked + .tab-item {
  background-color: #bdb76b;
  color: #fff;
}
/* 選択されていることがわかるように、選択されているタブはスタイルを変える */
.tab-container input:checked + .tab-item.jps {
  background-color: #555;
  color: #fff;
}

.tab-container input:checked + .tab-item:before{content:'▼ ';}


.supporter_list li a{color: #000;}