/*
Theme Name: lolo_web
*/
@charset "utf-8";

img {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box
}

/* common */
article {margin-bottom: 30px;}
img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

label {
  display: block;
  font: 1rem "Fira Sans", sans-serif;
}

input,
label {
  margin: 0.4rem 0.2rem;
}

.icn_search {
  font-family: FontAwesome;
}

p {
  margin: 0;
}

ul li {
  list-style-type: none;
  position: relative;
}

.scroll_top {
  text-align: right;
  margin: 10px;
}

/*images*/
.aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.aligncenter img {
  height: auto;
  max-width: 100%;
}
.alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}
.alignright img {
  height: auto;
  max-width: 100%;
}
.alignnone {
  height: auto;
  max-width: 100%;
}
.alignnone img {
  height: auto;
  max-width: 100%;
}
figure img {
  margin: 20px auto;
}

/* heading */
h1,h2,h3 {
  margin: 0;
  padding-bottom: 5px;
  position: relative;
  font-weight: bold;
}
h1 a,h2 a,h3 a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h1.main::after,
h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: -webkit-repeating-linear-gradient(-45deg, #cbc400, #cbc400 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #cbc400, #cbc400 2px, #fff 2px, #fff 4px);
}

h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: -webkit-repeating-linear-gradient(-45deg,
      #a6a6a6,
      #a6a6a6 2px,
      #fff 2px,
      #fff 4px);
  background: repeating-linear-gradient(-45deg,
      #a6a6a6,
      #a6a6a6 2px,
      #fff 2px,
      #fff 4px);
}

article h2 {
  padding-left: 35px;
  border-bottom: solid 5px #a6a6a6;
  padding-bottom: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}

article h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 27px;
  background-image: url(images/h2_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

article h2::after {
  content: none;
}

h1.tag_heading {
  font-size: 16px;
  font-weight: normal;
}

/*article h2::after 
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: -webkit-repeating-linear-gradient(-45deg, #a6a6a6, #a6a6a6 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #a6a6a6, #a6a6a6 2px, #fff 2px, #fff 4px);
    }*/

/*logo*/
header .header_inner>h1 {
  width: 75px;
}

header .header_inner>h1 a {
  background: url(images/logo_lolo.png) no-repeat;
}

header .header_inner>h1 a {
  display: block;
  overflow: hidden;
  padding-top: 75px;
  height: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

/* main_h1 */
h1.main {
  margin-bottom: 10px;
}

body {
  background-color: #fff;
  color: #001243;
  margin: 0;
}

/* header */
header {
  position: relative;
}

header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background: #cbc400;
}

.header_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  height: 80px;
  margin: auto;
  z-index: 2;
}

nav a {
  text-decoration: none;
  color: #fff;
}

.skewed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001243;
  z-index: 0;
  transform: skewY(-2deg);
  transform-origin: top left;
}

#menu_box {
  display: flex;
  align-items: center;
}

.openbtn {
  position: relative;
  background: #666;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin: 10px;
  z-index: 3;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
}

.openbtn span:nth-of-type(1),
.openbtn span:nth-of-type(3) {
  height: 2px;
  background: #fff;
  width: 62%;
  left: 10px;
}

.openbtn span:nth-of-type(1) {
  top: 13px;
}

.openbtn span:nth-of-type(2) {
  top: 19px;
  left: 11px;
  font-size: 0.6rem;
  text-transform: uppercase;
  color: #fff;
}

.openbtn span:nth-of-type(3) {
  top: 36px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.mb_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 2;
  background-color: #001243;
  overflow-y: hidden;
  transition: height 0.5s;
}

.mb_nav_open {
  height: 400px;
}

nav {
  width: 100%;
}

nav ul {
  display: block;
  padding-left: 0;
  text-align: center;
  line-height: 2;
}

nav li a::after {
  content: none;
}

.seach {
  display: flex;
  justify-content: center;
}

.search_container {
  display: flex;
}

.search_container input[type="text"] {
  background: #fff;
  border: none;
  height: 17px;
  padding: 5px 0 5px 10px;
}

.search_container input[type="text"]:focus {
  outline: 0;
}

.search_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #e5e5e5;
  color: #001243;
  outline: none;
  width: 50px;
  height: 27px;
}

#main {
  display: block;
}

/* main area */
#m_inner {
  margin: 10px;
}

.post_meta {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.6;
}

.post_meta time {
  margin-right: 10px;
}

