/* ------------------------------------------------------
Font 
------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@200&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
/* ------------------------------------------------------
Breakpoint 
------------------------------------------------------ */
/* ------------------------------------------------------
Content 
------------------------------------------------------ */
.titleSet {
  background: url(../img/hd_line.png) left top repeat-x;
  padding: 70px 0px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .titleSet {
    padding: 40px 0 20px;
    background-size: 100%;
    margin-bottom: 20px;
  }
}
.titleSet__tit {
  text-align: center;
  font-size: 320%;
  line-height: 1.6em;
  letter-spacing: 5px;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .titleSet__tit {
    font-size: 220%;
    letter-spacing: 0px;
  }
}
.titleSet__text {
  font-size: 120%;
  line-height: 150%;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .titleSet__text {
    font-size: 110%;
    text-align: left;
    padding: 3% 3% 0;
  }
}

.brandNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .brandNav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.brandNav li {
  width: 33.3333333333%;
}
.brand__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 5px 10px;
}
@media screen and (max-width: 767px) {
  .brand__top {
    display: block;
    padding: 0;
  }
}
.brand__showAll {
  position: relative;
  left: 15px;
  display: block;
  padding: 5px 50px;
  display: block;
  border: solid 1px #cccccc;
  letter-spacing: 2px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .brand__showAll {
    max-width: 100%;
    left: 0;
    text-align: center;
    margin: 20px;
  }
}
@media screen and (max-width: 767px) {
  .brand__note {
    padding: 40px 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .brand__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.brand__item {
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .brand__item {
    width: 48%;
    margin: 0 1% 30px;
    border: solid 1px #e6e6e6;
  }
}
.brand__link {
  border-top: solid 1px #E6E6E6;
  border-right: solid 1px #E6E6E6;
  padding: 10px 0 0;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .brand__link {
    display: block;
    padding: 3%;
    border: none;
  }
}
.brand__img {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .brand__img {
    width: 100%;
  }
}
.brand__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1% 3% 0;
}
.brand__title {
  font-size: 190%;
  line-height: 100%;
  letter-spacing: 2px;
  color: rgb(51, 51, 51);
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .brand__title {
    font-size: 120%;
    text-align: center;
    padding: 10px 0;
    letter-spacing: 0;
    margin-bottom: 19%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.brand__text {
  line-height: 150%;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .brand__text {
    display: none;
  }
}
.brand__map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23%;
  border-left: dotted 1px #cccccc;
  padding-left: 3%;
  margin-top: 40px;
  max-width: 206px;
}
@media screen and (max-width: 767px) {
  .brand__map {
    display: none;
  }
}
.brand__map img {
  width: 60%;
}
.brand__calendar {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 240px;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .brand__calendar {
    min-width: auto;
    top: unset;
    right: unset;
    bottom: 3%;
    left: 3%;
    width: 94%;
  }
}
.brand__calendar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brand__calendar li {
  letter-spacing: -0.1em;
  font-size: 1em;
  text-align: center;
  width: 8.33%;
  border-right: solid 1px #E6E6E6;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .brand__calendar li {
    font-size: 0.7em;
  }
}
.brand__bar {
  position: absolute;
  display: block;
  background: #FCA718;
  height: 4px;
  bottom: 0;
}
.brand__mainbar {
  background: #A2B61F;
}
.brand__grbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .brand__grbtn {
    display: block;
  }
}
.brand__grbtn .brand__btn {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .brand__grbtn .brand__btn {
    width: calc(100% - 20px);
    margin: 10px;
  }
}
.brand__btn {
  position: relative;
  display: block;
  padding: 8px;
  color: #333;
  line-height: 1.4em;
  border-radius: 5px;
  font-size: 120%;
  margin: 5px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .brand__btn {
    font-size: 85%;
  }
}
@media screen and (max-width: 767px) {
  .brand__btn {
    width: 80%;
    padding: 15px;
    margin: auto;
    font-size: 120%;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .brand__btn:hover {
    opacity: 0.8;
    color: #333;
    text-decoration: underline;
  }
}
.brand__btn::before {
  display: block;
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-left: 11px solid #fff;
  padding-top: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.brand__btn.buy {
  background: #F7BC02;
}
.brand__btn.eat {
  background: #E9B9B5;
}
.brand__btn.recipe {
  background: #FF8550;
}
.brand__btn.faq {
  background: #E8DEA5;
}
.brandDetail {
  background: url(../img/border_dot_m.gif) repeat-x bottom;
  padding-bottom: 30px;
  margin-bottom: 80px;
  position: relative;
}
.brandBox {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .brandBox {
    display: block;
  }
}
.brandBox__title {
  width: 17.578125%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 120%;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .brandBox__title {
    width: 100%;
    padding: 10px;
  }
}
.brandBox__title span {
  display: none;
}
.brandBox__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: solid 1px #ccc;
  border-width: 1px 1px 1px 0;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .brandBox__content {
    border-width: 1px;
    padding: 10px;
  }
}
.brandBox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brandBox__list li {
  display: block;
  width: 140px;
  margin: 10px;
  line-height: 1.4em;
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  .brandBox__list li {
    width: 33.3%;
    margin: 0;
    padding: 5px;
  }
}
@media screen and (min-width: 768px) {
  .brandBox__list li a:hover {
    text-decoration: underline;
  }
}
.brandBox__text {
  text-align: center;
  margin: 5px 0 0;
}
.brandBox.voice .brandBox__title {
  background: #78BD36;
}
.brandBox.voice .brandBox__content {
  border-color: #78BD36;
}
.brandBox.voice .brandBox__img {
  border-radius: 50%;
  overflow: hidden;
}
.brandBox.voice .brandBox__list li {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .brandBox.voice .brandBox__list li {
    width: 33.3%;
  }
}
.brandBox.season .brandBox__title {
  background: #E09B94;
}
.brandBox.season .brandBox__content {
  border-color: #E09B94;
}
.brandBox.rokuji .brandBox__title {
  background: #7FD4CE;
}
.brandBox.rokuji .brandBox__content {
  border-color: #7FD4CE;
}
.brandBox.onlineshop .brandBox__title {
  background: #F2AE55;
}
.brandBox.onlineshop .brandBox__content {
  border-color: #F2AE55;
}
.brandPost {
  margin: 100px 0;
}
.brandPost__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .brandPost__top {
    display: block;
  }
}
.brandPost__topTit {
  width: 120px;
  text-align: center;
  background: #D5746B;
  color: #FFFFFF;
  font-size: 150%;
  letter-spacing: 3px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .brandPost__topTit {
    width: 100%;
    padding: 10px;
    line-height: 1;
  }
}
.brandPost__topTit span {
  display: block;
  font-size: 70%;
  text-align: center;
  line-height: 100%;
  letter-spacing: 3px;
  margin-top: 5px;
}
.brandPost__wrap + .brandPost__wrap {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .brandPost__title {
    text-align: left;
  }
}
.brandPost__title span {
  font-size: 120%;
  line-height: 100%;
  margin-bottom: 15px;
  display: block;
}
.brandPost__title h1 {
  font-size: 240%;
  line-height: 100%;
  letter-spacing: 2px;
  font-weight: bold;
  background: url(../img/border_dot_m.gif) repeat-x bottom;
  padding-bottom: 20px;
  margin-bottom: 50px;
  color: #D5746B;
}
.brandPost__img {
  margin-bottom: 20px;
}
.brandPost__tit {
  position: relative;
}
.brandPost__tit span {
  font-size: 110%;
  line-height: 100%;
  letter-spacing: 3px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 20px 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #EB7D4C;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.brandPost__tit h2 {
  font-size: 140%;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  padding-left: 70px;
  font-weight: bold;
  letter-spacing: 2px;
  min-height: 61px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .brandPost__tit h2 {
    text-align: left;
  }
}
.brandPost__text {
  line-height: 240%;
  line-height: 170%;
}
.brandPost__bl {
  margin-bottom: 50px;
  position: relative;
}
.brandPost__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .brandPost__inner {
    display: block;
  }
}
.brandPost__inner .brandPost__view {
  width: 68.359375%;
}
@media screen and (max-width: 1024px) {
  .brandPost__inner .brandPost__view {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .brandPost__inner .brandPost__view {
    width: 100%;
  }
}
.brandPost__inner .brandPost__detail {
  width: 27.34375%;
  min-width: 280px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .brandPost__inner .brandPost__detail {
    width: 100%;
    min-width: auto;
  }
}
.brandPost__inner .brandPost__detail .iconData {
  color: #FFFFFF;
  background: #D5746B;
  padding: 25px 23px;
  border-radius: 50%;
  position: absolute;
  top: -34px;
  right: 10px;
}
.brandPost .tabs {
  margin-bottom: 100px;
}
.brandPost .tabs__top {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 120px);
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .brandPost .tabs__top {
    width: 100%;
    padding: 10px 0 0;
  }
}
.brandPost .tabs__item {
  width: calc(20% - 10px);
  text-align: center;
  margin: 0 5px 10px;
  font-size: 90%;
}
@media screen and (max-width: 1024px) {
  .brandPost .tabs__item {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .brandPost .tabs__item {
    width: calc(50% - 10px);
  }
}
.brandPost .tabs__item.active .tabs__link {
  opacity: 1 !important;
}
.brandPost .tabs__item.active .tabs__link span {
  color: #FFFFFF;
  text-decoration: none;
  background: #D5746B;
}
@media screen and (min-width: 768px) {
  .brandPost .tabs__item.active:hover .tabs__link {
    color: #FFFFFF;
    text-decoration: none;
    background: #f2f2f2;
  }
}
@media screen and (min-width: 768px) {
  .brandPost .tabs__item:hover .tabs__link {
    opacity: 0.5;
    text-decoration: underline;
  }
}
.brandPost .tabs__link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 100%;
}
.brandPost .tabs__link span {
  background: #f2f2f2;
  padding: 10px;
  border: none;
  border-radius: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brandPost .tabs__inner {
  border: none;
  min-height: auto;
}
@media screen and (max-width: 767px) {
  .brandPost .tabs__inner {
    text-align: left;
  }
}
.brandPost .tabs__content {
  position: relative;
  padding: 0;
  display: none;
  opacity: 1;
  visibility: hidden;
}
.brandPost .tabs__content.active {
  display: block;
}
.brandPost__itemTit {
  background: #D5746B;
  color: #FFFFFF;
  padding: 1px 10px;
}
.brandPost__content {
  padding: 10px !important;
  border: solid 2px #D5746B;
}
.brandPost__content .brand__calendar {
  position: relative;
  margin-bottom: 10px;
}
.brandPost__content .brand__calendar ul li {
  font-size: 0.8em;
}
.brandPost__contact li {
  letter-spacing: 0;
}
.brandPost__contact li:not(:last-child) {
  border-bottom: dotted 1px #cccccc;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.brandPost__point {
  padding: 25px 10px 10px;
  border: solid 2px #F8BC00;
  position: relative;
  margin-bottom: 30px;
  margin-top: 40px;
}
.brandPost__pointLabel {
  position: absolute;
  top: -15px;
  left: 10px;
  background: #F8BC00;
  color: #FFFFFF;
  padding: 5px 20px;
}
.brandPost__pointLabel::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 40%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #f8ba00 transparent transparent transparent;
}
.brandPost__point ol {
  padding-left: 24px;
}
.brandPost__point ol li {
  list-style-type: decimal;
  margin: 5px 0;
  letter-spacing: 0;
}
.brandPost__print {
  background: url(../img/icon_print.gif) no-repeat 10px;
  cursor: pointer;
  display: block;
  padding: 7px 10px;
  padding-left: 42px;
  border: solid 1px #cccccc;
  border-radius: 6px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .brandPost__print:hover {
    color: #ccc;
    text-decoration: underline;
  }
}
.brandPost__return {
  background: #D5746B;
  padding: 10px 20px;
  color: #FFFFFF !important;
}
@media screen and (min-width: 768px) {
  .brandPost__return:hover {
    text-decoration: underline;
  }
}

