@charset "UTF-8";
/* --------------------------------------------------
Block
-------------------------------------------------- */

/* Common Block --------------- */

.comm-blc {
  max-width: 1200px;
  padding: 0 4%;
  margin: 0 auto;
  position: relative;
  box-sizing: content-box;
}

.comm-blc.style-01 {
  max-width: 1000px;
}

.comm-blc.style-02 {
  max-width: 850px;
}

.box-comm {
  padding-top: 7%;
  padding-bottom: 7%;
}

.margin-comm {
  margin-top: 80px;
  margin-bottom: 80px;
}

.comm-section {
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .margin-comm {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.min-box-comm {
  padding-top: 4%;
  padding-bottom: 4%;
}

.tiny-box-comm {
  padding-top: 2%;
  padding-bottom: 2%;
}


.box-comm {
  padding-top: 7%;
  padding-bottom: 7%;
}

.min-box-comm {
  padding-top: 4%;
  padding-bottom: 4%;
}

.tiny-box-comm {
  padding-top: 2%;
  padding-bottom: 2%;
}

.part-blc {
  padding: 60px 0;
}

@media screen and (max-width: 1000px) {
  .part-blc {
    padding: 40px 0;
  }
}

@media screen and (max-width: 480px) {
  .part-blc {
    padding: 30px 0;
  }
}

/* --------------------------------------------------
common
-------------------------------------------------- */
.movie-blc > .inner > .list-blc > .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.movie-blc > .inner > .list-blc > .list > div {
  width: 49%;
}

.movie-blc > .inner > .list-blc > .list > div video {
  height: 320px;
  margin-bottom: 5px;
}

.movie-blc > .inner > .list-blc > .list > div .txt {
  text-align: center;
  font-size: 110%;
}

@media screen and (max-width: 1200px) {
  .movie-blc > .inner > .list-blc > .list > div video {
    height: 27vw;
  }
}

@media screen and (max-width: 767px) {
  .movie-blc > .inner > .list-blc > .list > div video {
    height: 33vw;
  }
}

@media screen and (max-width: 480px) {
  .movie-blc > .inner > .list-blc > .list {
    flex-direction: column;
    flex-wrap: wrap;
  }  
  .movie-blc > .inner > .list-blc > .list > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .movie-blc > .inner > .list-blc > .list > div video {
    height: 66vw;
  }
}

#guide {
  background-color: #fff;
  margin-bottom: 60px;
}

#guide > .inner {
  padding: 30px 4%;
}

#guide > .inner > .ttl {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  font-size: 180%;
  margin-bottom: 20px;
}

#guide > .inner > .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#guide > .inner > .list > li {
  width: calc((100% / 4) - ((8px * 3) / 4 ));
  margin: 0 8px 10px 0;
}

#guide > .inner > .list > li:nth-last-child(1) {
  margin-right: 0;
}

#guide > .inner > .list > li a {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #guide > .inner > .list > li {
    width: calc((100% / 2) - 4px);
    margin: 0 8px 10px 0;
  }
  #guide > .inner > .list > li:nth-child(2n+2) {
    margin-right: 0;
  }
  #guide > .inner > .list > li:nth-last-child(1) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  #guide > .inner > .list > li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

#contact {
  margin-bottom: 30px;
}

#contact > .inner > .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#contact > .inner > .list > li {
  width: 49%;
  background-color: #fff;
  margin-bottom: 10px;
}

#contact > .inner > .list > li > .btn {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  display: block;
  padding: 15px 20px;
  box-sizing: border-box;
  transition: all 300ms ease-in-out;
}

#contact > .inner > .list > li > .btn:hover {
  opacity: .7;
}

#contact > .inner > .list > li > .btn > .txt {
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 10px 0 10px 50px;
}

#contact > .inner > .list > li > .btn > .txt.tel {
  background-image: url('../img/top/tel_icn.png');
}

#contact > .inner > .list > li > .btn > .txt.letter {
  background-image: url('../img/top/letter_icn.png');
}

@media screen and (max-width: 1000px) {
  #contact > .inner > .list > li > .btn > .txt.tel {
    background-size: 22px auto;
    padding: 10px 0 10px 40px;
  }
  #contact > .inner > .list > li > .btn > .txt.letter {
    background-size: 35px auto;
    padding: 10px 0 10px 40px;
  }
}

