/* CSS Document */
/* ピックアップコンテンツ */
.picup {
  overflow: hidden;
}
.picup img {
  height: 300px;
  max-width: 300px;
}
.picup h4 {
  font-size: 140%;
  padding-top: 1%;
  padding-bottom: 1%;
}
.picup .picupgroup {
  display: table;
  width: 100%;
}
.picup .picupblock {
  display: table-cell;
  width: 100%;
  text-align: center;
  float: left;
}
.picup .picupimg {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.picup p {
  margin-right: auto;
  margin-left: auto;
  font-size: 80%;
  text-align: center;
  margin-bottom: 3%;
  padding-right: 1em;
  padding-left: 1em;
}
/* */
/*.entryBtnZ button {
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color:none!important;
    margin: 0em;
    padding: 1px 6px;
    border-width: 0px;
    border-style: outset;
    border-color:none;
    border-image: initial;
}*/
.bg-red {
  background-color: red;
}
.area {
  padding-top: 10px;
  padding-bottom: 40px;
}

/*.entryBtnC, .entryBtnZ {
  margin: 0px auto 30px;
  text-align: center;
}
.entryBtnZ, .entryBtnC {
  height: 54px;
  max-width: 300px;
  width: 100%;
  margin-bottom: 20px;
}
.entryBtnZ {
  width: 100%;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  color: #fff;
  border: 2px solid #e9843f;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-left-radius: 50%;
  border-radius: 50px;
  line-height: 54px;
  background-color: #e9843f;
  position: relative;
}*/
.btn2 {
  width: 90%;
  cursor: pointer;
  margin: 0 auto;
  color: #fff;
  border: 2px solid #e9843f;
  font-size: 4.2vw;
  font-weight: bold;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-radius: 50px;
  background-color: #e9843f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  height: 50px;
}
.btn2 .small {
  font-size: 2vw;
}
.btn2 a {
  color: #fff;
}
.entryBtnZ a {
  color: #fff;
}
.btn2:hover {
  color: #e9843f;
  background-color: #fff;
  border: 2px solid #e9843f;
}
.btn2:hover a {
  color: #e9843f;
  text-decoration: none;
}
@media (min-width: 480px) {
  .btn2 {
    font-size: 18px;
    height: 65px;
  }
  .btn2 .small {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .btn2 {
    font-size: 20px;
    height: 70px;
    max-width: 580px;
  }
  /*.entryBtnC, .entryBtnZno, .entryBtnZ {
    font-size: 20px;
    line-height: 50px;
    height: 54px;
    max-width: 360px;
}	*/
  .picup h4 {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .picup .picupblock {
    width: 33.3333%;
    float: none;
  }
  .picup .picupimg {
    width: 240px;
  }
  .picup img {
    height: 240px;
    max-width: 240px;
  }
  .picup p {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .picup .picupimg {
    width: 300px;
  }
  .picup img {
    height: 300px;
    max-width: 300px;
  }
}
/* パンクズ */
.path {
  display: none;
}
.container h4 {
  text-align: center;
}
.container img {
  text-align: center;
}
.img-circle {
  border-radius: 5%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {}
.well-lg {
  border-radius: 6px;
  text-align: center;
  padding-top: 18px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  position: relative;
  overflow: hidden;
}
.well-lg {
  text-align: center;
}
.well-lg li {
  margin-bottom: 5px;
}
.well-lg .btn {
  height: 33px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .well-lg li {
    display: inline-block;
  }
}