@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  overflow: visible;
  /* 2 */
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2rem;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
}

.site {
  overflow-y: auto;
}

.site.fixed {
  overflow-y: hidden;
}

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

a {
  text-decoration: none;
  color: #9b9b00;
}

a:hover {
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

figure{
	margin:36px auto;
	max-width:100%!important;
}
figure > img{
	margin:0 !important;
}

figcaption{
	color:#666;
}

.wp-pagenavi {
  font-size: 1.5rem;
  margin: 20px auto;
  text-align: center;
}

.wp-pagenavi span {
  margin: 5px;
  background: linear-gradient(transparent 60%, #f3ff69 0);
}

.wp-pagenavi a {
  margin: 5px;
}

.inview {
  transition: all 1.9s;
  transform: translateY(50%);
  opacity: 0;
}

.inview.active {
  transform: translateY(0);
  opacity: 1;
}

.bread_crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 1%;
}

.bread_crumb li {
  line-height: 1.6;
  list-style: none;
}

.bread_crumb li a {
  display: block;
  padding: 5px 5px 5px 0;
}

.bread_crumb li a:after {
  font-size: 1rem;
  display: inline-block;
  padding: 3px 2px 3px 5px;
  content: ' / ';
  color: #9b9b00;
}

.loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  background: #fff;
}

.loading p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  animation: vertical 2s ease-in-out infinite alternate;
}

.loading .symbol {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 90%;
  animation: horizontal 2s ease-in-out infinite alternate;
}

@keyframes horizontal {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(15px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(15px);
  }
}

html.fixed {
  position: fixed;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}

body {
  position: relative;
}