.mainImg {
  position: relative;
}
.mainImg__bg {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mainImg__bg {
    margin-bottom: 0;
  }
}
.mainImg__bg img {
  width: 100%;
}
.mainImg__title {
  background: url(../img/title_bg.png) no-repeat top right;
  display: inline-block;
  position: relative;
  top: -81px;
  left: 0;
  padding-right: 118px;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .mainImg__title {
    display: block;
    background: none;
    top: 0;
    left: 0;
    padding: 20px 0 50px;
    text-align: center;
  }
}
.mainImg__title span {
  display: block;
  font-size: 280%;
  line-height: 100%;
  letter-spacing: 2px;
  background: rgb(255, 255, 255);
  padding: 20px 0px 0px;
}
@media screen and (max-width: 767px) {
  .mainImg__title span {
    font-size: 200%;
    padding: 0;
  }
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about {
    display: block;
  }
}
.about__content {
  width: 72.265625%;
  line-height: 180%;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .about__content {
    width: 62%;
  }
}
@media screen and (max-width: 767px) {
  .about__content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about__title {
  font-weight: bold;
  color: #9B805B;
  font-size: 140%;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.about__text {
  font-size: 100%;
  margin-bottom: 30px;
}
.about__btn {
  display: block;
  width: 380px;
  padding: 8px;
  color: #333;
  line-height: 1.4em;
  border-radius: 5px;
  background: #D6EBC2;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__btn {
    width: 100%;
  }
}
.about__img {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .about__img {
    width: 100%;
  }
}
.about__imgTit {
  background: #D5746B;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 1.5em;
}
.about__img .brand__calendar {
  position: relative;
  margin-bottom: 10px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.about__img .brand__calendar li {
  font-size: 0.8em;
}
.about__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 5%;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about__map {
    padding: 20px 0;
  }
}
.about__mapContent {
  padding-top: 1em;
  font-size: 0.8em;
  text-align: left;
  white-space: nowrap;
}
.about__mapImg {
  width: 60%;
}
.about__mapLst li {
  position: relative;
  padding-left: 15px;
}
.about__mapLst li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  display: block;
}
.about__mapLst .marker_g::before {
  background: #A2B61F;
}
.about__mapLst .marker_o::before {
  background: #FCA718;
}