.post_meta i {
  margin-right: 5px;
}
.post_meta a {
  display: inline-block;
  background: #001243;
  padding: 0 4px;
  margin: 0 0 5px 5px;
  color: #fff !important;
  font-size: 12px;
  text-decoration: none !important;
}
.main_text {
  line-height: 2;
}


/* sideber */
#sideber {
  max-width: inherit;
  /*padding: 0 10px;*/
  margin-left: inherit;
}

#sideber section {
  margin-bottom: 20px;
}

#sideber h2 {
  margin-bottom: 10px;
}

.about img {
  float: right;
  width: 80px;
  height: 80px;
  margin: 0 0 10px 10px;
}

#sideber ul li {
  margin-bottom: 10px;
}

#sideber ul li img {
  width: 80px;
  height: 80px;
}

#sideber ul li a {
  display: flex;
}

#sideber ul li a img {
  margin-right: 5px;
}

#sideber ul,
#sideber ul li {
  padding-left: 0 !important;
}

#tag .tag_area {
  display: inline;
}

#tag .tag_area a {
  display: inline-block;
  background: #001243;
  padding: 1px 4px;
  margin: 5px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}


/* footer */
footer {
  position: relative;
  min-height: 100px;
  background: #001243;
}

.skewed_foot {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001243;
  z-index: 0;
  transform: skewY(-2deg);
  transform-origin: top left;
}

.footer_head {
  background: #cbc400;
  height: 40px;
}

footer p {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}

/* parts */
.read_more {
  text-align: right;
  font-weight: bold;
}
.read_more a,
.scroll_top a{
  text-decoration: none;
  color: #001243;
}
.read_more a:hover,
.scroll_top a:hover,
.main_text a:hover {
  color: #646100;
  text-decoration: underline;
}
ul.style_c {
  padding-left: 10px;
  margin: 10px 0;
  line-height: 2;
}

ul.style_c li {
  list-style-type: none;
  position: relative;
  padding-left: 0.6em;
}

ul.style_c li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  display: block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #cbc400;
}

ul.style_none li::after {
  content: none;
}

.enclosure {
  border: solid 20px #e5e5e5;
  padding: 15px;
  margin: 15px;
}

.nav-links {
  display: flex;
  justify-content: center;
  margin: 10px auto;
}

.nav-links a,
.nav-links .current {
  position: relative;
  padding: 7px 15px;
  margin-right: 5px;
  background: #e5e5e5;
  color: #001243;
  text-decoration: none;
}

.nav-links .current {
  background: #001243;
  color: #cbc400;
}

.nav-links a:last-child {
  background: #cbc400;
  color: #001243;
}

.nav-links a:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 20px 20px;
  border-color: transparent transparent transparent #cbc400;
}

#post_nav a {
  text-decoration: none;
}

#post_nav .prev,
#post_nav .next {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

#post_nav .next {
  position: relative;
  float: right;
  text-align: right;
  padding-right: 15px;
}

#post_nav .next::after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 15px;
  font-size: 20px;
  color: #001243;
}

#post_nav .prev {
  position: relative;
  float: left;
  text-align: left;
  padding-left: 15px;
}

#post_nav .prev::before {
  content: "\f104";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 15px;
  font-size: 20px;
  color: #001243;
}


/* main text*/

@media screen and (min-width: 900px) {
  .openbtn {
    display: none;
  }

  nav {
    width: 400px;
  }

  .mb_nav {
    position: static;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    overflow-y: visible;
    background-color: inherit;
  }

  nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  /* nav_link action */
  nav li a {
    position: relative;
  }

  nav li a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 5px;
    background: #fff;
    transition: all 0.2s;
    transform: scale(0, 1);
    transform-origin: center bottom;
  }

  nav li a:hover::after {
    height: 2px;
    border-radius: 0;
    transform: scale(1.5, 1);
  }

  #post_nav .prev,
  #post_nav .next {
    width: 40%;
    position: relative;
  }

  /* section */
#main {
  max-width: 1000px;
  width: 100%;
  /*邪魔する可能性大*/
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}

  #m_inner {
    width: 700px;
    margin: 0;
  }

  #sideber {
    max-width: 280px;
    margin-top: 5px;
    margin-left: 20px;
    font-size: 14px;
    /*padding: 0 10px;*/
  }
  
}

.gallery-icon {
  display: flex;
  justify-content: center;
}