@charset "UTF-8";
/*
Theme Name: meg log
Theme URI: https://megumikan.work
Author: Megumikan
Author URI: https://megumikan.work
Description: 初めての自作テーマだよ
Version: 1.0
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  box-sizing: border-box; }

html {
  font-size: 15px; }
  @media screen and (max-width: 414px) {
    html {
      font-size: 13px; } }

body {
  font-family: "Sawarabi Gothic";
  background-image: url("img/01.png");
  margin: 0;
  padding: 0;
  color: #311303;
  line-height: 1.3;
  display: flex;
  flex-flow: column;
  min-height: 100vh; }

a {
  color: #311303;
  text-decoration: none; }
  a:hover {
    color: orange; }
  a:active {
    color: orange; }
  a:visited {
    color: #311303; }

h1 {
  font-size: 1.5rem;
  padding: 10px 0;
  color: rgba(192, 69, 3, 0.591); }

h2 {
  font-size: 1.2rem;
  padding: 5px 10px;
  background: rgba(199, 193, 12, 0.228);
  border-radius: 10px;
  margin-bottom: 5px; }

p {
  margin-bottom: 20px; }

li {
  list-style: none;
  margin-left: 20px;
  text-decoration: none;
  padding: 10px; }

.type-C {
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid orange;
  font-size: 1rem;
  color: rgba(192, 69, 3, 0.591); }

.contentsWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .contentsWrap {
      padding: 0 10px; } }

.mainContents {
  width: 75%;
  padding-right: 10px; }
  @media screen and (max-width: 768px) {
    .mainContents {
      width: 100%;
      padding-right: 0; } }

.subContents {
  width: 25%; }
  @media screen and (max-width: 768px) {
    .subContents {
      width: 100%; } }

.sidebar-wrap {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
  margin-bottom: 10px;
  box-shadow: 5px 5px 5px rgba(56, 28, 3, 0.16);
  border-radius: 5px; }

header {
  padding-top: 5px;
  background: rgba(87, 38, 0, 0.16);
  margin-bottom: 15px;
  box-shadow: 5px 5px 5px rgba(56, 28, 3, 0.201); }

.titleWrap {
  display: flex;
  width: 590px;
  padding: 5px; }
  .titleWrap .logo-img {
    display: block;
    margin-top: 5px;
    width: 50px;
    height: 50px; }

.blogTitle {
  height: 50px;
  padding: 10px;
  margin-right: 10px;
  font-size: 1.8rem; }

.description {
  height: 50px;
  padding-top: 15px; }

.globalNavi {
  display: flex;
  align-items: center; }

nav ul {
  display: flex; }

nav li {
  display: block;
  list-style: none;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 5px 20px;
  line-height: 30px;
  border: 1px solid rgba(56, 28, 3, 0.05);
  text-align: center;
  border-radius: 20px;
  background: rgba(143, 58, 4, 0.105);
  box-shadow: 5px 5px 5px rgba(56, 28, 3, 0.16); }
  nav li:hover {
    background: rgba(192, 205, 50, 0.31); }
  nav li:active {
    background: rgba(230, 207, 33, 0.666); }

footer {
  background: rgba(199, 193, 12, 0.15);
  margin-top: auto;
  padding: 10px; }
  footer li {
    margin-left: 0;
    padding-left: 0; }

footer a {
  font-size: 1.2rem;
  text-decoration: underline; }

.globalFooter {
  border-top: 1px solid rgba(56, 28, 3, 0.653); }

.profile {
  width: 60%; }
  @media screen and (max-width: 768px) {
    .profile {
      width: 100%;
      margin-bottom: 10px; } }

.sitemap, .social-link {
  padding: 10px 20px; }
  @media screen and (max-width: 768px) {
    .sitemap, .social-link {
      width: 50%;
      margin-bottom: 20px; } }

.copy {
  padding-top: 20px; }

.prof-photo {
  float: left;
  margin-right: 10px; }

.fab, .fas {
  margin-right: 5px;
  font-size: 1.5rem; }

.post-categories li a {
  background: rgba(255, 166, 0, 0.317);
  padding: 5px;
  font-size: 0.7rem; }

.post-categories li {
  margin-left: 0px;
  margin-right: 5px;
  padding: 0; }

.eye-catch {
  float: left;
  width: 180px;
  height: 140px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px; }
  @media screen and (max-width: 414px) {
    .eye-catch {
      width: 20%;
      height: 10%; } }

.single-eye-catch {
  width: 250px;
  height: 187px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px; }
  @media screen and (max-width: 414px) {
    .single-eye-catch {
      width: 100%;
      height: 100%; } }

.singlee-post {
  display: flex;
  flex-wrap: wrap; }

.attachment-thumbnail {
  display: block;
  width: 100%;
  height: 100%; }

.single-content {
  width: 68%; }
  @media screen and (max-width: 1180px) {
    .single-content {
      width: 100%;
      height: 100%; } }

.news {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
  margin-bottom: 10px;
  box-shadow: 5px 5px 5px rgba(56, 28, 3, 0.16);
  border-radius: 5px;
  width: 99%;
  overflow: hidden; }

.news-header {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex; }

.post-header {
  margin-bottom: 20px; }

.entry {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
  margin-bottom: 10px;
  box-shadow: 5px 5px 5px rgba(56, 28, 3, 0.16);
  border-radius: 5px;
  width: 99%;
  overflow: hidden; }

.content {
  padding: 10px; }

.entryInfo {
  display: flex;
  padding: 0; }

.postNavi {
  border-top: 1px dashed orange;
  padding: 10px;
  text-align: right; }

.postNavi a {
  text-decoration: underline;
  margin-left: 10px; }

.wpcf7-form {
  width: 350px;
  margin: 0 auto;
  border: 2px solid rgba(51, 51, 51, 0.2);
  padding: 20px;
  overflow: hidden; }

.wpcf7-form input {
  margin-top: 5px;
  display: block;
  height: 30px;
  padding: 10px;
  font-size: 1.1rem;
  border: none;
  width: 95%; }

.wpcf7-form textarea {
  margin-top: 5px;
  display: block;
  height: 200px;
  padding: 10px;
  font-size: 1.1rem;
  border: none;
  width: 95%; }

.wpcf7-submit {
  display: block;
  width: 100px !important;
  height: 50px !important;
  background: rgba(63, 20, 2, 0.18);
  font-size: 1rem;
  float: right;
  border-radius: 10px; }

.wpcf7-form p {
  margin-bottom: 10px; }

.works-section {
  padding: 5px 5px;
  margin-bottom: 10px; }

.works-block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #aaa;
  background: rgba(51, 51, 51, 0.139); }

.app-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.app {
  background: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  width: 45%;
  border-radius: 10px; }

.app-icon {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  margin-right: 10px; }

.app a {
  display: block;
  color: #682800;
  text-decoration: none; }

table {
  display: block;
  text-align: left;
  width: 65%; }
  @media screen and (max-width: 414px) {
    table {
      width: 100%; } }

th {
  text-align: left;
  padding-right: 20px;
  width: 100px;
  color: rgba(49, 19, 3, 0.461); }

tr {
  display: block;
  border-bottom: 1px solid rgba(46, 8, 8, 0.2);
  padding: 5px 0; }

.about {
  padding: 10px;
  margin-bottom: 10px; }

.about li {
  list-style: circle;
  padding: 5px; }

video {
  display: block;
  width: 30%;
  height: 200px;
  margin-right: 20px;
  margin-bottom: 10px; }
  @media screen and (max-width: 414px) {
    video {
      width: 100%; } }

.web-img {
  height: auto;
  width: 30%;
  max-height: 200px;
  margin-right: 20px;
  margin-bottom: 10px; }
  @media screen and (max-width: 414px) {
    .web-img {
      width: 100%; } }

.apple {
  width: 150px;
  height: 60px;
  float: right;
  opacity: 0.6; }

.app-detail {
  margin-bottom: 0; }
