@charset "UTF-8";
/*
Theme Name : tabitoshigoto
*/
@import url("https://fonts.googleapis.com/css2?family=Material+Icons+Round");
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300..900&display=swap");
html {
  font-size: 16px;
}
@media (max-width: 599px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 18px;
  }
}

body {
  background: #fff;
  color: #233048;
  font-family: "Figtree", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.8px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  word-break: break-word;
}
@media (min-width: 600px) {
  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 1200px;
  }
}

a {
  color: #233048;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
  transition: 0.4s;
  cursor: pointer;
}

img {
  width: 100%;
  max-width: inherit;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
}

input,
textarea {
  font-size: 16px !important;
}

span.material-symbols-rounded {
  font-size: 1em;
  line-height: inherit;
}

.single-post-kv {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
@media (min-width: 600px) {
  .single-post-kv {
    aspect-ratio: 1.91/1;
  }
}

.single-post-content p + p {
  margin-top: 1rem;
}
.single-post-content a {
  color: #ae1818;
  text-decoration: underline;
}
.single-post-content figure {
  margin: 1.5rem 0;
}
.single-post-content h2 {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 3rem 0 1rem;
}
@media (min-width: 600px) {
  .single-post-content h2 {
    font-size: 1.8rem;
    margin: 4rem 0 2rem;
  }
}
.single-post-content h3 {
  border-left: solid 3px;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
  padding: 0.6rem 0 0.6rem 0.8rem;
}
@media (min-width: 600px) {
  .single-post-content h3 {
    font-size: 1.2rem;
    margin: 3rem 0 1rem;
  }
}
.single-post-content h4 {
  font-weight: bold;
  margin: 2rem 0 1rem;
}
@media (min-width: 600px) {
  .single-post-content h4 {
    margin: 2.5rem 0 1rem;
  }
}
.single-post-content .wp-block-image {
  margin: 1.5rem 0;
  width: 100%;
}
.single-post-content .wp-block-image img {
  margin: 0 auto;
}
.single-post-content .wp-block-embed {
  margin: 1.5rem 0;
}
.single-post-content figcaption.wp-element-caption {
  color: #7d828a;
  font-size: 0.8rem;
  text-align: center;
}
.single-post-content iframe.wp-embedded-content {
  width: 100%;
}
.single-post-content ul {
  margin: 1.5rem 0;
}
.single-post-content ul li {
  padding-left: 1rem;
  position: relative;
}
.single-post-content ul li:before {
  content: "-";
  position: absolute;
  left: 0px;
}
.single-post-content .map iframe {
  margin: 1.5rem 0;
  width: 100%;
  max-height: 300px;
}

.avatar {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
}

.comments-count {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.comment-reply-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.comment-icon img {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
}

.comments-list .children {
  margin: 1rem 0 2rem 2rem;
}

.comment-respond {
  background: #f2f3f5;
  padding: 1.5rem;
}
.comment-respond .form-submit {
  text-align: center;
  margin-top: 1rem;
}
.comment-respond .submit {
  background: #233048;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 3rem;
  cursor: pointer;
}

#toc_container {
  background: #f2f3f5;
  padding: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 600px) {
  #toc_container {
    padding: 2rem 2.5rem;
  }
}
#toc_container .toc_title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (max-width: 599px) {
  #toc_container .toc_title {
    text-align: center;
  }
}
#toc_container ul {
  font-size: 0.9rem;
  margin: 0;
}
#toc_container ul a {
  line-height: 2.2;
}
#toc_container ul ul a {
  color: #897979;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.modal-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 599px) {
  .modal-wrapper {
    align-items: end;
  }
}

.modal-content {
  background: #fff;
  position: relative;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 599px) {
  .modal-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 4rem 2rem;
    min-height: 30vh;
  }
}
@media (min-width: 600px) {
  .modal-content {
    border-radius: 10px;
    padding: 2rem;
  }
}

.modal-close {
  font-size: 32px;
  padding: 0 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.top-mainarticle-img {
  aspect-ratio: 1.91/1;
}
@media (min-width: 600px) {
  .top-mainarticle-img {
    aspect-ratio: 4/3;
  }
}

.blockquote {
  border-left: solid 3px #a9b2c3;
  padding-left: 1.5rem;
}

.wpcf7-form {
  background: #f2f3f5;
  padding: 1.5rem;
}
@media (min-width: 600px) {
  .wpcf7-form {
    padding: 2rem;
  }
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=url],
.wpcf7-form textarea,
.wpcf7-form select {
  background: #fff;
  border-radius: 0;
  padding: 0.5rem 1rem;
  width: 100%;
}
.wpcf7-form input[type=submit] {
  background: #233048;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 3rem;
  cursor: pointer;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.8rem;
}
.wpcf7-form .wpcf7-response-output {
  background: #fff;
  border: none !important;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  padding: 10px !important;
}
.wpcf7-form p:has(.wpcf7-submit) {
  text-align: center;
  padding-left: 72px;
}/*# sourceMappingURL=style.css.map */