.wrap {
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .content-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.site-main {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .site-main {
    width: 75%;
    max-width: 796px;
  }
}

.page-template-page-privacy .wrap {
  width: 100%;
}

.page-template-page-privacy .site-main {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .page-template-page-privacy .site-main {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .page .site-main {
    width: 100%;
    max-width: 1080px;
  }
}

.sidebar {
  width: 100%;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .sidebar {
    width: 25%;
    max-width: 268px;
    padding-right: 0;
  }
}

.sidebar ul {
  padding-left: 0;
}

.sidebar ul li {
  margin: 2% 0;
  list-style: none;
}

.sidebar-title {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .sidebar-title {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.sidebar-title::after {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 5px;
  content: '';
  background: url("../img/decoration.png") repeat-x;
  background-size: contain;
}

.side__category ul li {
  list-style: none;
}

.side__category ul li a {
  position: relative;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #f3ff69;
}

.side__category ul li a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  content: '→';
  transform: translateY(-50%);
}

.header-img {
  width: 100vw;
  height: 110px;
  background: url("../img/headerimage-01-sp.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .header-img {
    height: 184px;
    background: url("../img/headerimage-01.jpg") no-repeat;
    background-size: cover;
  }
}

.page-template-page-contact .header-img {
  background: url("../img/headerimage-03-sp.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-template-page-contact .header-img {
    height: 184px;
    background: url("../img/headerimage-03.jpg") no-repeat;
    background-size: cover;
  }
}

.page-template-page-about .header-img {
  background: url("../img/headerimage-02-sp.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-template-page-about .header-img {
    height: 184px;
    background: url("../img/headerimage-02.jpg") no-repeat;
    background-size: cover;
  }
}

.page-template-page-privacy .header-img {
  background: url("../img/headerimage-03-sp.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-template-page-privacy .header-img {
    height: 184px;
    background: url("../img/headerimage-03.jpg") no-repeat;
    background-size: cover;
  }
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}

.site-header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .header-sns {
  display: flex;
  justify-content: flex-start;
  width: 25%;
}

.site-header .header-sns a {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 6px;
}

.site-header .header-sns a img {
  width: 100%;
  height: auto;
}

.site-header .site-logo {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}

.site-header .site-logo .site-title {
  line-height: 0;
  margin: 0;
  text-align: center;
}

.site-header .site-logo img {
  max-width: 120px;
}

.site-header .site-description {
  font-size: 10px;
  line-height: 1rem;
  margin: 5px 0 2px 0;
}

.site-header .main-navigation {
  display: flex;
  justify-content: flex-end;
  width: 25%;
}

.site-header .main-navigation .menu-toggle {
  font-size: 12px;
  width: 48px;
  height: 48px;
  color: #9b9b00;
  border: 1px solid #9b9b00;
  background: #fff;
}

.site-header .main-navigation .menu-toggle span {
  display: block;
  width: 80%;
  max-width: 38px;
  height: 4px;
  margin: 4px auto;
  transition: all .2s ease-in-out;
  background: #9b9b00;
}

.site-header .main-navigation .menu-toggle p {
  font-size: 8px;
  margin: 0;
}

.site-header .main-navigation .menu-toggle.active span:first-child {
  transform: translateY(8px) rotate(45deg);
}

.site-header .main-navigation .menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.site-header .main-navigation .menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.header-menu {
  position: fixed;
  z-index: 100;
  top: -100vh;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 95vh;
  transition: all .8s ease-in-out;
  border-top: 4px solid rgba(0, 0, 0, 0.16);
  background: #fff;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  padding-bottom: 100px;
}

.header-menu__wrap {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .header-menu__wrap {
    width: 560px;
    margin: 50px auto 0;
  }
}

.header-menu__title {
  width: 80%;
  max-width: 241px;
  margin: 0 auto;
}

.header-menu__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}

.header-menu__link li {
  position: relative;
  width: 48%;
  margin: 10px 1%;
  list-style: none;
  border-top: 2px solid #b1b1b1;
  border-bottom: 2px solid #b1b1b1;
}

.header-menu__link li:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  transform: translateY(-50%);
  background: url(../img/arrow-white-r.png) no-repeat;
  background-size: contain;
}

.header-menu__link li a {
  font-size: 1.1rem;
  display: block;
  padding: 10px;
}

.header-menu__category__title {
  font-size: 1.3rem;
  display: block;
  padding: 1%;
  letter-spacing: 3px;
}

.header-menu__category__title:after {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 5px;
  content: '';
  background: url("../img/decoration.png") repeat-x;
}

.header-menu__category__list {
  width: 100%;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .header-menu__category__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.header-menu__category__list li {
  position: relative;
  list-style: none;
  border-bottom: 2px solid #f3ff69;
}

@media screen and (min-width: 768px) {
  .header-menu__category__list li {
    width: 48%;
    margin: 0 1% 1% 0;
  }
}

.header-menu__category__list li:after {
  font-size: .8rem;
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  content: '→';
  transform: translateY(-50%);
}

.header-menu__category__list li a {
  display: block;
  padding: 15px;
}

.header-menu__sns__list {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 50px auto;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .header-menu__sns__list {
    max-width: 350px;
  }
}

.header-menu__sns__list li {
  width: 65px;
  height: 65px;
  list-style: none;
}

.header-menu__sns__list li:first-child {
  display: flex;
  align-items: center;
  text-align: center;
  border: 1px solid #9b9b00;
  border-radius: 50%;
}

.header-menu__sns__list li:first-child span {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #9b9b00;
}

.site-content .breadcrumbs {
  line-height: 1.7;
  padding: 30px 5px;
}

.site-content {
  overflow-x: hidden;
}

.slider .slider-post {
  position: relative;
  width: 100vw;
  height: 75vw;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .slider .slider-post {
    width: 1080px;
    height: 527px;
    background-size: cover;
  }
}

.slider .slider-post:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.3);
}

.slider .slider-post::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 85vw;
  max-width: 370px;
  height: 20vw;
  margin-top: 10%;
  content: '';
  transform: translateX(-50%);
  background: url(../img/mainslider-recentposts.png) no-repeat;
  background-size: contain;
}

