@charset "utf-8";

/*
Theme Name: コツコツウェブブログ
Theme URI:
Author: Yuka Takeo
Author URI:
Description: 初めて作った自分のブログです。
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html {
  scroll-behavior: smooth;
}

body {
  color: #23649c;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.inner {
  max-width: 1370px;
  width: 94.87%;
  margin-left: auto;
  margin-right: auto;
}

/* header */
header {
  position: relative;
  margin-bottom: 30px;
}

header .iety {
  position: absolute;
  bottom: 76%;
  right: 2%;
  width: 6%;
  animation: iety 14s 2s infinite;
}

@keyframes iety {
  0%,
  20% {
    bottom: 76%;
    right: 2%;
  }
  30% {
    bottom: 56%;
    right: 6%;
  }
  40% {
    bottom: 66%;
    right: 9%;
  }
  60% {
    bottom: 56%;
    right: 18%;
  }
  80%,
  100% {
    bottom: 30%;
    right: 23%;
  }
}

header .main-image {
  width: 100%;
  margin-bottom: 20px;
}

header .main-image {
  margin-bottom: 0;
}

header nav {
  background-color: #0082cd;
}

header ul {
  display: flex;
  font-family: "Kiwi Maru", serif;
  border-left: 1px solid;
  color: #fefefe;
}

header li {
  flex: 1;
  border-right: 1px solid;
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
}

header a {
  display: block;
  padding: 1vw 0;
}

nav img {
  width: 4vw;
}

/* main */

.pagination {
  margin-bottom: 45px;
  text-align: center;
  font-size: 20px;
}

.pagination a {
  margin-right: 30px;
  padding: 8px 16px;
  border-radius: 5px;
}

.pagination .current {
  margin-right: 30px;
  padding: 8px 16px;
  color: #fefefe;
  background-color: #42beea;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.post a:hover img {
  transform: translateY(-10px);
}

.post img {
  transition: 0.3s;
}

/* footer */
.foot {
  height: 200px;
  background: url(./images/background_image/sakana.png) repeat-x center/contain
    #187bbe;
  position: relative;
  overflow-x: clip;
}

.foot .iceberg-right {
  width: 150px;
  position: absolute;
  top: -135px;
  right: -50px;
}

.foot .iceberg-left {
  width: 100px;
  position: absolute;
  top: -70px;
}

.foot .bear {
  width: 100px;
  position: absolute;
  top: -70px;
  right: 20px;
}

.foot small {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fefefe;
}

/* post */

/* sidebar */

/*index.html
--------------------------------*/
.heading {
  margin-bottom: 30px;
  padding: 10px 0;
  font-size: 25px;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  color: #fefefe;
  background-color: #0082cd;
}

.heading p {
  font-size: 15px;
}

.not-found {
  display: block;
  margin-bottom: 100px;
  width: 100%;
  padding: 100px 0 100px;
  text-align: center;
  background-color: #42beea;
  color: #fefefe;
  font-family: "Kiwi Maru", serif;
  font-size: 18px;
}