@media screen and (max-width: 767px) {
  #contact > .inner > .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contact > .inner > .list > li {
    width: 100%;
  }
}

/* --------------------------------------------------
Title
-------------------------------------------------- */

.ttl-style-01 {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  font-size: 160%;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 5px 0;
  margin: 0 0 30px;
}

.ttl-style-01::before,
.ttl-style-01::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
}

.ttl-style-01::before {
  width: 50%;
  background-color: #5c8404;
  z-index: 1;
}

.ttl-style-01::after {
  width: 100%;
  background-color: #9fc700;
  z-index: 0;
}

.ttl-style-02 {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  font-size: 150%;
  font-weight: 600;
}

.ttl-style-03 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.ttl-style-03 .txt {
  display: inline-block;
  text-align: left;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  font-size: 150%;
  font-weight: 600;
}

/* --------------------------------------------------
Text
-------------------------------------------------- */
.txt-style-01 {
  font-size: 100%;
  margin-bottom: 20px;
}

.txt-style-02 {
  text-align: center;
  margin-bottom: 30px;
}

.txt-style-02 > .txt {
  display: inline-block;
  text-align: left;
}


/* --------------------------------------------------
box
-------------------------------------------------- */

.box-style-01 {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.box-style-01 > .num {
  position: relative;
  bottom: 0;
  left: 10px;
  display: block;
  content: '';
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  text-align: center;
  width: 40px;
  line-height: 40px;
  font-size: 140%;
  color: #fff;
  background-color: #535865;
  border-radius: 20px;
  margin-bottom: -20px;
}

.box-style-01 > .num.gold {
  background-color: #b29342;
}

.box-style-01 > .num.silver {
  background-color: #83929a;
}

.box-style-01 > .num.bronze {
  background-color: #a96242;
}

.box-style-01 > .img {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.box-style-01 > .name {
  text-align: left;
  line-height: 2;
  font-size: 90%;
}
.box-style-01 > .price {
  text-align: left;
  line-height: 2;
  font-size: 140%;
}

.box-style-01 > .price.red-txt {
  color: #f00;
}

.box-style-01 > .price > .unit {
  font-size: 60%;
  line-height: 2;
}

.box-style-01 > .txt {
  text-align: left;
  font-size: 90%;
  line-height: 2;
}

.box-style-02 {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.box-style-02 > .img {
  text-align: center;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 270px;
  margin-bottom: 10px;
}

.box-style-02 > .ttl,
.box-style-02 > .txt {
  display: block;
  width: 100%;
}

.box-style-02 > .ttl {
  display: block;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  font-size: 140%;
  margin-bottom: 10px;
}

.box-style-02 > .txt {
  display: block;
  text-align: center;
  font-size: 100%;
}

@media screen and (max-width: 767px) {
  .box-style-02 > .img {
    padding-bottom: 30vw;
  }
}

@media screen and (max-width: 480px) {
  .box-style-02 > .img {
    padding-bottom: 62vw;
  }
}

.box-style-03 {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.box-style-03 > .img {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.box-style-03 > .txt {
  display: block;
  text-align: center;
  font-size: 100%;
}

/* --------------------------------------------------
List
-------------------------------------------------- */

.list-style-01 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.list-style-01 > li {
  width: calc(20% - 8px);
  margin: 0 calc((8px * 5) / 4) 10px 0;
}

.list-style-01 > li:nth-child(5n+5) {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .list-style-01 > li,
  .list-style-01 > li:nth-child(5n+5) {
    width: calc((100% / 3) - 8px);
    margin-right: calc((8px * 3) / 2);
  }
  .list-style-01 > li:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .list-style-01 > li,
  .list-style-01 > li:nth-child(3n+3),
  .list-style-01 > li:nth-child(5n+5) {
    width: calc((100% / 2) - 4px);
    margin-right: 8px;
  }
  .list-style-01 > li:nth-child(2n+2) {
    margin-right: 0;
  }
}

.list-style-02 > .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.list-style-02 > .list > .img,
.list-style-02 > .list > .cont {
  width: 49%;
}

.list-style-02.style-00 > .list:nth-child(2n+2) > .cont {
  order: 2;
}

.list-style-02.style-00 > .list:nth-child(2n+2) > .img {
  order: 1;
}

.list-style-02 > .list > .cont {
  display: flex;
  align-items: center;
}

.list-style-02 > .list > .cont .ttl {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  font-size: 140%;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .list-style-02 > .list {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .list-style-02 > .list > .img,
  .list-style-02 > .list > .cont {
    width: 100%;
  }
  .list-style-02 > .list > .cont {
    margin-bottom: 20px;
  }
  .list-style-02 > .list > .img {
    margin-bottom: 20px;
  }
  .list-style-02.style-00 > .list:nth-child(2n+2) > .img {
    order: 2;
  }
  .list-style-02.style-00 > .list:nth-child(2n+2) > .cont {
    order: 1;
  }
}

.list-style-03 > dl {
  margin-bottom: 20px;
}

.list-style-03 > dl > dt,
.list-style-03 > dl > dd {
  position: relative;
  background-color: #fff;
  background-position: left 10px top 10px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding: 15px 40px 15px 55px;
  box-sizing: border-box;
}

.list-style-03 > dl > dt {
  background-image: url('../img/common/q.png');
}

.list-style-03 > dl > dd {
  background-image: url('../img/common/a.png');
}

.list-style-03 > dl > dt::after,
.list-style-03 > dl > dt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  background-color: #5b8404;
  border-radius: 3px;
  margin: auto 0;
}

.list-style-03 > dl > dt::after {
  transform: rotate(90deg);
}

.list-style-03 > dl > dt.onclick::after {
  transform: rotate(0deg);
}

.list-style-04 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.list-style-04 > li {
  width: calc(25% - 8px);
  margin: 0 calc((8px * 4) / 3) 20px 0;
}

.list-style-04 > li:nth-child(4n+4) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .list-style-04 > li,
  .list-style-04 > li:nth-child(4n+4) {
    width: calc(33.33% - 8px);
    margin: 0 calc((8px * 3) / 2) 20px 0;
  }
  .list-style-04 > li:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .list-style-04 > li,
  .list-style-04 > li:nth-child(4n+4),
  .list-style-04 > li:nth-child(3n+3) {
    width: calc(50% - 8px);
    margin: 0 calc((8px * 2) / 1) 20px 0;
  }
  .list-style-04 > li:nth-child(2n+2) {
    margin-right: 0;
  }
}

.list-style-05 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.list-style-05 > li {
  width: calc(50% - 8px);
  margin: 0 calc((8px * 2) / 1) 20px 0;
}

.list-style-05 > li:nth-child(2n+2) {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .list-style-05 > li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.list-style-06 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.list-style-06 > li {
  width: calc(33.33% - 8px);
  margin: 0 calc((8px * 3) / 2) 10px 0;
}

.list-style-06 > li:nth-child(3n+3) {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .list-style-06 > li,
  .list-style-06 > li:nth-child(3n+3) {
    width: calc((100% / 2) - 4px);
    margin-right: 8px;
  }
  .list-style-06 > li:nth-child(2n+2) {
    margin-right: 0;
  }
}

.accordion > .accord-ttl {
  cursor: pointer;
}

/* --------------------------------------------------
Table
-------------------------------------------------- */

/* Common Table --------------- */

.tbl-bomm {
  border-top: 1px dotted #fff;
}

.tbl-comm th, 
.tbl-comm td {
  padding: 7px 15px;
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
}

.tbl-comm th {
  background-color: #fff;
  width: 20%;
}

.tbl-comm th[align="center"], 
.tbl-comm td[align="center"] {
  text-align: center;
}

.tbl-comm th[align="right"], 
.tbl-comm td[align="right"] {
  text-align: right;
}

.tbl-respon {
  overflow-x: auto;
}

.tbl-respon .tbl-comm {
  min-width: 600px;
}

.note-tbl {
  color: red;
  text-align: center;
  margin: 2% 0;
  display: none;
}

/* Form Table --------------- */

.tbl-form th {
  background-color: #fff;
  width: 25%;
  padding: 2%;
  text-align: left;
}

.tbl-form td {
  padding: 2%;
  text-align: left;
}

.tbl-form th, 
.tbl-form td {
  border-bottom: 1px dotted #ccc;
}

/* tblRespon --------------- */

.tbl-respon {
  overflow-x: auto;
}

.note-tbl-respon {
  font-size: 80%;
  color: red;
  margin: 2% 0;
  text-align: center;
  display: none;
}

@media screen and (max-width: 767px) {
  /* Common Table --------------- */
  .tbl-comm th, 
  .tbl-comm td {
    font-size: 90%;
  }
  .tbl-comm th {
    width: 30%;
  }
  .tbl-comm.single-row th, 
  .tbl-form.single-row th {
    display: block;
    font-weight: bold;
    padding-bottom: 0;
  }
  .tbl-comm.single-row td, 
  .tbl-form.single-row td {
    display: block;
  }
  .note-tbl {
    display: block;
  }
  /* Form Table --------------- */
  .tbl-form th {
    width: auto;
  }
  /* tblRespon --------------- */
  .note-tbl-respon {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  /* tblRespon --------------- */
  .note-tbl-respon {
      display: block;
  }
}

.tbl-style-01 {
  border: 0;
  width: 100%;
}

.tbl-style-01 thead th,
.tbl-style-01 tbody th,
.tbl-style-01 tbody td {
  padding: 15px 20px;
}

.tbl-style-01 thead th {
  position: relative;
  text-align: center;
  font-size: 120%;
  /* font-weight: 600; */
}

.tbl-style-01 thead th:nth-of-type(1) {
  width: 35%;
}

.tbl-style-01 thead th:nth-of-type(2) {
  width: 65%;
}

.tbl-style-01.style-00 thead th,
.tbl-style-01.style-00 thead th:nth-of-type(1),
.tbl-style-01.style-00 thead th:nth-of-type(2) {
  width: 33.33%;
}

.tbl-style-01 thead th::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: calc(100% - 4px);
  height: 1px;
  background-color: #5b8404;
  margin: 0 auto;
}

.tbl-style-01 thead th:nth-of-type(1)::after {
  right: auto;
  width: calc(100% - 3px);
  margin: 0;
}

.tbl-style-01 thead th:nth-last-of-type(1)::after {
  left: auto;
  width: calc(100% - 3px);
  margin: 0;
}

.tbl-style-01 tbody td {
  text-align: left;
  border-bottom: 1px solid #5b8404;
}

.tbl-style-01 tbody th {
  display: none;
}

@media screen and (max-width: 1200px) {
  .tbl-style-01 thead th,
  .tbl-style-01 tbody th,
  .tbl-style-01 tbody td {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 1000px) {
  .tbl-style-01 thead th,
  .tbl-style-01 tbody th,
  .tbl-style-01 tbody td {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 767px) {
  .tbl-style-01 thead th {
    display: none;
  }  
  .tbl-style-01 tbody th,
  .tbl-style-01 tbody td {
    display: block;
    width: 100%;
  }
  .tbl-style-01 tbody th {
    display: block;
    font-size: 120%;
    font-weight: 600;
    margin-top: 10px;
  }  
  .tbl-style-01 tbody td {
    border: none;
  }
  .tbl-style-01 tbody td:nth-last-of-type(1) {
    position: relative;
    padding-bottom: 15px;
  }
  .tbl-style-01 tbody td::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    width: calc(100% - 4px);
    height: 1px;
    background-color: #5b8404;
    margin: 0 auto;
  }
}

.tbl-style-02 {
  border: 0;
  width: 100%;
  border-top: 1px solid #5b8404;
}

.tbl-style-02 th,
.tbl-style-02 td {
  border-bottom: 1px solid #5b8404;
  padding: 15px 20px;
  box-sizing: border-box;
}

.tbl-style-02 th {
  width: 150px;
  background-color: #fff;
}

.tbl-style-02 td {
  width: calc(100% - 150px);
}

@media screen and (max-width: 767px) {
  .tbl-style-02 th,
  .tbl-style-02 td {
    display: block;
    width: 100%;
  }
  .tbl-style-02 th {
    border-bottom: none;
  }
}

.tbl-style-03 {
  border: 0;
  width: 100%;
}

.tbl-style-03 th,
.tbl-style-03 td {
  width: 50%;
  border-bottom: 1px solid #5b8404;
  padding: 10px 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .tbl-style-03 th,
  .tbl-style-03 td {
    display: block;
    width: 100%;
  }
  .tbl-style-03 th {
    border-bottom: none;
  }
}
/* --------------------------------------------------
Button
-------------------------------------------------- */

.btn-style-01 {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #5c8404;
  padding: 10px 20px;
  transition: 300ms all ease-in-out;
  margin: 0 auto;
  box-sizing: border-box;
}

.btn-style-01:hover {
  background-color: #72a405;
}

.btn-style-01.size-01 {
  min-width: 160px;
}

.btn-style-02 {
  display: inline-block;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  text-decoration: none;
  background: linear-gradient(180deg, #faf9f9, #eceef0);
  border: 1px solid #dadada;
  padding: 10px 10px;
  transition: 300ms all ease-in-out;
  margin: 0 auto;
  box-sizing: border-box;
}

.btn-style-02:hover {
  opacity: .7;
}

/* --------------------------------------------------
Text
-------------------------------------------------- */

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-rigjt {
  text-align: rigjt;
}

.txt-underline {
  text-decoration: underline;
}

.txt-big {
  font-size: 115%;
}

.txt-small {
  font-size: 85%;
}

.txt-weight {
  font-weight: bold;
}

.txt-inline-blc {
  text-align: left;
  display: inline-block;
}

.txt-black {
  color: #000;
}

.txt-red {
  color: #BD2D2B;
}

.txt-blue {
  color: #24337a;
}

.attention {
  color: #f00;
}

@media screen and (max-width: 767px) {
  .txt-for-sp {
    text-align: left !important;
  }
  .txt-for-sp br {
    display: none !important;
  }
  span.txt-for-sp {
    display: inline-block;
  }
}

@media screen and (min-width: 650px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

/* --------------------------------------------------
Other Classes
-------------------------------------------------- */

/* Spacing --------------- */

.mt-1 {
  margin-top: 1%;
}

.mt-2 {
  margin-top: 2%;
}

.mt-3 {
  margin-top: 3%;
}

.mt-4 {
  margin-top: 4%;
}

.mt-5 {
  margin-top: 5%;
}

.mt-6 {
  margin-top: 6%;
}

.mt-7 {
  margin-top: 7%;
}

.mb-1 {
  margin-bottom: 1%;
}

.mb-2 {
  margin-bottom: 2%;
}

.mb-3 {
  margin-bottom: 3%;
}

.mb-4 {
  margin-bottom: 4%;
}

.mb-5 {
  margin-bottom: 5%;
}

.mb-6 {
  margin-bottom: 6%;
}

.mb-7 {
  margin-bottom: 7%;
}

/* Clear fix --------------- */

.clear-fix:after {
  content: "";
  clear: both;
  display: block;
}

/* Clear --------------- */

.clear {
  clear: both;
}

/* Hide --------------- */

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.disnon {
  display: none;
}

/* font --------------- */

.size-00 {
  font-size: 180%;
}

.size-01 {
  font-size: 80%;
}

.color-00 {
  color: #fff100;
}

/* imgDeco --------------- */

.img-deco {
  border: 1px solid #cdcdcd;
  padding: 1px;
  box-sizing: border-box;
}

/* imgCircle --------------- */

.img-circle {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}

/* imgRightBlc --------------- */

.img-right-blc {
  margin: 0 0 20px 20px;
  float: right;
}

/* imgZoomEffect --------------- */

.img-zoom {
  overflow: hidden;
}

.img-zoom img, 
.img-zoom .img {
  -ms-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  transition: all 200ms ease-in-out 0s;
}

.img-zoom img:hover, 
.img-zoom .img:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* PDF icon --------------- */

.icn-pdf {
  vertical-align: bottom;
  margin: 0px 3%;
}

@media screen and (max-width: 1000px) {
  /* Hide --------------- */
  .post.hidden {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  /* imgRightBlc --------------- */
  .img-right-blc {
    margin: 0 auto 20px;
    float: none;
  }
  /* Popup --------------- */
  .popup {
    display: block;
    position: relative;
  }
}