@charset "UTF-8";
@media print, screen and (min-width: 769px) {
  body.eperan a:hover {
    opacity: 0.7;
  }
  body.eperan .a-link {
    color: #06F;
    text-decoration: underline;
  }
  body.eperan .a-link:hover {
    color: #3CF;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  body.eperan .a-link {
    color: #2489ce;
    text-decoration: underline;
    font-weight: 700;
  }
}
body.eperan.index .main-visual .slider-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.eperan.index .main-visual .slider-wrapper .nivoSlider {
  position: relative;
  background: #fff url(/common/img/loading.gif) no-repeat 50% 50%;
}
body.eperan.index .main-visual .slider-wrapper .nivo-directionNav {
  display: none;
}
body.eperan.index .main-visual .slider-wrapper .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/common/img/arrows.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
body.eperan.index .main-visual .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}
body.eperan.index .main-visual .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  left: 15px;
}
body.eperan.index .main-visual .slider-wrapper .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}
body.eperan.index .main-visual .slider-wrapper .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/common/img/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}
body.eperan.index .main-visual .slider-wrapper .nivo-controlNav a.active {
  background-position: 0 -22px;
}
body.eperan.index .main-visual .slider-wrapper:hover .nivo-directionNav {
  display: block;
}
body.eperan.index .menu-eperan {
  display: flex;
}
body.eperan.index .menu-eperan li {
  text-align: center;
}
body.eperan.index .menu-eperan.text {
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  body.eperan.index .menu-eperan {
    justify-content: space-between;
    column-gap: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  body.eperan.index .menu-eperan li {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body.eperan.index .menu-eperan li > * {
    margin-left: auto;
    margin-right: auto;
  }
  body.eperan.index .menu-eperan li .name {
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    padding-bottom: 9px;
    max-width: 200px;
    margin-top: 9px;
  }
  body.eperan.index .menu-eperan li .img {
    max-width: 210px;
  }
  body.eperan.index .menu-eperan li .text {
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  body.eperan.index .menu-eperan {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  body.eperan.index .menu-eperan.name {
    max-width: 200px;
  }
  body.eperan.index .menu-eperan.img {
    max-width: 210px;
  }
}
body.eperan.about ._bold, body.eperan.eperan-pp ._bold, body.eperan.eperan1 ._bold {
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  body.eperan.about h2, body.eperan.eperan-pp h2, body.eperan.eperan1 h2 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  body.eperan.about h2, body.eperan.eperan-pp h2, body.eperan.eperan1 h2 {
    margin-bottom: 9px;
    padding-left: 1%;
    padding-right: 1%;
  }
}
body.eperan.about .main-contents .std-title.type-2, body.eperan.eperan-pp .main-contents .std-title.type-2, body.eperan.eperan1 .main-contents .std-title.type-2 {
  margin-bottom: 18px;
}
body.eperan.about .main-contents .std-title.type-3, body.eperan.eperan-pp .main-contents .std-title.type-3, body.eperan.eperan1 .main-contents .std-title.type-3 {
  font-size: 1.1375rem;
  margin-bottom: 17px;
}
body.eperan.about .std-section * + .std-section, body.eperan.eperan-pp .std-section * + .std-section, body.eperan.eperan1 .std-section * + .std-section {
  margin-top: 39px;
}
body.eperan.about .float_img .img, body.eperan.eperan-pp .float_img .img, body.eperan.eperan1 .float_img .img {
  max-width: 200px;
}
body.eperan.about .float_img .clear, body.eperan.eperan-pp .float_img .clear, body.eperan.eperan1 .float_img .clear {
  clear: both;
  display: block;
}
body.eperan.about .float_img .detail, body.eperan.eperan-pp .float_img .detail, body.eperan.eperan1 .float_img .detail {
  margin-top: 24px;
}
body.eperan.about .float_img .kind, body.eperan.eperan-pp .float_img .kind, body.eperan.eperan1 .float_img .kind {
  color: #333399;
  margin-top: 0.5em;
}
body.eperan.about .float_img .a-link, body.eperan.eperan-pp .float_img .a-link, body.eperan.eperan1 .float_img .a-link {
  text-align: right;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  body.eperan.about .float_img, body.eperan.eperan-pp .float_img, body.eperan.eperan1 .float_img {
    display: grid;
    column-gap: 20px;
    align-items: start;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto auto;
  }
  body.eperan.about .float_img .img, body.eperan.eperan-pp .float_img .img, body.eperan.eperan1 .float_img .img {
    grid-column: 1;
    grid-row: 1/-1;
  }
  body.eperan.about .float_img .img img, body.eperan.eperan-pp .float_img .img img, body.eperan.eperan1 .float_img .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.eperan.about .float_img._right .img, body.eperan.eperan-pp .float_img._right .img, body.eperan.eperan1 .float_img._right .img {
    grid-column: 2;
  }
  body.eperan.about .float_img._right *:not(.img), body.eperan.eperan-pp .float_img._right *:not(.img), body.eperan.eperan1 .float_img._right *:not(.img) {
    grid-column: 1;
  }
}
@media screen and (max-width: 768px) {
  body.eperan.about .float_img .img, body.eperan.eperan-pp .float_img .img, body.eperan.eperan1 .float_img .img {
    float: left;
  }
  body.eperan.about .float_img.img1 > a, body.eperan.about .float_img.img > p, body.eperan.eperan-pp .float_img.img1 > a, body.eperan.eperan-pp .float_img.img > p, body.eperan.eperan1 .float_img.img1 > a, body.eperan.eperan1 .float_img.img > p {
    display: inline;
  }
  body.eperan.about .float_img .a-link, body.eperan.eperan-pp .float_img .a-link, body.eperan.eperan1 .float_img .a-link {
    text-decoration: underline;
    margin-top: 0.5em;
  }
  body.eperan.about .float_img._right .img, body.eperan.eperan-pp .float_img._right .img, body.eperan.eperan1 .float_img._right .img {
    float: right;
  }
}
body.eperan.about .block_img, body.eperan.eperan-pp .block_img, body.eperan.eperan1 .block_img {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body.eperan.about .block_img, body.eperan.eperan-pp .block_img, body.eperan.eperan1 .block_img {
    flex-direction: column;
  }
}
body.eperan.about .a-link {
  color: #06c;
}
body.eperan.about .a-link:hover {
  color: #3cf;
}
body.eperan.about .float_img .text {
  grid-column: 2;
  grid-row: 1;
}
body.eperan.about .float_img > p:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
body.eperan.about .float_img > a:nth-child(4) {
  grid-column: 2;
  grid-row: 3;
}
body.eperan.about .float_img > p:nth-child(5) {
  grid-column: 2;
  grid-row: 4;
}
body.eperan.about .float_img > a, body.eperan.about .float_img > p {
  width: 100%;
  max-width: 455px;
  align-self: center;
  font-size: 0.875rem;
}
body.eperan.about .float_img .img {
  clear: both;
}
@media screen and (max-width: 768px) {
  body.eperan.about .sp-content-wrap {
    font-size: 0.875rem;
  }
}
body.eperan.eperan-pp h2 {
  margin-bottom: 39px;
}
@media print, screen and (min-width: 769px) {
  body.eperan.eperan-pp .block_img.img1 {
    padding-left: 11px;
    justify-content: flex-start;
    column-gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  body.eperan.eperan-pp .block_img.img1 .img:first-child {
    margin-left: 4px;
  }
}
@media print, screen and (min-width: 769px) {
  body.eperan.eperan-pp .st_block_text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  body.eperan.eperan-pp .st_block_text {
    margin-top: 8px;
  }
}
body.eperan.eperan-pp .float_img:nth-child(1) .img {
  max-width: 300px;
}
body.eperan.eperan-pp .float_img:nth-child(2) .img {
  max-width: 250px;
}
body.eperan.eperan-pp .float_img:nth-child(3) .img {
  max-width: 300px;
}
body.eperan.eperan-pp .float_img:nth-child(4) .img {
  max-width: 250px;
}
body.eperan.eperan-pp .text {
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  body.eperan.eperan1 .block_img.img1 {
    max-width: 621px;
    padding-left: 7px;
  }
}
body.eperan.eperan1 .float_img .img {
  max-width: 200px;
}
body.eperan.eperan1 .float_img .text {
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  body.eperan.eperan1 .st_block_text {
    margin-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  body.eperan.eperan1 .st_block_text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.eperan.eperan-pp .main-contents .std-section .std-section .std-title.type-3, body.eperan.eperan1 .main-contents .std-section .std-section .std-title.type-3 {
    margin-left: -1%;
    margin-right: -1%;
  }
  body.eperan.eperan-pp .main-contents .std-title.type-3, body.eperan.eperan1 .main-contents .std-title.type-3 {
    font-size: 1rem;
  }
}
body.eperan.eperan-pp .block_img.img1, body.eperan.eperan1 .block_img.img1 {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  body.eperan.eperan-pp .block_img.img1, body.eperan.eperan1 .block_img.img1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.eperan.eperan-pp .block_img.img1, body.eperan.eperan1 .block_img.img1 {
    row-gap: 3px;
    margin-top: 18px;
  }
}
body.eperan.eperan-pp .block_img.img1 .img, body.eperan.eperan1 .block_img.img1 .img {
  max-width: 300px;
}
body.eperan.eperan-pp .std-section .content, body.eperan.eperan1 .std-section .content {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 769px) {
  body.eperan.eperan-pp .std-section .std-section .content, body.eperan.eperan1 .std-section .std-section .content {
    line-height: 2;
  }
}
body.eperan.eperan-pp .st_block_text p + p, body.eperan.eperan1 .st_block_text p + p {
  margin-top: 5px;
}
@media print, screen and (min-width: 769px) {
  body.eperan.eperan-pp .float_img, body.eperan.eperan1 .float_img {
    grid-template-rows: 1fr auto auto 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
  }
  body.eperan.eperan-pp .float_img + .float_img, body.eperan.eperan1 .float_img + .float_img {
    margin-top: 40px;
  }
  body.eperan.eperan-pp .float_img .img, body.eperan.eperan1 .float_img .img {
    grid-row: -1/1;
    margin-left: 5px;
    margin-right: 5px;
  }
  body.eperan.eperan-pp .float_img .title, body.eperan.eperan1 .float_img .title {
    grid-row: 2;
    align-self: self-end;
  }
  body.eperan.eperan-pp .float_img .text, body.eperan.eperan1 .float_img .text {
    grid-row: 3;
  }
  body.eperan.eperan-pp .float_img > p, body.eperan.eperan1 .float_img > p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.eperan.eperan-pp .float_img + .float_img, body.eperan.eperan1 .float_img + .float_img {
    margin-top: 90px;
  }
  body.eperan.eperan-pp .float_img .text,
  body.eperan.eperan-pp .float_img .title, body.eperan.eperan1 .float_img .text,
  body.eperan.eperan1 .float_img .title {
    display: block;
    font-size: 0.875rem;
  }
  body.eperan.eperan-pp .float_img .title, body.eperan.eperan1 .float_img .title {
    margin-bottom: 5px;
  }
  body.eperan.eperan-pp .float_img .text, body.eperan.eperan1 .float_img .text {
    line-height: 1.2;
    font-family: Meiryo, メイリオ, HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  }
  body.eperan.eperan-pp .float_img::after, body.eperan.eperan1 .float_img::after {
    content: "";
    display: table;
    clear: both;
  }
}
body.eperan.eperan-pp .font-meiriyo, body.eperan.eperan1 .font-meiriyo {
  font-family: Meiryo, メイリオ, HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  color: rgb(49, 49, 49);
}
@media screen and (max-width: 768px) {
  body.eperan.network .std-section .content,
  body.eperan.network .areamap,
  body.eperan.network h2 {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media print, screen and (min-width: 769px) {
  body.eperan.network .std-title.type-3 {
    font-weight: normal;
    font-size: 1.1375rem;
  }
}
@media screen and (max-width: 768px) {
  body.eperan.network .std-title.type-3 {
    font-size: 1rem;
  }
}
body.eperan.network .areamap {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  text-align: center;
}
body.eperan.network .areamap .map {
  margin-bottom: 10px;
}
body.eperan.network .std-section {
  margin-top: 39px;
  font-size: 0.875rem;
}
body.eperan.network .std-section.sec01 > .container > .content .text {
  font-size: 1rem;
}
body.eperan.network .std-section.sec01 > .container > .content .name-en {
  font-size: 1rem;
  color: #000;
}
@media print, screen and (min-width: 769px) {
  body.eperan.network .std-section .content {
    padding: 0;
  }
}
body.eperan.network .std-section .name {
  font-weight: 700;
  display: inline-block;
  font-size: 1rem;
  margin-right: 8.5px;
  color: #000080;
}
body.eperan.network .std-section .name span {
  padding-left: 4px;
  font-weight: 400;
  font-size: 1.125rem;
}
body.eperan.network .std-section .name a {
  text-decoration: none;
}
body.eperan.network .std-section .name-en {
  display: inline-block;
  font-weight: 700;
}
body.eperan.network .std-section li + li {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  body.eperan.network .std-section .name,
  body.eperan.network .std-section .name-en {
    display: inline;
  }
}
/*# sourceMappingURL=style.css.map */