.post {
  margin-bottom: 23px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* .newposts .post:hover {
    background-color: #0082cd;
    color: #fefefe;
} */

.post .pic {
  width: 48.64%;
  font-size: 12px;
}

.pic img {
  margin-bottom: 10px;
  width: 350px;
}

.post a {
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
}

.post dl {
  width: 48.64%;
}

.post dt {
  font-weight: bold;
  border-bottom: 1.5px solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.post dd {
  font-size: 12px;
}

.time i {
  padding-right: 10px;
}

.tag i {
  padding-right: 8px;
  padding-left: 2px;
}

.picup {
  margin-bottom: 50px;
}

.picup .heading {
  background-color: #7bc1ce;
}

.allpic {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.allpic img {
  margin-bottom: 10px;
}

.allpic .post {
  width: 48%;
  font-size: 12px;
  display: block;
}

.allpic .post .pic {
  width: 100%;
}

.allpic .post dl {
  width: 100%;
}

/* .allpic .post:hover {
    background-color: #e5741c;
    color: #fefefe;
} */

.tag {
  margin-bottom: 10px;
}

.theme {
  font-size: 14px;
  font-weight: bold;
}

.more {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  background-color: #7bc1ce;
  color: #fefefe;
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
}

.more:hover {
  background-color: #e5741c;
}

.search h3 {
  padding: 10px 0;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #fefefe;
  background-color: #23649c;
}

.search .color {
  background-color: #0082cd;
  padding: 20px 0 10px;
}

.search a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 20px;
  background-color: #fefefe;
  border-radius: 30px;
}

.search li {
  display: inline-block;
}

.search a:hover {
  color: #fefefe;
  background-color: #7bc1ce;
}

.profile {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
}

.profile h3 {
  display: none;
}

.profile img {
  width: 100px;
  margin-bottom: 10px;
}

.profile dd {
  text-align: center;
}

.profile .about {
  flex: 1;
}

.profile p {
  margin-bottom: 10px;
  padding: 10px 20px;
}

.profile .icon {
  margin-left: 30px;
}

.profile i {
  font-size: 30px;
  margin-right: 10px;
}

.profile i:hover {
  color: #e5741c;
}

/*single.html
--------------------------------*/
.report-header {
  margin-bottom: 35px;
}

.report h2 {
  font-size: 25px;
  font-family: "Kiwi Maru", serif;
}

.report .error {
  margin-bottom: 100px;
}

.heading p {
  font-size: 15px;
}

.category {
  margin-bottom: 10px;
}

.category p {
  padding-right: 10px;
  margin-bottom: 0;
}

.report i {
  margin-right: 5px;
  padding: 0;
}

.report img {
  margin-bottom: 15px;
}

.lead {
  margin-bottom: 45px;
  font-size: 18px;
}

.contents {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding: 10px;
  background-color: #0082cd;
  color: #fefefe;
}

.contents h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid #fefefe;
  font-family: "Kiwi Maru", serif;
  font-size: 18px;
}

.contents li {
  padding-bottom: 5px;
  font-size: 16px;
}

.close {
  margin-top: 10px;
  padding-top: 10px;
  display: block;
  text-align: center;
  border-top: solid #fefefe;
  font-family: "Kiwi Maru", serif;
}

.maintext h2 {
  margin-top: 45px;
  margin-bottom: 45px;
  border-left: solid #0082cd 20px;
  padding-left: 20px;
}

.maintext img {
  margin-bottom: 0;
}

.maintext p {
  font-size: 18px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.maintext dd {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  color: #fefefe;
  background-color: #0082cd;
  text-align: center;
  font-size: 18px;
  font-family: "Kiwi Maru", serif;
  border-radius: 0 0 20px 20px;
}

.lastlead li {
  margin-bottom: 15px;
  color: #42beea;
}

.lastlead li :hover {
  color: #0082cd;
}

.connection h2 {
  margin-bottom: 0;
  border: none;
  background-color: #42beea;
  color: #fefefe;
  font-weight: normal;
  text-align: center;
}

.connection .allpost {
  background-color: #0082cd;
  padding: 40px;
}

.connection .post {
  background-color: #fefefe;
  padding: 20px;
  border-radius: 10px;
}

.logged-in-as {
  display: none;
}

.nav-page ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 15px 0;
  font-size: 15px;
  color: #fefefe;
}

.nav-page a {
  display: block;
  padding: 15px;
  border-radius: 10px;
  background-color: #42beea;
}

/* コメント名前の文字の大きさ */
.comment-form-author {
  font-size: 18px;
}

#comment {
  width: 100%;
  padding: 5px 10px 5px 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #fefefe;
}

.comment-heading {
  font-size: 18px;
}

.comments-list ol > .comment {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid;
}

.comment-body {
  margin-left: 65px;
  margin-bottom: 10px;
  padding: 15px;
  background-color: #fefefe;
  position: relative;
}

.comment-body::before {
  content: "\f2bd";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: -65px;
  font-size: 45px;
  transform: translateY(-22px);
}

.comment-body::after {
  content: "";
  display: block;
  border: 15px solid transparent;
  border-right-color: #fff;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-15px);
}

.comments-list li:nth-child(2n) .comment-body {
  margin-left: 0;
  margin-right: 65px;
}

.comments-list li:nth-child(2n) .comment-body::before {
  left: auto;
  right: -65px;
}

.comments-list li:nth-child(2n) .comment-body::after {
  border-right-color: transparent;
  border-left-color: #fff;
  left: auto;
  right: -30px;
}

.comments-list li:nth-child(2n) .children {
  margin-left: 0;
  margin-right: 30px;
}

.comment_field {
  margin-left: auto;
  margin-right: auto;
}

.form-submit {
  text-align: right;
  cursor: pointer;
}

.comments-list {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.comment-area {
  font-family: "Kiwi Maru", serif;
  margin-bottom: 50px;
  padding: 20px;
  background-color: #42beea;
  max-width: 700px;
  border: 10px solid #0082cd;
  border-radius: 0 0 8px 8px;
}

.comment-area form {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}

#name {
  width: 100%;
  padding: 5px 10px 5px 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #fefefe;
}

#email {
  width: 100%;
  padding: 5px 10px 5px 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #fefefe;
}

