@charset "utf-8";
/* CSS Document */

@media screen and (min-width:769px) 
{
/*********************************************************************/
label.panel-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #aaa;
  border-radius: 12px 12px 0 0;
	width:250px;
	height: 50px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  margin-right: 5px;
  color: #000;
}
label.panel-label:hover {
  opacity: .8;
}
#panel-1-ctrl:checked ~ .tabs-list #li-for-panel-1 label.panel-label,
#panel-2-ctrl:checked ~ .tabs-list #li-for-panel-2 label.panel-label,
#panel-3-ctrl:checked ~ .tabs-list #li-for-panel-3 label.panel-label,
#panel-4-ctrl:checked ~ .tabs-list #li-for-panel-4 label.panel-label{
  background: #fff;
  margin-top: 0;
  height: 65px;
}
#panel-1-ctrl:checked ~ .tabs-list #li-for-panel-1 label.panel-label:hover,
#panel-2-ctrl:checked ~ .tabs-list #li-for-panel-2 label.panel-label:hover,
#panel-3-ctrl:checked ~ .tabs-list #li-for-panel-3 label.panel-label:hover,
#panel-4-ctrl:checked ~ .tabs-list #li-for-panel-4 label.panel-label:hover{
  opacity: 1;
}

.panels {
  background-color: white;
}
.panels .container {
  margin: 0 auto;
  width: 90%;
}
.panels section header label.panel-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.panels section > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked ~ .panels #panel-1 div {
  max-height: initial;
  opacity: 1;
}

#panel-2-ctrl:checked ~ .panels #panel-2 div {
  max-height: initial;
  opacity: 1;
}

#panel-3-ctrl:checked ~ .panels #panel-3 div {
  max-height: initial;
  opacity: 1;
}

#panel-4-ctrl:checked ~ .panels #panel-4 div {
  max-height: initial;
  opacity: 1;
}

#panel-5-ctrl:checked ~ .panels #panel-5 div {
  max-height: initial;
  opacity: 1;
}

#panel-6-ctrl:checked ~ .panels #panel-6 div {
  max-height: initial;
  opacity: 1;
}

#panel-7-ctrl:checked ~ .panels #panel-7 div {
  max-height: initial;
  opacity: 1;
}

ul.tabs-list {
	max-width:1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  padding: 0 10px;
	justify-content:center;
}
ul.tabs-list li {
  text-align: center;
  position: relative;
}
ul.tabs-list li:hover {
  -webkit-transition: none;
  transition: none;
  border-right: none;
}
ul.tabs-list li img {
  max-width: 100px;
  height: auto;
}

.panel_group {
  margin: 0 auto;
}
.panel_group p {
  line-height: 1.8;
}

.panel-radios {
  display: none;
}

.panel-radios:checked ~ .panels {
  background: #fff;
  padding: 5px 15px 20px;
  margin-bottom: 40px;
}
.panel-radios:checked ~ .panels .top-event {
  padding: 20px;
  background: #fff;
  border-radius: 15px;
}
/*********************************************************************/
}

@media screen and (max-width:768px) 
{
/*********************************************************************/
label.panel-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #aaa;
  border-radius: 6px 6px 0 0;
  width: 168px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 6px;
  margin-right: 5px;
  color: #000;
}
label.panel-label:hover {
  opacity: .8;
}
#panel-1-ctrl:checked ~ .tabs-list #li-for-panel-1 label.panel-label,
#panel-2-ctrl:checked ~ .tabs-list #li-for-panel-2 label.panel-label,
#panel-3-ctrl:checked ~ .tabs-list #li-for-panel-3 label.panel-label,
#panel-4-ctrl:checked ~ .tabs-list #li-for-panel-4 label.panel-label{
  background: #fff;
  margin-top: 0;
  height: 46px;
}
#panel-1-ctrl:checked ~ .tabs-list #li-for-panel-1 label.panel-label:hover,
#panel-2-ctrl:checked ~ .tabs-list #li-for-panel-2 label.panel-label:hover,
#panel-3-ctrl:checked ~ .tabs-list #li-for-panel-3 label.panel-label:hover,
#panel-4-ctrl:checked ~ .tabs-list #li-for-panel-4 label.panel-label:hover{
  opacity: 1;
}

.panels {
  background-color: white;
}
.panels .container {
  margin: 0 auto;
  width: 90%;
}
.panels section header label.panel-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.panels section > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked ~ .panels #panel-1 div {
  max-height: initial;
  opacity: 1;
}

#panel-2-ctrl:checked ~ .panels #panel-2 div {
  max-height: initial;
  opacity: 1;
}

#panel-3-ctrl:checked ~ .panels #panel-3 div {
  max-height: initial;
  opacity: 1;
}

#panel-4-ctrl:checked ~ .panels #panel-4 div {
  max-height: initial;
  opacity: 1;
}

#panel-5-ctrl:checked ~ .panels #panel-5 div {
  max-height: initial;
  opacity: 1;
}

#panel-6-ctrl:checked ~ .panels #panel-6 div {
  max-height: initial;
  opacity: 1;
}

#panel-7-ctrl:checked ~ .panels #panel-7 div {
  max-height: initial;
  opacity: 1;
}

ul.tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-align: center;
  margin: 15px 0 0;
  padding: 0;
}
ul.tabs-list li {
  text-align: center;
  position: relative;
}
ul.tabs-list li:hover {
  -webkit-transition: none;
  transition: none;
  border-right: none;
}
ul.tabs-list li img {
  max-width: 100px;
  height: auto;
}

.panel_group {
  margin: 0 auto;
}
.panel_group p {
  line-height: 1.8;
}

.panel-radios {
  display: none;
}

.panel-radios:checked ~ .panels {
  background: #fff;
  padding: 5px 12px 10px;
  margin-bottom: 30px;
}
.panel-radios:checked ~ .panels .top-event {
  background: #fff;
  border-radius: 6px;
}
#top-event {
  flex-direction: column;
  padding: 0;
}
#top-event .info {
  width: 100% !important;
}
#top-event .info img {
  width: 100%;
  height: auto;
}
#top-event .chirashi-img {
  width: 100%;
  margin: 0 0 10px;
}
#top-event .chirashi-img img {
  width: 90%;
  height: auto;
}
	
/*********************************************************************/
}
