@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .bg-img {
    padding-top: 160%;
  }
}
.bg-img .page-ttl {
  font-size: 10rem;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
@media only screen and (max-width: 768px) {
  .bg-img .page-ttl {
    font-size: 2.7rem;
    font-size: 7.2vmin;
  }
}

.fixed-bnr-wrap {
  position: relative;
}
.fixed-bnr-wrap .fixed-bnr {
  position: fixed;
  bottom: 15%;
  right: 6%;
  z-index: 10;
  background: #F4E802;
  padding: 0.6rem;
}
.fixed-bnr-wrap .fixed-bnr img {
  max-width: 280px;
}
@media only screen and (max-width: 768px) {
  .fixed-bnr-wrap .fixed-bnr img {
    max-width: 180px;
  }
}
.fixed-bnr-wrap .bnr-close {
  position: fixed;
  bottom: calc(15% + 180px);
  right: 5%;
  z-index: 11;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .fixed-bnr-wrap .bnr-close {
    bottom: calc(15% + 115px);
    right: 2%;
  }
}
.fixed-bnr-wrap .bnr-close img {
  max-width: 42px;
}

.ttl-digitalnomad {
  align-items: center;
}
.ttl-digitalnomad i {
  font-style: italic;
}

.post-sttl-large {
  max-width: unset;
}

.iframe-area {
  max-width: unset;
}

.ttl-btn-block {
  margin: 5em 0;
}
@media only screen and (max-width: 768px) {
  .ttl-btn-block {
    margin: 3em 0;
  }
}

.txt-note-center {
  text-align: center;
  margin-top: -2em;
  font-size: 90%;
}
@media only screen and (max-width: 768px) {
  .txt-note-center {
    margin-top: -0.5em;
  }
}

.paragraph-block.txt-center {
  text-align: center;
}

.list-pickup > div {
  background: #F4E802;
}
.list-pickup > div .txt {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .list-pickup > div .txt {
    font-size: 1.8rem;
    font-size: 4.8vmin;
  }
}

.bg-c.inside {
  padding: 2em;
}

.btn-base a {
  font-size: 2.2rem;
  padding: 1em 2em;
}
@media only screen and (max-width: 768px) {
  .btn-base a {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}
/* # sourceMappingURL=digitalnomad.css.map */