#submit {
  margin-left: auto;
  padding: 5px 10px 5px 10px;
  background-color: #23649c;
  color: #fefefe;
  border-radius: 5px;
}

.children {
  margin-left: 30px;
}

.avatar {
  display: none;
}

#searchform {
  display: flex;
  margin-bottom: 30px;
  padding: 5px;
  width: 94.87%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #0082cd;
  color: #e5741c;
  border-radius: 5px;
}

#searchform input {
  flex: 1;
  cursor: text;
}

#searchform button {
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
  color: #fefefe;
  background-color: #e5741c;
}

/*about.html
--------------------------------*/
.outer header {
  margin-bottom: 40px;
}

.profilepage {
  display: block;
  font-family: "Kiwi Maru", serif;
  margin-bottom: 200px;
  font-size: 16px;
}

.profilepage h2 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 30px;
}

.profilepage .profile-img dt {
  width: 40%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.profile-img dd {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
}

.profilepage .about {
  padding: 10px;
  border: solid 3px #0082cd;
  border-radius: 10px;
}

.box {
  display: block;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.profilepage .line {
  display: flex;
  border-left: solid 5px #0082cd;
  margin-top: 25px;
  padding-left: 10px;
}

.profilepage dl {
  font-size: 16px;
}

.profilepage .icon {
  margin-top: 20px;
}

.profilepage i {
  color: #42beea;
  font-size: 30px;
  margin-right: 10px;
}

.profilepage i:hover {
  color: #e5741c;
}
/* 目次 */

#ez-toc-container {
  padding: 20px 30px 20px 30px;
}

#ez-toc-container ul {
  margin-top: 15px;
}

/*contact.html
--------------------------------*/

/*メディアクエリ
--------------------------------*/
@media (min-width: 910px) {
  .report .inner,
  .side .inner {
    width: 100%;
  }

  /* header */
  header {
    margin-bottom: 70px;
  }
  /* footer */
  .foot {
    height: 500px;
    background-repeat: no-repeat;
  }

  .foot .iceberg-left {
    width: 200px;
    top: -250px;
  }

  .foot .iceberg-right {
    width: 400px;
    top: -450px;
  }

  .foot .bear {
    width: 300px;
    top: -250px;
    right: 55px;
  }

  /* index.html */
  main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1370px;
    width: 94.87%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading h2 {
    font-size: 40px;
  }

  .heading p {
    font-size: 20px;
  }

  .not-found {
    font-size: 25px;
  }

  .error {
    margin-bottom: 0;
  }

  .allpost {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
  }

  .post {
    width: 48%;
  }

  .post img {
    width: 100%;
  }

  /* .post a {
    display: block;
  } */

  .post .pic {
    width: 100%;
  }

  .post dl {
    width: 100%;
  }

  .post dt {
    border: none;
    margin-bottom: 0;
    font-size: 15px;
  }

  .post dd {
    font-size: 15px;
  }

  .post .tag {
    margin-bottom: 0;
  }

  .post i {
    padding-right: 0;
  }

  .post .time {
    padding-right: 10px;
  }

  .picup {
    margin-bottom: 250px;
  }

  .category {
    display: flex;
  }

  .theme {
    padding-bottom: 10px;
  }

  .report {
    width: 67.94%;
  }

  .report h2 {
    font-size: 40px;
  }

  .side {
    width: 22.99%;
  }

  .search {
    margin-bottom: 50px;
  }

  .search h3 {
    margin-bottom: 20px;
    padding: 0;
    padding-bottom: 10px;
    text-align: left;
    color: #23649c;
    background-color: #fff;
    border-bottom: 3px solid;
  }

  .search .color {
    background-color: #fff;
    padding: 0;
  }

  .search a {
    color: #fefefe;
    background-color: #0082cd;
  }

  .comment-area {
    max-width: 100%;
    margin-bottom: 100px;
  }

  .profile {
    padding: 0;
    display: block;
  }

  .profile h3 {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: "Kiwi Maru", serif;
    font-size: 20px;
    font-weight: bold;
    color: #23649c;
    background-color: #fff;
    border-bottom: 3px solid;
  }

  .profile img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .profile img:hover {
    opacity: 0.5;
    transition: 0.3s;
  }

  .profile .icon {
    margin: 0;
    text-align: center;
  }

  .box {
    display: flex;
    align-items: center;
    max-width: none;
    justify-content: center;
  }

  .profilepage h2 {
    font-size: 45px;
  }

  .profilepage .about {
    margin-left: 100px;
    border: none;
  }

  .profilepage .profile-img dt {
    width: 100%;
    max-width: 350px;
  }

  #searchform {
    width: 100%;
  }
}
