@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
  font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN";
  /*	background: #f9be4a;*/
  color: #000;
}

#bingo {
  margin-top: -40px;
  padding-top: 40px;
}

input:focus {
  outline: 0;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fw700 {
  font-weight: 700;
}

.lead_txt {
  color: #5a231b;
  text-align: center;
  line-height: 1.5;
  font-size: 35px;
  font-weight: bold;
}

.em_txt {
  color: #d70c19;
}

/*::::::::::header::::::::::*/

header {
  margin: 0;
  position: relative;
  /* border-bottom:5px solid #000; */
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: #f3be00;
  color: #000;
  z-index: 9999;
  border-bottom: 1px dashed #fff;
}

nav article {
  display: table;
  text-align: left;
}

nav article div {
  display: table-cell;
}

nav article div img {
  vertical-align: middle;
}

.nav_logo a:first-child img {
  height: 25px;
  margin: 0 10px 0 0;
}

.nav_logo a:nth-child(2) img {
  height: 35px;
  margin: 0 0 0 10px;
}

.social {
  text-align: right;
}

.social img {
  margin: 0 2px;
  height: 30px;
}

/*::::::::::header::::::::::*/

/*::::::::::bingoGameView::::::::::*/

#bingoGameView {
  position: relative;
  padding: 30px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.notice00 {
  font-size: 90%;
  text-align: center;
  color: #333;
  font-weight: 700;
  line-height: 1.4;
}

.notice00 span {
  font-weight: 400;
}

/*::::::::::bingoGameView::::::::::*/

.lead,
.tutorial {
  line-height: 1.4;
  color: #e74c3c;
  font-weight: 500;
  position: -webkit-sticky;
  /* position: sticky; */
  /* top: 0; */
}

#fullpage {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.lead {
  background: #fff;
}

.tokuban_lead {
  /*	background:#FFF7D3;*/
  padding-bottom: 0;
  padding-top: 30px;
}


.tabs {
  margin-top: 50px;
  /* padding-bottom: 40px; */
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /* width: 700px; */
  margin: 0 auto;
}

.nov_tabs {
  margin-top: 50px;
  margin-bottom: 80px;
  /* padding-bottom: 40px; */
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /* width: 700px; */
  margin: 0 auto 80px auto;
}