.slider .slider-post__title {
  font-size: 1.6rem;
  line-height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 85%;
  max-width: 551px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.slider .slider-post .slider-post__link--more {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  display: block;
  width: 70%;
  max-width: 240px;
  margin: 16px auto;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: url(../img/btn-flame-white.png) no-repeat;
  background-position: 50% 50%;
  background-size: contain;
	z-index:100;
}

@media screen and (min-width: 768px) {
  .slider .slider-post .slider-post__link--more {
    bottom: 20%;
  }
}

.slider .slider-post .slider-post__link--more:after {
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 25px;
  content: '→';
  transform: translateY(-50%);
  color: #fff;
}

.slider .slick-arrow {
  display: none;
}

@media screen and (min-width: 768px) {
  .slider .slick-arrow {
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 768px) {
  .slider .slick-prev {
    left: 22%;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .slider .slick-next {
    right: 22%;
    display: block;
  }
}

.slick-dots li button:before {
  font-size: 0;
}

.slick-dots {
  bottom: 20px;
  border-radius: 50%;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.slick-dots li.slick-active {
  background: #f3ff69;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.recent-post,.special-post {
  position: relative;
  margin-bottom: 20vw;
  padding: 40px 0 0;
  background: url(../img/repeat-bg.jpg);
  background-size: 5%;
}
.special-post{
  margin-bottom: 0;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .recent-post {
    margin-bottom: 15vw;
  }
}

.recent-post:after {
  position: absolute;
  bottom: -20vw;
  display: block;
  width: 100vw;
  height: 20vw;
  content: '';
  background: url(../img/recentarticle-bg-sp.jpg) no-repeat;
  background-position: 0 100%;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .recent-post:after {
    bottom: -10vw;
    height: 10vw;
    background: url(../img/recentarticle-bg.jpg) no-repeat;
    background-position: 0 100%;
    background-size: cover;
  }
}

.recent-post__title,.special-post__title {
  max-width: 314px;
  margin: 36px auto 18px;
}

.recent-post__content,.special-post__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav-links {
  font-size: 1.6rem;
  position: relative;
  display: block;
  width: 95%;
  max-width: 300px;
  margin: 36px auto 0;
  padding: 15px 0;
  text-align: center;
  background: url(../img/btn-flame-olive.png) no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .nav-links {
    width: 300px;
  }
}

.nav-links:after {
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  content: '→';
  transform: translateY(-50%);
  color: #9b9b00;
}

.nav-links:hover {
  text-decoration: none;
}

.nav-links.small {
  font-size: 1rem;
  width: 250px;
  margin: 10px auto 30px;
}

.instagram {
  padding-top: 10vw;
}

@media screen and (min-width: 768px) {
  .instagram {
    padding-top: 2vw;
  }
}

.instagram .instagram__title {
  max-width: 314px;
  margin: 0 auto;
  margin-bottom: 36px;
}

article {
  position: relative;
  margin-bottom: 50px;
  padding: 50px 10px;
}

@media screen and (min-width: 768px) {
  article {
    padding: 40px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  }
}

article:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 40px;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  content: '';
  border-top: 4px solid #9b9b00;
  background: url(../img/repeat-bg.jpg);
  background-size: contain;
}

@media screen and (min-width: 768px) {
  article:before {
    width: 100%;
    margin: 0 auto;
  }
}

article:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 4px;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  content: '';
  background: #9b9b00;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  article:after {
    width: 100%;
    margin: 0 auto;
  }
}

.entry-header {
  margin-top: 16px;
}

.entry-header .entry-meta {
  margin-top: 8px;
}

.entry-header .entry-title {
  font-size: 1.8rem;
}

.entry-content p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.entry-footer__category {
  margin-top: 20px;
  padding: 10px;
  border-bottom: 1px solid #f3ff69;
}

.entry-footer__sns p {
  font-size: 1.12rem;
  margin-right: 4%;
}

.entry-footer__sns ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.entry-footer__sns ul li {
  width: 44px;
  height: 44px;
  margin: 2%;
  list-style: none;
}

.entry-footer__navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

.archive__title,
.about__title {
  max-width: 314px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.page-title {
  font-size: 1.7rem;
}

.mw_wp_form {
  margin-bottom: 50px;
}

.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form textarea {
  font-size: 1.2rem;
  position: relative;
  width: 100%;
  max-width: 796px;
  padding: 10px;
  border: 1px solid #ddd;
}

.mw_wp_form .label-flex {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .mw_wp_form .label-flex {
    display: flex;
  }
}

.mw_wp_form label {
  font-size: 1.1rem;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  background: url(../img/repeat-bg.jpg);
}

@media screen and (min-width: 768px) {
  .mw_wp_form label {
    display: flex;
    align-items: center;
    width: 20%;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 7px;
  }
}

.mw_wp_form label:after {
  font-size: .7rem;
  line-height: .8rem;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 3px;
  content: '必須';
  transform: translateY(-50%);
  color: #fff;
  background: #9b9b00;
}

.mw_wp_form .btn-wrap {
  position: relative;
  width: 300px;
}

.mw_wp_form .btn-wrap:after {
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 25px;
  content: '→';
  transform: translateY(-50%);
  color: #9b9b00;
}

.mw_wp_form .btn-wrap.return:after {
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 25px;
  content: '←';
  transform: translateY(-50%);
  color: #3b3b3b;
}

.mw_wp_form .btn-flex {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mw_wp_form .btn-flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}

.mw_wp_form .btn-flex .form-btn {
  font-size: 1.6rem;
  position: relative;
  display: block;
  width: 300px;
  margin: 0 auto;
  margin: 0 auto;
  padding: 10px;
  color: #9b9b00;
  border: none;
  background: url(../img/btn-flame-olive.png) no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .mw_wp_form .btn-flex .form-btn {
    margin: 0;
  }
}

.mw_wp_form .btn-flex .btn-return {
  position: relative;
  color: #3b3b3b;
  background: url(../img/btn-flame-gray.png) no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.mw_wp_form .mw_wp_form_preview label {
  background: rgba(155, 155, 0, 0.2) url(../img/repeat-bg.jpg);
}

.mw_wp_form .mw_wp_form_preview .label-flex {
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.instagram__hashtag {
  position: relative;
  width: 100%;
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  .instagram__hashtag {
    width: 100%;
    max-width: 1080px;
  }
}

.instagram__hashtag-prev {
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .instagram__hashtag-prev {
    left: 0;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .instagram__hashtag-next {
    right: 0;
    display: block;
  }
}

.instagram__hashtag ul {
  display: flex;
  overflow-x: hidden;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .instagram__hashtag ul {
    width: 100%;
    max-width: 1080px;
  }
}

.instagram__hashtag ul li {
  list-style: none;
}

.instagram__hashtag ul li a {
  font-size: 1rem;
  line-height: 1rem;
  display: block;
  margin: 5px;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #333;
  border-radius: 9999px;
  background: #333;
}

.instagram__hashtag ul li a:hover {
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  background: #f3ff69;
}

.instagram__hashtag ul li a.active {
  color: #333;
  border: 1px solid #333;
  background: #f3ff69;
}

.instagram__hashtag ul li a:focus {
  outline: none;
}

.instaHashFeed {
  overflow: hidden;
  height: 0;
}

.instaHashFeed.active {
  overflow: auto;
  height: 100%;
}

#sb_instagram.sbi_masonry #sbi_images .sbi_item,
#sb_instagram.sbi_highlight #sbi_images .sbi_item {
  margin: 5px;
  padding-bottom: 20px;
}

.sbi_caption_wrap {
  margin-bottom: 10px;
  text-align: left;
}

#sb_instagram .sbi_meta {
  text-align: left;
}

.sbi_load_btn {
  font-size: 1.6rem !important;
  position: relative;
  display: block;
  width: 95% !important;
  margin: 36px auto !important;
  padding: 15px 0;
  text-align: center;
  color: #9b9b00 !important;
  background: url(../img/btn-flame-olive.png) no-repeat !important;
  background-position: 50% 50% !important;
  background-size: contain !important;
}

.sbi_load_btn:after {
  font-size: 10px;
  position: absolute;
  top: 120%;
  left: 50%;
  content: '↓';
  transform: translateX(-50%);
  color: #9b9b00;
}

.sbi_load_btn:hover {
  text-decoration: none;
  color: #9b9b00;
  box-shadow: none !important;
}

@media screen and (min-width: 768px) {
  .entry-content img,
  .post-thumbnail img {
    display: block;
    width: 100%;
    margin: 24px auto;
  }
}

.about {
  margin-top: 100px;
}

.about__wrap {
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .about__wrap {
    margin-bottom: 200px;
  }
}

.about__wrap__img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .about__wrap__img {
    z-index: 100;
    width: 50%;
    margin-top: -50px;
    margin-left: 50px;
  }
}

.about__wrap__text {
  font-size: 1.2rem;
  padding: 15px 10px;
  background: url(../img/repeat-bg.jpg);
}

@media screen and (min-width: 768px) {
  .about__wrap__text {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -50px;
    width: 50%;
    padding: 50px 50px 50px 100px;
  }
}

@media screen and (min-width: 768px) {
  .about__wrap.left > img {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .about__wrap.left > .about__wrap__text {
    right: auto;
    left: 0;
    margin-left: 50px;
    padding: 50px 100px 50px 50px;
  }
}

.content-panel {
  position: relative;
  display: flex;
  justify-content: start;
  width: 100%;
  margin: 5px;
  padding: 2%;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  .content-panel {
    width: 48%;
    margin: 10px auto;
  }
}

.content-panel::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background: url(../img/repeat-bg.jpg);
}

.content-panel__thumb {
  width: 40vw;
  max-width: 200px;
  height: 30vw;
  max-height: 200px;
}

.content-panel__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.content-panel__info {
  width: 85%;
  margin-left: 2%;
}

.content-panel__info__date {
  font-size: .8rem;
  margin: 0;
  color: #3b3b3b;
}

.content-panel__info__category {
  font-size: .9rem;
  line-height: .6rem;
  margin: 0 0 5px 0;
  color: #9b9b00;
}

.content-panel__info__title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
  margin: 5px 0 .9rem;
}

@media screen and (min-width: 768px) {
  .content-panel__info__title {
    font-size: 1.4rem;
  }
}

.content-panel__info__title a {
  color: #3b3b3b;
}

.content-panel__info__excerpt {
  display: none;
}

@media screen and (min-width: 768px) {
  .content-panel__info__excerpt {
    font-size: .95rem;
    line-height: 1.7;
    display: block;
    margin: 10px 0;
  }
}

.content-panel__info__link {
  line-height: 1rem;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  text-align: right;
}

.side .content-panel {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .side .content-panel {
    display: block;
    width: 100%;
    margin: 1%;
    box-shadow: none;
  }
}

.side .content-panel__thumb {
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .side .content-panel__thumb {
    width: 100%;
    max-width: 286px;
    height: auto;
    max-height: 186px;
  }
}

@media screen and (min-width: 768px) {
  .side .content-panel__thumb img {
    overflow: hidden;
    width: 100%;
    max-width: 286px;
    height: auto;
    max-height: 186px;
  }
}

@media screen and (min-width: 768px) {
  .side .content-panel .content-panel__info {
    width: 100%;
  }
}

.side .content-panel .content-panel__info__category {
  margin-bottom: 3px;
}

@media screen and (min-width: 768px) {
  .side .content-panel .content-panel__info__title a {
    color: #3b3b3b;
  }
}

.side .content-panel .content-panel__info__excerpt {
  display: none;
}

@media screen and (min-width: 768px) {
  .side .content-panel .content-panel__info__link {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .archive .content-panel {
    width: 100%;
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 768px) {
  .home .content-panel:nth-of-type(even) {
    margin-right: 0;
  }
  .home .content-panel::nth-of-type(odd) {
    margin-left: 0;
  }
}

.footer {
  padding: 5% 10%;
  border-top: 4px solid rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2%;
  }
}

.footer__logo {
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__logo {
    margin-right: 24px;
  }
}

.footer__logo img {
  width: 139px;
  height: auto;
}

.footer__sns__list {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
}

.footer__sns__list li {
  width: 60px;
  height: 60px;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .footer__sns__list li {
    margin: 5px;
  }
}

.footer__sns__list li:first-child {
  display: flex;
  align-items: center;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #9b9b00;
  border-radius: 50%;
}

.footer__sns__list li:first-child span {
  font-size: .8rem;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #9b9b00;
}

.footer__info {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .footer__info {
    margin-top: 0;
    margin-left: 24px;
  }
}

.footer__info ul {
  margin: 0;
  padding-left: 0;
}

.footer__info ul li {
  line-height: 1.4rem;
  margin: 8px 0;
  list-style: none;
}

.footer__info small {
  font-size: .9rem;
}
