

/*----------------------------------------------------------------
//////////////[２]タブレイアウト////////////////////////////////////////
-----------------------------------------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs2 {
  margin-top: 20px!important;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  max-width: 100%;
  margin: 0;}

/*タブのスタイル*/
.tab_item2 {
width            : calc(100%/2);
height           : 50px;
border-bottom    : 3px solid  #81d0cb;
background-color : #d9d9d9;
line-height      : 50px;
font-size        : 17px;
font-family      : 'Noto Sans JP', sans-serif!important;/*ゴシック*/
font-weight      : 300;
text-align       : center;
color            : #565656;
float            : left;
text-align       : center;
font-weight      : bold;
transition       : all 0.2s ease;
}
.tab_item2:hover {
  opacity: 0.75;
}


.tab_item2:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  position: relative;
  left : -0.2em; /*左端からのアイコンまでの距離*/
  color: ;
}

/*ラジオボタンを全て消す*/
input[name="tab_item2"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px 0px!important;
  margin:0px;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content
{
display: block;
padding:0px;
margin:0px;
font-size:16px!important;
}

/*選択されているタブのスタイルを変える*/
.tabs2 input:checked + .tab_item2 {
background-color:  #81d0cb;
color: #fff;
}

@media screen and (max-width: 768px) {
.tab_item2 {font-size:14px;}
}


/*----------------------------------------------------------------
//////////////[２]タブ当日来場////////////////////////////////////////
-----------------------------------------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs2d {
  margin-top: 20px!important;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  max-width: 100%;
  margin: 0;}

/*タブのスタイル*/
.tab_item2d {
width            : calc(100%/2);
height           : 50px;
border-bottom    : 3px solid  #9ed0cb;
background-color : #d9d9d9;
line-height      : 50px;
font-size        : 17px;
font-family      : 'Noto Sans JP', sans-serif!important;/*ゴシック*/
font-weight      : 300;
text-align       : center;
color            : #565656;
float            : left;
text-align       : center;
font-weight      : bold;
transition       : all 0.2s ease;
}
.tab_item2d:hover {
  opacity: 0.75;
}


.tab_item2d:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  position: relative;
  left : -0.2em; /*左端からのアイコンまでの距離*/
    color: #fff;
}

/*ラジオボタンを全て消す*/
input[name="tab_item2d"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px 0px!important;
  margin:0px;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#tab01d:checked ~ #tab01d_content,
#tab02d:checked ~ #tab02d_content
{
display: block;
padding:0px;
margin:0px;
font-size:16px!important;
}

/*選択されているタブのスタイルを変える*/
.tabs2d input:checked + .tab_item2d {
background-color:  #9ed0cb;
color: #fff;
}

@media screen and (max-width: 768px) {
.tab_item2d {font-size:14px;}
}





/*----------------------------------------------------------------
//////////////[3]タブレイアウト////////////////////////////////////////
-----------------------------------------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs3 {
  margin-top: 20px!important;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  max-width: 100%;
  margin: 0;}

/*タブのスタイル*/
.tab_item3 {
width            : calc(100%/3);
height           : 50px;
border-bottom    : 3px solid  #81d0cb;
background-color : #d9d9d9;
line-height      : 50px;
font-size        : 17px;
font-family      : 'Noto Sans JP', sans-serif!important;/*ゴシック*/
font-weight      : 300;
text-align       : center;
color            : #565656;
float            : left;
text-align       : center;
font-weight      : bold;
transition       : all 0.2s ease;
}
.tab_item3:hover {
  opacity: 0.75;
}


.tab_item3:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  position: relative;
  left : -0.2em; /*左端からのアイコンまでの距離*/
}

/*ラジオボタンを全て消す*/
input[name="tab_item3"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px 0px!important;
  margin:0px;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#tab01c:checked ~ #tab01c_content,
#tab02c:checked ~ #tab02c_content,
#tab03c:checked ~ #tab03c_content
{
display: block;
padding:0px;
margin:0px;
font-size:16px!important;
}

/*選択されているタブのスタイルを変える*/
.tabs3 input:checked + .tab_item3 {
background-color:  #81d0cb;
color: #fff;
}

@media screen and (max-width: 768px) {
.tab_item3 {font-size:14px;}
}






/*----------------------------------------------------------------
//////////////[4]タブレイアウト////////////////////////////////////////
-----------------------------------------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs4 {
  margin-top: 20px!important;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  max-width: 100%;
  margin: 0;
}

/*タブのスタイル*/
.tab_item4 {
width            : calc(100%/4);
height           : 50px;
border-bottom    : 3px solid  #81d0cb;
background-color : #d9d9d9;
line-height      : 50px;
font-size        : 17px;
font-family      : 'Noto Sans JP', sans-serif!important;/*ゴシック*/
font-weight      : 300;
text-align       : center;
color            : #565656;
float            : left;
text-align       : center;
font-weight      : bold;
transition       : all 0.2s ease;
}
.tab_item4:hover {
  opacity: 0.75;
}


.tab_item4:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  position: relative;
  left : -0.2em; /*左端からのアイコンまでの距離*/
}

/*ラジオボタンを全て消す*/
input[name="tab_item4"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px 0px!important;
  margin:0px;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#tab01b:checked ~ #tab01b_content,
#tab02b:checked ~ #tab02b_content,
#tab03b:checked ~ #tab03b_content,
#tab04b:checked ~ #tab04b_content
{
display: block;
padding:0px;
margin:0px;
font-size:16px!important;
}

/*選択されているタブのスタイルを変える*/
.tabs4 input:checked + .tab_item4 {
background-color:  #81d0cb;
color: #fff;
}

@media screen and (max-width: 768px) {
.tab_item4 {font-size:14px;}
}


@media screen and (max-width: 380px) {
.tab_item4 {font-size:11px;}
}









/*----------------------------------------------------------------
//////////////[6]タブレイアウト////////////////////////////////////////
-----------------------------------------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs6 {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  max-width: 100%;
  margin: 0;}

/*タブのスタイル*/
.tab_item6 {
width            : calc(100%/6);
height           : 60px;
border-bottom    : 3px solid  #81d0cb;
background-color : #d9d9d9;
line-height      : 60px;
font-size        : 12px;
font-family      : 'Noto Sans JP', sans-serif!important;/*ゴシック*/
font-weight      : 300;
text-align       : center;
color            : #565656;
float            : left;
text-align       : center;
font-weight      : bold;
transition       : all 0.2s ease;
}
.tab_item6:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item6"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0px;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content {
display: block;
padding:0 50px;
font-size:16px!important;
}

/*選択されているタブのスタイルを変える*/
.tabs6 input:checked + .tab_item6 {
background-color:  #81d0cb;
color: #fff;
}




/*----------------------------------------------------------------
//////////////main_bodyのタブ////////////////////////////////////////
-----------------------------------------------------------------*/

.selectdiv {
  position: relative;
  /*Don't really need this just for demo styling*/
  width: 98%!important;
  max-width:100%!important;
  margin: 10px auto 0 auto!important;
  display:inline-block;
  padding:0 auto;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  max-width: 100%!important;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}





.tabs {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 30%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #eee;
  border: 0px solid #ddd;
  text-align: center;
  color: #000;
  font-weight: 400!important;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}
.tab-contents {
  padding  : 10px;
  border   : 0px solid #ddd;
}

@media screen and (max-width: 450px) {
.tab-contents {
  padding: 5px;
  border: 0px solid #ddd;
}
}

.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 451px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