.productionArea {
  padding: 20px;
  border: solid 1px #e6e6e6;
  margin-top: 40px;
}
.productionArea__title {
  font-size: 120%;
  line-height: 100%;
  letter-spacing: 1px;
  color: #D5746B;
  margin-right: 20px;
  margin-bottom: 10px;
}
.productionArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 20px;
}
.productionArea__list li {
  margin: 1% 2%;
  padding-left: 0px;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .productionArea__list li {
    width: 30%;
  }
}

.contact {
  padding-top: 60px;
}
.contact__title {
  margin-bottom: 20px;
}
.contact__title span {
  font-size: 120%;
  line-height: 100%;
  letter-spacing: 1px;
  color: #D5746B;
  margin-right: 20px;
}
.contact__title a {
  font-size: 100%;
  color: #333;
}
.contact__tit {
  color: #78BD36;
  font-size: 110%;
  line-height: 100%;
}
.contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .contact__list {
    display: block;
  }
}
.contact__list li {
  width: 25%;
  border: solid 1px #e6e6e6;
  padding: 1.9%;
  margin-left: -1px;
  margin-bottom: -1px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .contact__list li {
    width: 100%;
  }
}

.pagePrint {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}
.pagePrint a {
  display: block;
  padding: 33px 24px 10px;
  color: #666666;
  background: url(../img/icon_print.gif) #fafafa no-repeat center 8px;
  letter-spacing: 0px;
  border: solid 1px #e6e6e6;
}
@media screen and (min-width: 768px) {
  .pagePrint a:hover {
    text-decoration: underline;
  }
}