.nov_tab_item {
  width: 100%;
  height: 50px;
  /* border-bottom: 3px solid #5ab4bd; */
  background-color: #FFF7D3;
  line-height: 50px;
  font-size: 28px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.nov_tab_item:hover {
  opacity: 10;
}

.may_tabs {
  margin-top: 50px;
  margin-bottom: 80px;
  /* padding-bottom: 40px; */
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /* width: 700px; */
  margin: 0 auto 80px auto;
}

.may_tab_item {
  width: 100%;
  height: 50px;
  /* border-bottom: 3px solid #5ab4bd; */
  background-color: #FFF7D3;
  line-height: 50px;
  font-size: 28px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.may_tab_item:hover {
  opacity: 10;
}

.tab_item {
  width: 33%;
  height: 50px;
  /* border-bottom: 3px solid #5ab4bd; */
  background-color: #FFF7D3;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}


input[name="tab_item"] {
  display: none;
}

input[name="nov_tab_item"] {
  display: none;
}

input[name="may_tab_item"] {
  display: none;
}



.tab_content {
  display: none;
  padding: 40px 15px 0;
  clear: both;
  overflow: hidden;
}



#june:checked ~ #june_content,
#july:checked ~ #july_content,
#august:checked ~ #august_content,
#september:checked ~ #september_content,
#october:checked ~ #october_content,
#november:checked ~ #november_content,
#may:checked ~ #may_content
{
  display: block;
}

.tabs input:checked + .tab_item01 {
  background-color: #F9BE4A;
  color: #fff;
}

.tabs input:checked + .tab_item02 {
  background-color: #1873a8;
  color: #fff;
}

.tabs input:checked + .tab_item03 {
  background-color: #e74c3c;
  color: #fff;
}

.tabs input:checked + .tab_item04 {
  background-color: #F9BE4A;
  color: #fff;
}

.nov_tabs input:checked + .tab_item01 {
  background-color: #F9BE4A;
  color: #fff;
}

.nov_tabs input:checked + .tab_item02 {
  background-color: #1873a8;
  color: #fff;
}

.nov_tabs input:checked + .tab_item03 {
  background-color: #e74c3c;
  color: #fff;
}

.nov_tabs input:checked + .tab_item04 {
  background-color: #F9BE4A;
  color: #fff;
}

.may_tabs input:checked + .tab_item01 {
  background-color: #F9BE4A;
  color: #fff;
}

.may_tabs input:checked + .tab_item02 {
  background-color: #1873a8;
  color: #fff;
}

.may_tabs input:checked + .tab_item03 {
  background-color: #e74c3c;
  color: #fff;
}

.may_tabs input:checked + .tab_item04 {
  background-color: #F9BE4A;
  color: #fff;
}

.red {
  background: #e74c3c;
  /* border-top:1px dashed #fff; */
  /* border-bottom: 5px solid #000; */
}

.blue {
  background: #1873a8;
  /* border-top:1px dashed #fff; */
  /* border-bottom: 5px solid #000; */
}

.yell {
  background: #f9be4a;
}

.orange {
  background: #e79d3c;
}

.about {
  text-align: center;
}

.tutorial p {
  font-weight: 800;
}

.tutorial dl dt {
  font-weight: 700;
}

.music article.musiclist {
  background: #fff;
  border-radius: 5px;
}

.music article ul li {
  color: #000;
  font-weight: 500;
}

.music article ul li a {
  text-decoration: none;
  color: #000;
  display: block;
}

.request a {
  background: #000;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.request_t {
  font-weight: 700;
  line-height: 1.0;
}

iframe#twitter-widget-0 {
  display: block !important;
  margin: 0 auto;
}

.point-list dt.mi {
  font-weight: 800;
}

.point-list dt.mi2 {
  font-weight: 700;
}

.point-list dd p {
  position: relative;
  color: #333;
  font-weight: 500;
}

.point-list dd a {
  text-decoration: underline;
  color: #000;
}

/*::::::::::footer::::::::::*/

footer {
  background: #fff;
  /* position: absolute; */
  width: 100%;
}




.copyright {
  font-size: 9px;
  text-align: center;
  color: #000;
  font-weight: 700;
}

.backtop {
  border: 5px solid #fff;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
}

.backtop a {
  display: block;
  text-decoration: none;
  padding: 5px 0;
  text-align: center;
  color: #000;
}

/*::::::::::footer::::::::::*/

/*PC*/
@media screen and (min-width: 769px) {

  html,
  body {
    min-width: 1024px;
  }

  body {}

  .hide_pc {
    display: none;
  }



  /*::::::::::header::::::::::*/

  header {
    background: url(../img/header_bg.png?15) top center no-repeat #f9be4a;
    margin: 0px auto;
    text-align: center;
    /* padding: 8px 0; */
    /* position: fixed; */
    position: -webkit-sticky;
    /* position: sticky; */
    /* top: 0; */
    padding: 0 0 40px 0;
  }

  .ex1 {
    opacity: 0;
    perspective: 200px;
  }

  .ex1 span {
    transform: rotateY(-90deg);
    opacity: 0;
  }

  .ex2 {
    opacity: 0;
    perspective: 200px;
  }

  .ex2 span {
    transform: rotateY(-90deg) rotateX(45deg);
    transform-origin: -50% 75%;
    opacity: 0;
  }

  h1 {
    width: 1024px;
    height: 890px;
    margin: 0 auto 0 auto;
    position: relative;
    box-sizing: border-box;
    /* padding:590px 0 0; */
    padding-bottom: 18px;
  }

  h1 .present {
    margin-top: 550px;
  }

  .ss_text {
    background: #fff7d3;
    padding: 40px 0 10px;
    margin: 0 auto;
    color: #5a231b;
    font-weight: bold;
    position: relative;
    width: 100%;
  }

  .ss_text p {
    /* width:1024px; */
    margin: 0 auto;
  }

  .ss_text .mame {
    position: absolute;
    left: 300px;
  }

  .ss_text .mi {
    font-size: 30px;
    text-align: center;
    /* font-weight:bold; */
    /* color:#5a231b */
    position: relative;
    width: 1024px;
    margin: 0 auto;
  }


  .ss_text .mi img {
    position: absolute;
    top: 3px;
    /* right: 243px; */
    width: 962px;
    left: 37px;
  }

  .ss_text .te {
    display: table;
    margin: 20px auto;
    width: 785px;
    line-height: 1.4;
    /* font-size: 19px; */
  }

  .ss_text .te .text {
    display: table-cell;
    font-size: 19px;
    vertical-align: middle;
    width: 89%;
  }

  .ss_text .te .kan {
    display: table-cell;
    width: 30%;
  }


  h1 p a img:hover {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  h1 p a img {
    margin-top: 150px;
    margin-left: 670px;
  }

  h1 ul {
    display: table;
    /* margin-left: 153px; */
    margin: 0px auto 0;
  }

  h1 ul li {
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;

  }

  h1 .holidayspecial {
    font-size: 1.5em;
    padding-top: 20px;
    color: #5A231B;
  }

  .xx {
    margin-top: 62px;
    color: #5A231B;
  }

  h1 ul li img {
    width: 86%;
  }

  .parallax-window {
    min-height: 800px;
    background: transparent;
  }

  .parallax-slider {
    top: 0;
    left: 0;
  }

  .parallax-window {
    min-height: 800px;
    background: transparent;
  }

  .parallax-slider {
    top: 0;
    left: 0;
  }

  /*::::::::::header::::::::::*/


  nav article,
  .lead article,
  .red article {
    width: 1024px;
    margin: 0 auto;
  }

  .tokuban_lead article {
    display: flex;
  }

  .tokuban_lead .hide_pc {
    display: none;
  }

  .tokuban_lead article p:nth-child(2) {
    width: 10%;
  }

  /*nav*/

  nav article {
    padding: 5px 0;
  }

  nav article div:first-child {
    width: 250px;
  }

  .social span {
    font-size: 16px;
    vertical-align: middle;
  }

  /*nav*/

  .lead p.mi {
    padding: 50px 0 0;
    text-align: center;
    line-height: 1.5;
    font-size: 35px;
    font-weight: bold;
  }

  .tokuban_lead p {
    padding: 0;
  }

  .lead p.mi img {
    height: 58px;
  }

  .lead p.present {
    margin: 21px auto 0;
  }

  .lead p.te {
    border: solid 1px #000000;
    width: 145px;
    font-size: 14px;
    margin;
    margin: 40px 0 0 53px;
    /* padding-left: 8px; */
  }

  .lead p.att {
    margin: -463px auto 80px;
  }

  .lead p.att img {
    /* width:450px; */
  }

  .lead .formarea {
    padding: 60px 0;
  }

  .about {
    padding: 30px 0 60px;
  }

  .about p {
    margin: 20px 0;
  }

  .tutorial {
    padding: 0 0 50px 0;
    font-size: 16px;
    color: #fff;
  }

  .tutorial .mi {
    font-size: 25px;
    text-align: center;
  }

  .tutorial .box {
    background: #ecf0f1;
    width: 960px;
    border-radius: 10px;
    padding: 10px;
    margin: 30px auto 15px;
    ;
  }

  .tutorial .box .title {
    background: #4b4b4b;
    display: inline-block;
    padding: 3px 10px 2px 10px;
    margin: 10px 0;
    font-size: 20px;
  }

  .tutorial .box .text {
    font-family: Kosugi Maru;
    color: #4b4b4b;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #4b4b4b;
  }

  .tutorial .box .name {
    text-align: right;
    color: #4b4b4b;
    margin-top: 5px;
    font-size: 18px;
  }

  .music {
    padding: 50px 0;
  }

  .music article p.mi {
    padding: 0 0 50px;
  }

  .music article p.list_title {
    margin: 0 auto;
    padding: 10px 0;
    font-size: 37px;
  }

  .music article {
    display: table;
    width: 1024px;
  }

  .music article ul {
    display: table-cell;
    width: 50%;
  }

  .music article ul:first-child {
    border-right: 0;
    border-right: 0.5px dashed #f3be00;
  }

  .music article ul:last-child {
    border-left: 0;
  }

  .music article ul li {
    padding: 10px;
    border-bottom: 1px dashed #f3be00;
    font-size: 14px;
  }

  .music article ul li:last-child {
    border-bottom: none;
  }

  .music article ul li span.small {
    font-size: 90%;
  }


  .request {
    padding: 30px 0;
    text-align: center;
  }

  .request a {
    padding: 10px 30px;
    font-size: 36px;
  }

  .request a:hover {
    opacity: 0.8;
  }

  .request_t {
    text-align: center;
    font-size: 36px;
    margin: 40px 0 20px;
  }

  .request_t span {
    font-size: 18px;
  }


  .point-list {
    width: 1024px;
    margin: 0 auto;
    padding: 0 0 60px;
  }

  .point-list dt.mi {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .point-list dt.mi2 {
    margin: 10px 0;
  }

  .point-list dd {
    font-size: 14px;
    line-height: 1.6;
  }

  /*::::::::::footer::::::::::*/

  footer article {
    /* width:1024px; */
    margin: 0 auto;
    padding: 30px 0 30px;
  }

  footer article p {
    margin: 30px 0 0;
    text-align: center;
    font-size: 20px;
    color: #666;
  }

  footer article p img {
    vertical-align: middle;
    /* width:150px; */
  }

  footer article p a {
    margin: 0 30px;
  }

  footer .te {
    /* width: 785px; */
    text-align: center;
    /* margin:20px auto 0; */
    font-size: 19px;
    line-height: 1.4;
    font-weight: bold;
    padding: 30px 0 0;
  }

  #pagetop {
    display: inline;
    position: fixed;
    bottom: 0;
    right: 20px;
    opacity: 0.7;
    width: 50px;
    text-align: right;
    line-height: 0;
  }

  #pagetop img {
    width: 50px;
  }

  #pagetop img:hover {
    opacity: 0.6;
    cursor: pointer;
  }

  .backtop {
    margin: 100px auto 0;
    width: 400px;
  }

  /*::::::::::footer::::::::::*/
}

/*SP*/
@media screen and (max-width: 768px) {

  body {
    background-size: 100%;
    font-size: 12px;
  }

  .hide_sp {
    display: none;
  }

  img {
    width: 100%;
  }

  .mincho {
    letter-spacing: -0.05em;
  }

  .fs12 {
    font-size: 10px;
  }

  .fs14 {
    font-size: 11px;
  }

  .fs16 {
    font-size: 12px;
  }

  .fs18 {
    font-size: 13px;
  }

  .fs20 {
    font-size: 14px;
  }

  .fs22 {
    font-size: 14px;
  }

  .fs24 {
    font-size: 16px;
  }

  .lead_txt {
    color: #5a231b;
    line-height: 1.7;
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
  }

  /*::::::::::header::::::::::*/

  header {
    position: relative;
    position: -webkit-sticky;
    /* position: sticky; */
    /* top: 0; */
    background: #f9be4a;
  }

  header img {
    width: 100%;
  }

  h1 {
    position: relative;
    padding: 0;
    text-align: center;
    line-height: 0;
    width: 100%;
  }

  h1 .holidayspecial {
    font-size: 1.2em;
    position: absolute;
    top: 2%;
    left: 2%;
    color: #5A231B;
  }

  h1 ul {
    display: table;
    /* margin-left: 153px; */
    margin: 0px auto 0;
    position: absolute;
    top: 4%;
    left: 30%;
    width: 38%;
  }

  h1 ul li {
    padding-top: 8px;
    display: table-cell;
    /* width: 50%; */
    vertical-align: middle;
  }

  h1 ul li img {
    width: 88%;
  }

  h1 p {
    padding: 5px 0 10px;
    width: 95%;
    margin: 0 auto;
  }

  .xx {
    padding-top: 4%;
  }

  h1 p a img {
    width: 75%;
    top: 60%;
    left: 15%;
  }

  .present img {
    width: 80%;
    margin-bottom: 20px;
  }

  nav article {
    width: 100%;
  }

  nav article div {
    padding: 5px;
    width: 50%;
  }

  nav img {
    width: initial;
  }

  .social {
    text-align: right;
  }

  .social img {
    height: 30px;
    margin: 0 0 0 5px;
  }

  /*::::::::::header::::::::::*/

  .lead {
    line-height: 1.4;
  }

  .lead article.formarea {
    padding: 20px 0 0;
  }

  .lead p.mi {
    padding: 0;
    line-height: 1.7;
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
  }

  .tokuban_lead p {
    padding: 0;
  }

  .lead article p {
    margin: 10px 0;
  }

  .about {
    margin: 0;
    padding: 20px 10px;
    text-align: center;
  }

  .ss_text {
    background: #fff7d3;
    padding: 40px 0 10px;
    margin: 0 auto;
    color: #5a231b;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
  }

  .ss_text .mi {
    font-size: 20px;
    text-align: center;
    /* font-weight:bold; */
    /* color:#5a231b */
    position: relative;

    margin: 0 auto;
  }


  .ss_text .mi img {
    top: 3px;
    /* right: 243px; */
    left: 37px;
  }

  .ss_text .te {
    display: table;
    margin: 20px auto;
    width: 95%;
    line-height: 1.4;
    /* font-size: 19px; */
    text-align: center;
  }

  .ss_text .te .text {
    display: table-cell;
    font-size: 13px;
    vertical-align: middle;
    width: 75%;
    text-align: left;
  }

  .ss_text .te .kan {
    display: table-cell;
    /* width: 40%; */
  }

  .ss_text .te .kan img {
    width: 62%;
  }

  .lead article p.te {
    margin: 20px 0 0 0px;
    border: solid 1px #000000;
    width: 132px;
    font-size: 12px;
    /* padding-left: 8px; */
  }

  .lead article p.att {
    margin-top: 10px;
  }

  .tokuban_lead article p:nth-child(2) {
    width: 60%;
    margin: 0 auto;
  }

  .tutorial {
    padding: 0 0 30px 0;
    line-height: 1.4;
  }

  .tutorial {
    font-size: 13px;
    color: #fff;
  }

  .tutorial p {
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
  }

  .tutorial .box {
    background: #ecf0f1;
    /* width: 960px; */
    border-radius: 10px;
    padding: 10px;
    margin: 30px auto 15px;
  }

  .tutorial .box .title {
    background: #4b4b4b;
    display: inline-block;
    padding: 3px 10px 2px 10px;
    margin: 10px 0;
    color: #fff;
    font-size: 16px;
  }

  .tutorial .box .text {
    color: #4b4b4b;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #4b4b4b;
    text-align: left;
    line-height: 1.4;
  }

  .tutorial .box .name {
    text-align: right;
    color: #4b4b4b;
    margin-top: 5px;
    font-size: 16px;
  }

  .tutorial dl dt {
    font-size: 16px;
    margin-top: 10px;
  }

  .request {
    padding: 10px 10px 20px;
    text-align: center;
  }

  .music {
    margin: 0;
    padding: 0 10px 30px;
  }

  .music article {
    display: block;
  }

  .musiclist {
    margin-top: 30px
  }

  .music article ul {
    display: block;
  }

  .music article ul li {
    line-height: 1.2;
    font-weight: 700;
    padding: 10px;
    border-bottom: 1px dashed #f3be00;
  }

  .music article ul:last-child li:last-child {
    border-bottom: none;
  }

  .request a {
    display: block;
    padding: 10px 30px;
    font-size: 18px;
  }

  .request_t {
    text-align: center;
    font-size: 18px;
    margin: 40px 0 20px;
  }

  .request_t span {
    font-size: 12px;
  }

  .point-list {
    font-size: 12px;
    line-height: 1.4;
    padding: 10px 10px 30px;
  }

  .point-list dt.mi {
    font-size: 30px;
    font-weight: 800;
  }

  /*::::::::::footer::::::::::*/
  footer {
    padding: 30px 0 5px;
  }

  footer .te {
    width: 95%;
    text-align: center;
    margin: 0px auto 0;
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    padding: 0px 0 0;
  }

  footer article p {
    margin: 20px 0 10px;
    text-align: center;
    font-size: 20px;
    color: #666;
  }

  footer article p img {
    vertical-align: middle;
    width: 65%;
    margin: 0 10px;
  }

  #pagetop {
    display: inline;
    position: fixed;
    bottom: 0;
    right: 10px;
    opacity: 0.7;
    width: 20%;
    text-align: right;
    line-height: 0;
  }

  #pagetop img {
    width: 70%;
  }

  .lead article p.backtop {
    margin: 30px 10px 40px;
  }

  /*
.panel{
  width: 100%;
  /* height: 1500px; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

*/

/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

#pinContainer {
  margin-bottom: 20%
}

/*::::::::::footer::::::::::*/


}
