/*
Theme Name: oripaTheme
Author: DuoTres
Version: 1.0.0
*/
@import "./css/normalize.css";
/***
 *** reset.css 
 ***/
* {
  box-sizing: border-box;
}
*:last-child {
  margin-bottom: 0 !important;
}

body {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  color: #202020;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.857;
  }
}

p {
  margin: 0 0 2rem;
}

ul {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

img {
  display: flex;
  height: auto;
  max-width: 100%;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}

html {
  font-size: 1px;
}
@media screen and (max-width: 389px) {
  html {
    font-size: 0.2564102564vw;
  }
}

/*
* layout
*/
.header-container {
  min-height: 80px;
  background: #fafafa;
  width: 100%;
  top: 0;
  z-index: 100;
}
.header-container-in {
  min-height: 80px;
  margin: auto;
  width: 1180px;
  padding: 10px 20px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-container .header .logo img {
  max-height: 32.5px;
  object-fit: cover;
  width: auto;
}
.header-container .navi .menu {
  gap: 20px;
  margin: 0;
}
.header-container .navi-menu-container {
  display: none;
}
.header-container .navi-menu-container .follow-anchor {
  display: block;
  position: relative;
  width: 100%;
  left: unset;
  bottom: unset;
  right: unset;
  margin-top: 90px;
}
.header-container .navi-menu-container .follow-anchor::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  height: 2px;
  width: 100%;
  background: #3b9956;
}
.header-container .navi-menu-container .follow-anchor-in {
  width: 100%;
  padding: 0;
  box-shadow: unset;
  background: unset;
  gap: 15px;
}
.header-container .navi-menu-container .follow-anchor-in::before {
  content: unset;
}
.header-container .navi-menu-container .follow-anchor-item {
  background: unset !important;
  width: 100%;
  height: 50px;
}
.header-container .navi-menu-container .follow-anchor-item__main {
  width: 100% !important;
  visibility: visible;
  color: inherit !important;
  animation: unset;
}
.header-container .navi-menu-container .follow-anchor-item__simple-wrap {
  display: none;
}

.content {
  margin-bottom: 100px;
}
.content-in {
  width: 1180px;
  margin: auto;
  max-width: 100%;
  padding: 0 20px;
}

.entry-content {
  overflow-wrap: break-word;
}
.entry-content .is-layout-constrained > * {
  margin-top: 0;
}

.footer {
  height: 250px;
  background: #fafafa;
}
.footer-in {
  height: 100%;
  margin: auto;
  width: 1140px;
  max-width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.footer .logo img {
  max-height: 65px;
  object-fit: cover;
  width: auto;
}
.footer .navi .menu {
  gap: 20px;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 389px) {
  body {
    font-size: 16rem;
  }
}

body.page-template-page-home .content,
body.page-template-page-full .content {
  margin-bottom: 0;
}
body.page-template-page-home .content-in,
body.page-template-page-full .content-in {
  width: 100%;
  padding: 0;
}
body.page-template-page-home .entry-header,
body.page-template-page-full .entry-header {
  display: none;
}
body.page-template-page-home .page-content,
body.page-template-page-home .entry-content,
body.page-template-page-home .entry-summary,
body.page-template-page-full .page-content,
body.page-template-page-full .entry-content,
body.page-template-page-full .entry-summary {
  margin: 0;
}
body.page-template-page-home .post,
body.page-template-page-home .page,
body.page-template-page-full .post,
body.page-template-page-full .page {
  margin: 0;
}

body.page-template-page-empty {
  position: relative;
  background-color: #fffcf0;
}
body.page-template-page-empty::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-image: url("./images/page_back_img.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 10%;
  background-repeat: repeat;
  opacity: 0.08;
}
body.page-template-page-empty .content-in {
  width: 1440px;
  padding: 0;
}
body.page-template-page-empty .hentry {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
body.page-template-page-empty .entry-content {
  width: 390px;
  max-width: 100%;
  margin: 50px auto;
  margin-right: 90px;
  background-color: white;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
body.page-template-page-empty .entry-side {
  width: 480px;
  max-width: 100%;
  background-color: white;
  box-shadow: -2px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
}
body.page-template-page-empty .entry-side .post-thumbnail {
  border: 2px solid #000000;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.8);
}
body.page-template-page-empty .entry-side-in {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  height: 900px;
  max-height: 100vh;
  padding: 60px 44px;
}
body.page-template-page-empty .entry-side-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.4));
}
body.page-template-page-empty .entry-side__icon {
  font-size: 31px;
}
body.page-template-page-empty .entry-side__deco {
  position: absolute;
  left: 44px;
  top: 60px;
  width: calc(100% - 88px);
}
body.page-template-page-empty .entry-side__deco:last-child {
  top: unset;
  bottom: 60px;
}
@media screen and (max-width: 1049px) {
  body.page-template-page-empty .entry-content {
    margin: 0 auto;
  }
  body.page-template-page-empty .entry-side {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header-container {
    min-height: 60px;
  }
  .header-container-in {
    padding: 0 20px;
    min-height: 60px;
  }
  .header-container .header .logo img {
    max-height: 25px;
  }
  .header-container .navi {
    display: none;
  }
  .header-container .navi-menu-container {
    display: block;
  }
  .footer {
    height: 154px;
  }
  .footer .logo img {
    max-height: 43px;
  }
}
/*
* component,block
*/
.navi-menu-container .navi-menu-content {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 60px;
  transition: all 0.2s ease;
  overflow: hidden;
}
.navi-menu-container .navi-menu-content .navi-menu-content-in {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0 23px;
  padding-top: 50px;
  padding-bottom: 400px;
  overflow: auto;
}
.navi-menu-container .navi-menu-content .navi-menu-content-in > * {
  position: relative;
  z-index: 10;
}
.navi-menu-container .navi-menu-content .navi {
  display: block;
}
.navi-menu-container .navi-menu-content .navi .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0 7px;
  gap: 30px;
}
.navi-menu-container .navi-menu-content .navi .menu-item:not(:first-child).menu-item--red {
  margin: 30px auto 0;
}

.navi-menu-chk:checked ~ .navi-menu-content {
  height: calc(100% - 60px);
}
.navi .menu,
.navi-footer .menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 10px 0;
  list-style: none;
  gap: 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}
.navi .menu-item a,
.navi-footer .menu-item a {
  display: block;
  text-decoration: unset;
  color: #000000;
}

#wpadminbar {
  display: none;
}

html[lang=ja] {
  margin-top: 0 !important;
}