.tabs {
  margin-bottom: 30px;
}
.tabs__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .tabs__top {
    display: block;
  }
}
.tabs__item {
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .tabs__item {
    margin-right: 0;
  }
}
.tabs__item.active {
  border-bottom: solid 1px #FFFFFF;
}
.tabs__item.active .tabs__link span {
  background: #F8BD01;
  color: #FFFFFF;
}
.tabs__link {
  display: block;
  border: solid 1px #e6e6e6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tabs__link {
    border: 0;
    border-radius: 0;
    margin-right: 0;
  }
}
.tabs__link span {
  display: block;
  background: #f2f2f2;
  border: solid 2px #FFFFFF;
  border-bottom: 0;
  padding: 12px 30px;
  letter-spacing: 1px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
@media screen and (max-width: 767px) {
  .tabs__link span {
    border: 0;
    padding: 5% 0;
    text-align: center;
    border-radius: 0;
  }
}
.tabs__inner {
  background: #FFFFFF;
  border: solid 1px #e6e6e6;
  margin-top: -1px;
  position: relative;
  min-height: 290px;
}
@media screen and (max-width: 767px) {
  .tabs__inner {
    border: 0;
    margin-top: 0;
    padding: 20px 0 0;
    text-align: center;
    min-height: 330px;
  }
}
.tabs__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.tabs__content.active {
  opacity: 1;
  visibility: visible;
}

.maps__title {
  font-size: 130%;
  line-height: 100%;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.maps__inner {
  position: relative;
}
.maps__note {
  position: absolute;
  right: 0px;
  top: -39px;
  width: 39.0625%;
}
@media screen and (max-width: 767px) {
  .maps__note {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.maps__note li {
  position: relative;
  padding-left: 15px;
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .maps__note li {
    margin-right: 10px;
  }
}
.maps__note li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.maps__note li.marker_r::before {
  background: #e60012;
}
.maps__note li.marker_o::before {
  background: #f5a500;
}
.maps__note li.marker_y::before {
  background: #ffe500;
}
.maps__note li.marker_g::before {
  background: #8ac454;
}
.maps__note li.marker_b::before {
  background: #47a6a1;
}
.maps .chartGraph {
  width: 100% !important;
  height: 200px !important;
}