@charset "UTF-8";
/*
theme Name:亭車場
Theme URI:
Description:
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap);
/*----------------------- reset css ----------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

table {
  width: 100%;
}

a,
a:hover {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

body {
  font-family: Meiryo, "メイリオ", Hiragino Kaku Gothic ProN, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.5;
}

img {
  border-style: none;
}

/*----------- 記事内のcss ---------*/
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.content-text img {
  max-width: 100%;
  margin-bottom: 15px;
  height: auto;
}

.content-text p {
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
  color: rgb(100, 100, 100);
}

/*----------- 記事内のcss ---------*/
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.content-text img {
  max-width: 100%;
  margin-bottom: 15px;
  height: auto;
}

.content-text p {
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
  color: rgb(100, 100, 100);
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/*--- タイポグラフィ ---*/
h1 {
  font-size: 3.2rem;
  line-height: 48px;
  letter-spacing: 10%;
}

h2 {
  font-size: 2.4rem;
  line-height: 32px;
  letter-spacing: 10%;
}

p {
  font-size: 1.4rem;
  margin-bottom: 8px;
  letter-spacing: 0.1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

input[type=text] {
  border-radius: 0;
  outline: none;
  background: fff;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label {
  background: #ff0000;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked + label {
  background: #ff0000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: #fff;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
  background-color: #fff;
}

select,
input,
textarea {
  max-width: 100%;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  width: 100%;
  border: solid 1px #d3d3d3;
  border-radius: 3px;
  font-family: sans-serif;
  font-size: 100%;
  color: #000;
}

/*----------------------- reset css ----------------------*/
a {
  text-decoration: none;
}

p {
  margin: unset;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000000;
  line-height: 1.5;
  overflow: hidden;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .inner {
    margin: 0 20px;
  }
}

.heading-arrow {
  position: relative;
  font-size: 48px;
  letter-spacing: 4.8px;
}
@media (max-width: 800px) {
  .heading-arrow {
    font-size: 30px;
  }
}
.heading-arrow::before {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #707070;
  background-color: #707070;
}
.heading-arrow::after {
  content: "";
  position: absolute;
  bottom: -44px;
  right: 0;
  width: 56px;
  height: 2px;
  background-color: #707070;
  -webkit-transform: scaleX(-1) rotate(145deg);
          transform: scaleX(-1) rotate(145deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.home header {
  background-image: url(img/home/unnamed.jpg);
  height: 100vh;
  background-size: cover;
  padding-top: 42px;
  position: relative;
  background-position: bottom;
}
@media (max-width: 800px) {
  .home header {
    padding-top: unset;
  }
}
.home header .section--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 57px;
}
@media (max-width: 800px) {
  .home header .section--1 {
    display: block;
    margin-left: unset;
  }
}
.home header .section--1 h1 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3.3px;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px #000000;
}
.home header .section--1 h1 p span {
  font-size: 40px;
  letter-spacing: 15.8px;
}
@media (max-width: 800px) {
  .home header .section--1 h1 p span {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .home header .section--1 h1 p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
  }
}
.home header .section--1 h2 {
  margin-right: 105px;
  letter-spacing: 1.6px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.home header .section--1 h2.contact-header {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 40px;
  padding-bottom: 30px;
  padding-top: 10px;
}
@media (max-width: 800px) {
  .home header .section--1 h2.contact-header {
    padding: 0 0;
    padding-bottom: 30px;
    padding-top: 10px;
  }
}
@media (max-width: 800px) {
  .home header .section--1 h2 {
    margin-right: unset;
    margin: 0 auto;
    margin-top: 5rem;
    background-color: rgba(0, 0, 0, 0.4);
    padding-bottom: 40px;
    width: 90%;
    padding-top: 20px;
  }
}
.home header .section--1 h2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
}
@media (max-width: 800px) {
  .home header .section--1 h2 a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home header .section--1 h2 a::after {
  content: "";
  position: absolute;
  bottom: -11px;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 800px) {
  .home header .section--1 h2 a::after {
    width: 75%;
  }
}
.home header .section--1 h2 a img {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.home header .section--1 h2 a p {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.home header .main {
  position: absolute;
  bottom: 31.111111vh;
  left: 136px;
}
@media (max-height: 800px) {
  .home header .main {
    bottom: 8vh;
  }
}
@media (max-width: 800px) {
  .home header .main {
    display: none;
  }
}
.home header .main ul {
  letter-spacing: 2.4px;
  font-size: 16px;
  font-weight: 700;
}
.home header .main ul li {
  margin-bottom: 50px;
  position: relative;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.home header .main ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #FFFFFF;
  width: 44px;
  left: -70px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.home header .main ul li a {
  color: #FFFFFF;
}
.home header .catch-title {
  position: absolute;
  right: 101px;
  bottom: 188px;
  letter-spacing: 8.3px;
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 0px 0px 20px #000000;
}
@media (max-width: 800px) {
  .home header .catch-title {
    font-size: 32px;
    left: 5rem;
    right: unset;
  }
}

.page-template-page-recipes header,
.page-template-page-contact header,
.single header {
  background-image: url(img/header/01.jpg);
  height: 660px;
  background-size: cover;
  background-position: 50% 20%;
  position: relative;
}
@media (max-width: 800px) {
  .page-template-page-recipes header,
  .page-template-page-contact header,
  .single header {
    height: 33vh;
  }
}
.page-template-page-recipes header .section--1,
.page-template-page-contact header .section--1,
.single header .section--1 {
  background-image: url(img/home/1038648.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 154px;
  padding-left: 57px;
}
@media (max-width: 800px) {
  .page-template-page-recipes header .section--1,
  .page-template-page-contact header .section--1,
  .single header .section--1 {
    display: none;
  }
}
.page-template-page-recipes header .section--1 h1 p,
.page-template-page-contact header .section--1 h1 p,
.single header .section--1 h1 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3.3px;
  color: #000;
}
.page-template-page-recipes header .section--1 h1 p span,
.page-template-page-contact header .section--1 h1 p span,
.single header .section--1 h1 p span {
  font-size: 40px;
  letter-spacing: 15.8px;
}
.page-template-page-recipes header .section--1 .sub ul,
.page-template-page-contact header .section--1 .sub ul,
.single header .section--1 .sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1.6px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.page-template-page-recipes header .section--1 .sub ul li,
.page-template-page-contact header .section--1 .sub ul li,
.single header .section--1 .sub ul li {
  padding: 0 24.5px;
  border-left: 1px solid #000;
}
.page-template-page-recipes header .section--1 .sub ul li:last-child,
.page-template-page-contact header .section--1 .sub ul li:last-child,
.single header .section--1 .sub ul li:last-child {
  border-right: 1px solid #000;
}
.page-template-page-recipes header .section--1 .sub ul li a,
.page-template-page-contact header .section--1 .sub ul li a,
.single header .section--1 .sub ul li a {
  color: #000000;
}
.page-template-page-recipes header .section--1 h2,
.page-template-page-contact header .section--1 h2,
.single header .section--1 h2 {
  margin-right: 105px;
  letter-spacing: 1.6px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.page-template-page-recipes header .section--1 h2 a,
.page-template-page-contact header .section--1 h2 a,
.single header .section--1 h2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
}
.page-template-page-recipes header .section--1 h2 a::after,
.page-template-page-contact header .section--1 h2 a::after,
.single header .section--1 h2 a::after {
  content: "";
  position: absolute;
  bottom: -11px;
  border-bottom: 1px solid #000;
  width: 100%;
}
.page-template-page-recipes header .section--1 h2 a img,
.page-template-page-contact header .section--1 h2 a img,
.single header .section--1 h2 a img {
  width: 29px;
  height: 29px;
}
.page-template-page-recipes header .section--1 h2 a p,
.page-template-page-contact header .section--1 h2 a p,
.single header .section--1 h2 a p {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

.page-template-page-contact header {
  background-image: url(img/home/unnamed.jpg);
  background-position: bottom;
}

.single header {
  background-image: url(img/home/unnamed.jpg);
  background-position: bottom;
}

.page-template-page-fukushima-fund header {
  background-image: url(img/header/a01.jpg);
  height: 100vh;
  background-size: cover;
  background-position: 50% -10%;
  position: relative;
}
@media (max-width: 800px) {
  .page-template-page-fukushima-fund header {
    height: 33vh;
    background-repeat: no-repeat;
    background-position: 50% 0%;
  }
}
.page-template-page-fukushima-fund header .section--1 {
  background-image: url(img/home/1038648.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 154px;
  padding-left: 57px;
}
@media (max-width: 800px) {
  .page-template-page-fukushima-fund header .section--1 {
    display: none;
  }
}
.page-template-page-fukushima-fund header .section--1 h1 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3.3px;
  color: #000;
}
.page-template-page-fukushima-fund header .section--1 h1 p span {
  font-size: 40px;
  letter-spacing: 15.8px;
}
.page-template-page-fukushima-fund header .section--1 .sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1.6px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.page-template-page-fukushima-fund header .section--1 .sub ul li {
  padding: 0 24.5px;
  border-left: 1px solid #000;
}
.page-template-page-fukushima-fund header .section--1 .sub ul li:last-child {
  border-right: 1px solid #000;
}
.page-template-page-fukushima-fund header .section--1 .sub ul li a {
  color: #000000;
}
.page-template-page-fukushima-fund header .section--1 h2 {
  margin-right: 105px;
  letter-spacing: 1.6px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.page-template-page-fukushima-fund header .section--1 h2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
}
.page-template-page-fukushima-fund header .section--1 h2 a::after {
  content: "";
  position: absolute;
  bottom: -11px;
  border-bottom: 1px solid #000;
  width: 100%;
}
.page-template-page-fukushima-fund header .section--1 h2 a img {
  width: 29px;
  height: 29px;
}
.page-template-page-fukushima-fund header .section--1 h2 a p {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

footer .section--1 {
  background-color: #363434;
}
footer .section--1 .footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 75px;
}
@media (max-width: 800px) {
  footer .section--1 .footer-column {
    display: block;
  }
}
footer .section--1 .footer-column .footer-logo {
  color: #FFFFFF;
  width: 33%;
}
@media (max-width: 800px) {
  footer .section--1 .footer-column .footer-logo {
    margin-bottom: 5rem;
    width: 100%;
  }
}
footer .section--1 .footer-column .footer-logo h2 {
  letter-spacing: 3.3px;
  font-weight: 700;
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 800px) {
  footer .section--1 .footer-column .footer-logo h2 {
    font-size: 24px;
  }
}
footer .section--1 .footer-column .footer-logo h2 span {
  margin-left: 28px;
  font-size: 40px;
  letter-spacing: 11.6px;
}
@media (max-width: 800px) {
  footer .section--1 .footer-column .footer-logo h2 span {
    font-size: 40px;
  }
}
footer .section--1 .footer-column .footer-logo .address {
  margin-top: 54px;
  letter-spacing: 2.4px;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 800px) {
  footer .section--1 .footer-column .footer-logo .address {
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 3rem;
  }
}
footer .section--1 .footer-column .footer-contact {
  width: 33%;
  color: #FFFFFF;
}
@media (max-width: 800px) {
  footer .section--1 .footer-column .footer-contact {
    width: 100%;
  }
}
footer .section--1 .footer-column .footer-contact h2 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 3.1px;
  text-align: center;
}
footer .section--1 .footer-column .footer-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  footer .section--1 .footer-column .footer-contact a {
    font-size: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .section--1 .footer-column .footer-contact a img {
  width: 60px;
  height: 60px;
  margin-right: 19px;
}
@media (max-width: 800px) {
  footer .section--1 .footer-column .footer-contact a img {
    width: 47px;
    height: 47px;
  }
}
footer .section--1 .footer-column .map {
  width: 33%;
  text-align: center;
}
@media (max-width: 800px) {
  footer .section--1 .footer-column .map {
    text-align: center;
    margin: 5rem auto;
    width: 90%;
  }
}
footer .section--1 .footer-column .map iframe {
  max-width: 100%;
}
footer .section--1 nav {
  margin-top: 4rem;
}
footer .section--1 nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  footer .section--1 nav ul {
    display: none;
  }
}
footer .section--1 nav ul li {
  border-left: 1px solid #FFFFFF;
  padding: 0 41.5px;
  margin-bottom: 47px;
}
footer .section--1 nav ul li:last-child {
  border-right: 1px solid #FFFFFF;
}
footer .section--1 nav ul li a {
  color: #FFFFFF;
  letter-spacing: 1.6px;
}
footer .section--1 .copyright {
  background-color: #FAF6ED;
  padding: 15px;
  text-align: center;
  letter-spacing: 1.6px;
}
@media (max-width: 800px) {
  footer .section--1 .copyright {
    font-size: 10px;
  }
}

.contant-404 {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.contant-404 h3 {
  font-size: 16vw;
  margin-bottom: 24px;
}
.contant-404 span {
  display: block;
  margin-bottom: 24px;
}
.contant-404 a {
  color: #fff;
  margin: 32px 0;
  background-color: #000;
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
}

.home--main .section--1 {
  background-image: url(img/home/1038648.jpg);
  padding-top: 145px;
  padding-bottom: 208px;
}
.home--main .section--1 h1 {
  letter-spacing: 4px;
  font-size: 40px;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .home--main .section--1 h1 {
    font-size: 24px;
  }
}
.home--main .section--1 h1::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #707070;
  bottom: -47.5px;
  max-width: 632px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.home--main .section--1 .vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 533px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 93px;
}
.home--main .section--1 .vertical p {
  font-size: 16px;
  letter-spacing: 1.6px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-top: 86px;
  line-height: 2.5;
}
@media (max-width: 800px) {
  .home--main .section--1 .vertical p {
    height: 458px;
  }
}
.home--main .section--1 .vertical p.block-2 {
  margin-right: 81px;
  margin-left: 117px;
}
@media (max-width: 800px) {
  .home--main .section--1 .vertical p.block-2 {
    margin-right: unset;
    margin-left: unset;
  }
}
.home--main .section--1 img {
  width: 1060px;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.home--main .section--2 {
  background-image: url(img/home/22526631.jpg);
  padding-top: 130px;
  padding-bottom: 20rem;
}
.home--main .section--2 .inner--2 {
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .home--main .section--2 .inner--2 {
    margin: 0 20px;
  }
}
.home--main .section--2 .heading-arrow {
  margin-bottom: 205px;
}
.home--main .section--2 .slick .slick-prev {
  left: -100px;
}
@media (max-width: 800px) {
  .home--main .section--2 .slick .slick-prev {
    left: -25px;
    z-index: 2;
  }
}
.home--main .section--2 .slick .slick-prev::before {
  content: "\f137";
  color: #000;
  font-size: 50px;
  font-weight: 900;
  font-family: "Font Awesome 7 Free";
  opacity: 1;
}
@media (max-width: 800px) {
  .home--main .section--2 .slick .slick-prev::before {
    font-size: 30px;
  }
}
.home--main .section--2 .slick .slick-next {
  right: -100px;
}
@media (max-width: 800px) {
  .home--main .section--2 .slick .slick-next {
    right: -15px;
    z-index: 2;
  }
}
.home--main .section--2 .slick .slick-next::before {
  content: "\f138";
  color: #000;
  font-size: 50px;
  font-weight: 900;
  font-family: "Font Awesome 7 Free";
  opacity: 1;
}
@media (max-width: 800px) {
  .home--main .section--2 .slick .slick-next::before {
    font-size: 30px;
  }
}
.home--main .section--2 .slick .layout__two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 507px;
}
@media (max-width: 800px) {
  .home--main .section--2 .slick .layout__two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}
.home--main .section--2 .slick .layout__two-column .item-box {
  position: absolute;
  max-width: 753px;
  width: 100%;
  height: 454px;
  background-color: rgba(250, 246, 237, 0.7);
  border: 1px solid #000000;
  z-index: 1;
  left: 0;
}
@media (max-width: 800px) {
  .home--main .section--2 .slick .layout__two-column .item-box {
    position: static;
    margin-top: -5rem;
    height: auto;
    width: 90%;
  }
}
.home--main .section--2 .slick .layout__two-column .item-box h2 {
  font-size: 40px;
  letter-spacing: 4px;
  font-weight: 700;
  text-align: center;
  margin-top: 47px;
  position: relative;
}
@media (max-width: 800px) {
  .home--main .section--2 .slick .layout__two-column .item-box h2 {
    font-size: 32px;
  }
}
.home--main .section--2 .slick .layout__two-column .item-box h2::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #707070;
  max-width: 508px;
  width: 100%;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 800px) {
  .home--main .section--2 .slick .layout__two-column .item-box h2::after {
    width: 80%;
  }
}
.home--main .section--2 .slick .layout__two-column .item-box .inline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 90px;
}
.home--main .section--2 .slick .layout__two-column .item-box .inline-list ul {
  letter-spacing: 2.4px;
  color: #000000;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 800px) {
  .home--main .section--2 .slick .layout__two-column .item-box .inline-list ul {
    font-size: 14px;
    padding-bottom: 3rem;
  }
}
.home--main .section--2 .slick .layout__two-column .img-box {
  position: absolute;
  right: 0;
}
@media (max-width: 800px) {
  .home--main .section--2 .slick .layout__two-column .img-box {
    position: static;
  }
}
.home--main .section--2 .slick .layout__two-column .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.15);
}
.home--main .section--2 .slick .layout__two-column .img-box img {
  width: 807px;
  height: 507px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .home--main .section--2 .slick .layout__two-column .img-box img {
    height: auto;
  }
}
.home--main .section--2 .btn-detail {
  background-color: #000000;
  max-width: 368px;
  width: 100%;
  height: 90px;
  color: #FFFFFF;
  display: block;
  margin: 0 0 0 auto;
  font-size: 24px;
  letter-spacing: 2.4px;
  font-family: "Noto Serif JP", serif;
  margin-top: 116px;
}
@media (max-width: 800px) {
  .home--main .section--2 .btn-detail {
    font-size: 16px;
    width: 70%;
    height: 65px;
    margin: 0 auto;
    margin-top: 7rem;
  }
}
.home--main .section--2 .btn-detail a {
  color: #fff;
}
.home--main .section--2 .btn-detail a i {
  margin-left: 31px;
}
.home--main .section--2 .note {
  letter-spacing: 2.4px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 107px;
}
.home--main .section--3 {
  background-image: url(img/home/1038648.jpg);
  padding-top: 154px;
  padding-bottom: 153px;
}
.home--main .section--3 .heading-arrow {
  margin-bottom: 205px;
}
.home--main .section--3 .inner--2 {
  max-width: 1650px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .home--main .section--3 .inner--2 {
    margin: 0 20px;
  }
}
.home--main .section--3 .inner--2 .box--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .home--main .section--3 .inner--2 .box--2col {
    display: block;
  }
}
.home--main .section--3 .inner--2 .box--2col:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home--main .section--3 .inner--2 .box--2col:nth-of-type(2) .text-item {
  margin-left: unset;
  margin-right: -10rem;
}
.home--main .section--3 .inner--2 .box--2col .img-item img {
  width: 824px;
  height: 553px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #707070;
}
@media (max-width: 800px) {
  .home--main .section--3 .inner--2 .box--2col .img-item img {
    height: auto;
  }
}
.home--main .section--3 .inner--2 .box--2col .text-item {
  margin-left: -10rem;
  background-color: rgba(255, 255, 255, 0.5333333333);
  max-width: 737px;
  width: 100%;
  padding: 90px;
}
@media (max-width: 800px) {
  .home--main .section--3 .inner--2 .box--2col .text-item {
    margin-left: unset;
    padding: 40px 0;
    position: relative;
    top: -4rem;
  }
}
.home--main .section--3 .inner--2 .box--2col .text-item p {
  letter-spacing: 2.4px;
  font-weight: 300;
}
.home--main .section--4 {
  background-image: url(img/home/22526631.jpg);
  padding: 143px 0;
}
.home--main .section--4 .heading-arrow {
  margin-bottom: 201px;
}
.home--main .section--4 .news-list {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.home--main .section--4 .news-list .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #707070;
  padding: 40px;
}
@media (max-width: 800px) {
  .home--main .section--4 .news-list .news-item {
    font-size: 12px;
  }
}
.home--main .section--4 .news-list .news-item .news-date {
  letter-spacing: 1.6px;
}
.home--main .section--4 .news-list .news-item .news-title {
  letter-spacing: 1.6px;
  margin-left: 149px;
  color: #000000;
}
@media (max-width: 800px) {
  .home--main .section--4 .news-list .news-item .news-title {
    margin-left: 3rem;
  }
}
.home--main .section--5 {
  background-image: url(img/home/1038648.jpg);
  padding: 10rem 0;
}
.home--main .section--5 .timeline {
  list-style: none;
  padding-top: 12rem;
}
.home--main .section--5 .timeline > li {
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .home--main .section--5 .timeline > li .timeline-date {
    font-weight: 700;
  }
}
.home--main .section--5 .timeline > li .timeline-content h3 {
  letter-spacing: 1.6px;
  font-weight: 300;
}
@media (min-width: 800px) {
  .home--main .section--5 .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .home--main .section--5 .timeline > li:first-child .timeline-content {
    margin-top: 25px;
    padding-top: 0;
  }
  .home--main .section--5 .timeline > li:last-child .timeline-content {
    padding-bottom: 0px;
    margin-top: -23px;
  }
  .home--main .section--5 .timeline .timeline-date {
    width: 110px;
    float: left;
    margin-top: 25px;
    letter-spacing: 1.6px;
    font-weight: 300;
  }
  .home--main .section--5 .timeline .timeline-content {
    width: 75%;
    float: left;
    border-left: 1px #707070 solid;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 96px;
  }
  .home--main .section--5 .timeline .timeline-content h3 {
    letter-spacing: 1.6px;
    font-weight: 300;
  }
  .home--main .section--5 .timeline .timeline-content::before {
    content: "";
    width: 26px;
    height: 26px;
    background: #000000;
    position: absolute;
    left: 98px;
    top: 24px;
    border-radius: 100%;
  }
}

.recipes--main .section--1 {
  background-image: url(img/home/22526631.jpg);
  padding-top: 14rem;
  padding-bottom: 20rem;
}
.recipes--main .section--1 .inner--2 {
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .recipes--main .section--1 .inner--2 {
    margin: 0 20px;
  }
}
.recipes--main .section--1 .heading-arrow {
  margin-bottom: 205px;
}
.recipes--main .section--1 .layout__two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 507px;
  margin-bottom: 136px;
}
.recipes--main .section--1 .layout__two-column:nth-child(even) .item-box {
  left: unset;
  right: 0;
}
.recipes--main .section--1 .layout__two-column:nth-child(even) .img-box {
  right: unset;
  left: 0;
}
@media (max-width: 800px) {
  .recipes--main .section--1 .layout__two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}
.recipes--main .section--1 .layout__two-column .item-box {
  position: absolute;
  max-width: 753px;
  width: 100%;
  height: 454px;
  background-color: rgba(250, 246, 237, 0.7);
  border: 1px solid #000000;
  z-index: 1;
  left: 0;
}
@media (max-width: 800px) {
  .recipes--main .section--1 .layout__two-column .item-box {
    position: static;
    margin-top: -5rem;
    height: auto;
    width: 90%;
  }
}
.recipes--main .section--1 .layout__two-column .item-box h2 {
  font-size: 40px;
  letter-spacing: 4px;
  font-weight: 700;
  text-align: center;
  margin-top: 47px;
  position: relative;
}
@media (max-width: 800px) {
  .recipes--main .section--1 .layout__two-column .item-box h2 {
    font-size: 32px;
  }
}
.recipes--main .section--1 .layout__two-column .item-box h2::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #707070;
  max-width: 508px;
  width: 100%;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 800px) {
  .recipes--main .section--1 .layout__two-column .item-box h2::after {
    width: 80%;
  }
}
.recipes--main .section--1 .layout__two-column .item-box .inline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 90px;
}
.recipes--main .section--1 .layout__two-column .item-box .inline-list ul {
  letter-spacing: 2.4px;
  color: #000000;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 800px) {
  .recipes--main .section--1 .layout__two-column .item-box .inline-list ul {
    font-size: 14px;
    padding-bottom: 3rem;
  }
}
.recipes--main .section--1 .layout__two-column .img-box {
  position: absolute;
  right: 0;
}
@media (max-width: 800px) {
  .recipes--main .section--1 .layout__two-column .img-box {
    position: static;
  }
}
.recipes--main .section--1 .layout__two-column .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.15);
}
.recipes--main .section--1 .layout__two-column .img-box img {
  width: 807px;
  height: 507px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .recipes--main .section--1 .layout__two-column .img-box img {
    height: auto;
  }
}
.recipes--main .section--1 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1.6px;
  font-weight: 300;
}
@media (max-width: 800px) {
  .recipes--main .section--1 p {
    padding: 25px;
  }
}
.recipes--main .section--2 {
  background-image: url(img/home/1038648.jpg);
  padding-top: 18.6rem;
  padding-bottom: 20rem;
}
.recipes--main .section--2 .inner > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 12rem;
  letter-spacing: 2.4px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18.4rem;
}
.recipes--main .section--2 .img-box {
  position: relative;
  margin-bottom: 10rem;
}
.recipes--main .section--2 .img-box img {
  width: 696px;
  height: 396px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .recipes--main .section--2 .img-box img {
    height: auto;
  }
}
.recipes--main .section--2 .img-box h3 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
  max-width: 188px;
  width: 100%;
  height: 93px;
  border: 2px solid #707070;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .recipes--main .section--2 .img-box h3 {
    top: -12rem;
  }
}
.recipes--main .section--2 h4 {
  font-size: 40px;
  letter-spacing: 8px;
  color: #FFFFFF;
  background-color: #070606;
  padding: 4px;
  text-align: center;
}
.recipes--main .section--2 h5 {
  letter-spacing: 15.4px;
  font-weight: 700;
  font-size: 77px;
  text-align: center;
  position: relative;
  max-width: 708px;
  width: 100%;
  margin: 0 auto;
  margin-top: 7rem;
}
@media (max-width: 800px) {
  .recipes--main .section--2 h5 {
    font-size: 32px;
  }
}
.recipes--main .section--2 h5 span {
  letter-spacing: 6.2px;
  font-size: 32px;
}
@media (max-width: 800px) {
  .recipes--main .section--2 h5 span {
    font-size: 16px;
  }
}
.recipes--main .section--2 h5::before, .recipes--main .section--2 h5::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 2px;
  width: 100%;
  background-color: #707070;
}
@media (max-width: 800px) {
  .recipes--main .section--2 h5::before {
    top: -20px;
  }
}
.recipes--main .section--2 h5::after {
  bottom: 0;
}
@media (max-width: 800px) {
  .recipes--main .section--2 h5::after {
    bottom: -20px;
  }
}
.recipes--main .section--2 h6 {
  letter-spacing: 3.2px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-top: 7rem;
}
@media (max-width: 800px) {
  .recipes--main .section--2 h6 {
    font-size: 24px;
    text-align: left;
  }
}

.fukushima-fund--main {
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.fukushima-fund--main .section--1 {
  margin-top: 133px;
  margin-bottom: 197px;
}
.fukushima-fund--main .section--1 h1 {
  font-size: 24px;
  text-align: center;
  position: relative;
}
.fukushima-fund--main .section--1 h1::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #707070;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 564px;
  width: 100%;
  bottom: -28.5px;
}
.fukushima-fund--main .section--1 .p--1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 133px;
  font-size: 16px;
  margin-bottom: 42px;
}
.fukushima-fund--main .section--1 .p--2 {
  color: #E02727;
  text-align: center;
  font-size: 16px;
}
.fukushima-fund--main .section--1 a {
  color: #000000;
  text-align: center;
  display: block;
  font-size: 16px;
  margin-bottom: 6rem;
}
.fukushima-fund--main .section--1 .p--3 {
  text-align: center;
  margin-bottom: 2rem;
}
.fukushima-fund--main .section--1 h2 {
  font-size: 24px;
  text-align: center;
}
.fukushima-fund--main .section--1 h2 span {
  margin-left: 2rem;
  font-size: 16px;
  font-weight: 500;
}
.fukushima-fund--main .section--1 .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 84px;
  margin-top: 96px;
  margin-bottom: 106px;
}
@media (max-width: 800px) {
  .fukushima-fund--main .section--1 .img-box {
    display: block;
  }
}
.fukushima-fund--main .section--1 .img-box img {
  width: 352px;
  height: 352px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fukushima-fund--main .section--1 h3 {
  text-align: center;
  font-weight: 500;
}

.contact--main .section--1 {
  background-image: url(img/home/22526631.jpg);
  padding-top: 14rem;
  padding-bottom: 20rem;
}
.contact--main .section--1 p {
  font-size: 32px;
  letter-spacing: 3.2px;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  margin-top: 20rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 800px) {
  .contact--main .section--1 p {
    font-size: 16px;
    white-space: wrap;
  }
}
.contact--main .section--1 .footer-contact {
  margin-top: 116px;
  color: #000;
}
.contact--main .section--1 .footer-contact h2 {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 4.8px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 800px) {
  .contact--main .section--1 .footer-contact h2 {
    font-size: 24px;
  }
}
.contact--main .section--1 .footer-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-weight: 700;
  font-size: 56px;
  position: relative;
}
@media (max-width: 800px) {
  .contact--main .section--1 .footer-contact a {
    font-size: 24px;
  }
}
.contact--main .section--1 .footer-contact a img {
  width: 89.6px;
  height: 89.6px;
  margin-right: 19px;
}
@media (max-width: 800px) {
  .contact--main .section--1 .footer-contact a img {
    width: 50px;
    height: 50px;
  }
}
.contact--main .section--1 .footer-contact a::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  height: 1px;
  max-width: 797px;
  width: 100%;
  background: #000;
}
.contact--main .section--1 .map {
  text-align: center;
  margin-top: 132px;
}
.contact--main .section--1 .map iframe {
  max-width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.contact--main .section--1 h3 {
  letter-spacing: 2.4px;
  font-size: 24px;
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 800px) {
  .contact--main .section--1 h3 {
    font-size: 16px;
  }
}

/*---------------------------------------------

		投稿用

----------------------------------------------*/
.single-post,
.archive {
  /*-- サイドバー --*/
  /*-- 記事がない場合 --*/
}
.single-post h2,
.archive h2 {
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .single-post h2,
  .archive h2 {
    margin: 48px auto 48px;
  }
}
.single-post h3,
.archive h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 116px;
}
@media (max-width: 640px) {
  .single-post h3,
  .archive h3 {
    margin-bottom: 64px;
    font-size: 1.8rem !important;
  }
}
.single-post #blog-container,
.archive #blog-container {
  max-width: 1080px;
  overflow: hidden;
  margin: 0 auto;
}
.single-post #blog-container h4,
.archive #blog-container h4 {
  font-size: 2.4rem;
  margin: 0 0 32px 32px;
}
@media (max-width: 640px) {
  .single-post #blog-container h4,
  .archive #blog-container h4 {
    font-size: 1.8rem !important;
  }
}
.single-post #blog-container .inner,
.archive #blog-container .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*-- メインコンテンツ --*/
}
@media (max-width: 800px) {
  .single-post #blog-container .inner,
  .archive #blog-container .inner {
    display: block;
  }
}
.single-post #blog-container .inner .blog-main,
.archive #blog-container .inner .blog-main {
  max-width: 773px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  /*-- ブログアーカイブ --*/
}
@media screen and (max-width: 700px) {
  .single-post #blog-container .inner .blog-main,
  .archive #blog-container .inner .blog-main {
    float: none;
  }
}
.single-post #blog-container .inner .blog-main article,
.archive #blog-container .inner .blog-main article {
  width: 50%;
}
.single-post #blog-container .inner .blog-main .archive-post,
.archive #blog-container .inner .blog-main .archive-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .single-post #blog-container .inner .blog-main .archive-post,
  .archive #blog-container .inner .blog-main .archive-post {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.single-post #blog-container .inner .blog-main .archive-post:after,
.archive #blog-container .inner .blog-main .archive-post:after {
  content: "";
  display: block;
  width: 222px;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
.single-post #blog-container .inner .blog-main .archive-post .post-item,
.archive #blog-container .inner .blog-main .archive-post .post-item {
  padding: 20px 8px;
  width: 222px;
  text-align: center;
}
@media (max-width: 640px) {
  .single-post #blog-container .inner .blog-main .archive-post .post-item,
  .archive #blog-container .inner .blog-main .archive-post .post-item {
    width: 160px;
  }
  .single-post #blog-container .inner .blog-main .archive-post .post-item .excerpt p,
  .archive #blog-container .inner .blog-main .archive-post .post-item .excerpt p {
    font-size: 1.4rem;
  }
}
.single-post #blog-container .inner .blog-main .archive-post .post-item .blog-meta .post-categories,
.archive #blog-container .inner .blog-main .archive-post .post-item .blog-meta .post-categories {
  margin-bottom: 8px;
}
.single-post #blog-container .inner .blog-main .archive-post .post-item .blog-meta .post-categories a,
.archive #blog-container .inner .blog-main .archive-post .post-item .blog-meta .post-categories a {
  color: #000;
  text-decoration: none;
}
.single-post #blog-container .inner .blog-main .archive-post .post-item .blog-meta .date,
.archive #blog-container .inner .blog-main .archive-post .post-item .blog-meta .date {
  text-align: center;
}
.single-post #blog-container .inner .blog-main .archive-post .post-item .blog-title,
.archive #blog-container .inner .blog-main .archive-post .post-item .blog-title {
  display: block;
  margin: 16px 0;
  font-size: 1.8rem;
  color: #2e3180;
}
.single-post #blog-container .inner .blog-main .archive-post .post-item .excerpt p,
.archive #blog-container .inner .blog-main .archive-post .post-item .excerpt p {
  text-align: left;
}
.single-post #blog-container .inner .blog-main .single-post,
.archive #blog-container .inner .blog-main .single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.single-post #blog-container .inner .blog-main .single-post .post-item,
.archive #blog-container .inner .blog-main .single-post .post-item {
  padding: 20px 16px;
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
}
.single-post #blog-container .inner .blog-main .single-post .post-item .blog-meta .post-categories,
.archive #blog-container .inner .blog-main .single-post .post-item .blog-meta .post-categories {
  margin-bottom: 8px;
}
.single-post #blog-container .inner .blog-main .single-post .post-item .blog-meta .post-categories a,
.archive #blog-container .inner .blog-main .single-post .post-item .blog-meta .post-categories a {
  color: #000;
  text-decoration: none;
}
.single-post #blog-container .inner .blog-main .single-post .post-item .blog-meta .date,
.archive #blog-container .inner .blog-main .single-post .post-item .blog-meta .date {
  text-align: center;
}
.single-post #blog-container .inner .blog-main .single-post .post-item .blog-title,
.archive #blog-container .inner .blog-main .single-post .post-item .blog-title {
  display: block;
  margin: 32px 0;
  font-size: 1.8rem;
  color: #2e3180;
}
.single-post #blog-container .inner .blog-main .single-post .post-item .blog-title a,
.archive #blog-container .inner .blog-main .single-post .post-item .blog-title a {
  color: #2e3180;
  font-size: 2rem;
}
.single-post #blog-container .inner .pagination,
.archive #blog-container .inner .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 56px;
}
.single-post #blog-container .inner .pagination .prev a,
.single-post #blog-container .inner .pagination .next a,
.archive #blog-container .inner .pagination .prev a,
.archive #blog-container .inner .pagination .next a {
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  letter-spacing: 1px;
}
.single-post #blog-container .inner .pagination .prev a,
.archive #blog-container .inner .pagination .prev a {
  padding: 0 0px 20px 48px;
}
.single-post #blog-container .inner .pagination .prev a .fas,
.archive #blog-container .inner .pagination .prev a .fas {
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-post #blog-container .inner .pagination .prev a:hover,
.archive #blog-container .inner .pagination .prev a:hover {
  opacity: 0.8;
}
.single-post #blog-container .inner .pagination .prev a:hover .fas,
.archive #blog-container .inner .pagination .prev a:hover .fas {
  left: -5px;
}
.single-post #blog-container .inner .pagination .next a,
.archive #blog-container .inner .pagination .next a {
  padding: 0 48px 20px 0px;
}
.single-post #blog-container .inner .pagination .next a .fas,
.archive #blog-container .inner .pagination .next a .fas {
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-post #blog-container .inner .pagination .next a:hover,
.archive #blog-container .inner .pagination .next a:hover {
  opacity: 0.8;
}
.single-post #blog-container .inner .pagination .next a:hover .fas,
.archive #blog-container .inner .pagination .next a:hover .fas {
  right: -5px;
}
.single-post .wp-pagenavi,
.archive .wp-pagenavi {
  text-align: center;
}
.single-post .wp-pagenavi a,
.single-post .wp-pagenavi span,
.archive .wp-pagenavi a,
.archive .wp-pagenavi span {
  display: inline-block;
  padding: 5px 10px !important;
  margin: 6px;
}
.single-post .wp-pagenavi a.current,
.single-post .wp-pagenavi span.current,
.archive .wp-pagenavi a.current,
.archive .wp-pagenavi span.current {
  background-color: #000;
  color: #fff;
}
.single-post .wp-pagenavi a,
.archive .wp-pagenavi a {
  color: #000;
}
.single-post #blog-side,
.archive #blog-side {
  width: 208px;
  margin-left: 24px;
}
@media (max-width: 800px) {
  .single-post #blog-side,
  .archive #blog-side {
    width: 100%;
    padding: 0 16px;
    float: none;
    margin-top: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 640px) {
  .single-post #blog-side,
  .archive #blog-side {
    margin: 64px auto 0;
  }
}
.single-post #blog-side .widgettitle,
.archive #blog-side .widgettitle {
  margin-bottom: 45px;
  position: relative;
  margin-top: 8px;
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 4px;
  letter-spacing: unset;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: solid 1px #000;
}
.single-post #blog-side > li,
.archive #blog-side > li {
  margin-bottom: 64px;
  list-style-type: none;
}
.single-post #blog-side > li ul li,
.archive #blog-side > li ul li {
  margin-bottom: 16px;
  background-image: url("../img/news-side-arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: left center;
  padding-left: 32px;
}
.single-post #blog-side > li ul li a,
.archive #blog-side > li ul li a {
  font-size: 1.3rem;
  color: #4d4d4d;
  text-decoration: none;
  font-size: 1.4rem;
  border: none;
  background-position: center left;
  background-repeat: no-repeat;
}
.single-post #blog-side > li ul li .post-date,
.archive #blog-side > li ul li .post-date {
  display: block;
  color: #999;
  font-size: 1.3rem;
}
.single-post .np-post,
.archive .np-post {
  text-align: center;
  margin: 64px 0;
}
.single-post .post-content p,
.archive .post-content p {
  margin-bottom: 1.6rem;
  line-height: 2.4rem;
  text-align: justify;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
.single-post .post-content blockquote,
.archive .post-content blockquote {
  color: #666;
  line-height: 100%;
  position: relative;
  width: 80%;
  margin: 10% auto;
  text-align: center;
}
.single-post .post-content blockquote::before,
.archive .post-content blockquote::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 0;
  font-family: Arial, sans-serif;
  font-size: 64px;
  font-style: normal;
}
.single-post .post-content blockquote::after,
.archive .post-content blockquote::after {
  content: "”";
  position: absolute;
  bottom: -60px;
  right: 0;
  font-family: Arial, sans-serif;
  font-size: 64px;
  font-style: normal;
}
.single-post .post-content blockquote p,
.archive .post-content blockquote p {
  margin-bottom: 3.2rem;
  line-height: 200%;
}
.single-post .button,
.archive .button {
  background-color: #fff;
  color: #4d4d4d;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 10px 35px 8px;
  text-decoration: none;
  border: solid #4d4d4d 3px;
  letter-spacing: 0.05em;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
}
.single-post .button:hover,
.archive .button:hover {
  background-color: #4d4d4d;
  color: #fff;
}

.sp-slidein-nav .header__nav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  z-index: 90;
  background-color: rgba(250, 246, 237, 0.8666666667);
  overflow: hidden;
}
.sp-slidein-nav .inner {
  position: relative;
}
@media (max-width: 800px) {
  .sp-slidein-nav .inner .div--1 {
    width: 100%;
    margin-left: 2rem;
    margin-top: 1rem;
  }
}
.sp-slidein-nav .inner .div--1 a {
  display: block;
  margin: 9rem 8rem;
}
@media (max-width: 800px) {
  .sp-slidein-nav .inner .div--1 a {
    margin: unset;
  }
}
.sp-slidein-nav .inner .div--1 a h1 {
  font-size: 40px;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .sp-slidein-nav .inner .div--1 a h1 {
    font-size: 32px;
    color: #000;
  }
}
.sp-slidein-nav .inner .div--1 a h1 span {
  color: #065F8E;
}
.sp-slidein-nav .inner .nav-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  margin: 0 auto;
}
.sp-slidein-nav .inner .nav-body li a {
  width: 100%;
  margin: 30px 0;
  padding: 5px;
  text-decoration: none;
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.sp-slidein-nav .inner .nav-body li a span {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sp-slidein-nav .inner .nav-body li a:hover {
  background-position: -100% 0;
}
.sp-slidein-nav .inner .nav-body li a:hover span {
  color: #fff;
}
.sp-slidein-nav .inner .nav-body li:last-child a {
  margin-bottom: 0;
}
.sp-slidein-nav .inner .nav--menu {
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.sp-slidein-nav .inner .nav--menu ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 2rem;
  line-height: 2.5;
}
.sp-slidein-nav .inner .nav--menu ul li {
  font-size: 18px;
  margin-bottom: 2rem;
  font-weight: 700;
  width: 100%;
  white-space: nowrap;
}
.sp-slidein-nav .inner .nav--menu ul li a {
  letter-spacing: 2px;
  color: #000;
}
.sp-slidein-nav .inner .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.sp-slidein-nav .inner .sns a img {
  width: 50px;
  height: 50px;
}
.sp-slidein-nav .header-nav-bg {
  position: absolute;
  content: "";
  width: 450px;
  height: 450px;
  bottom: 0;
  right: 0;
}

.hamburger {
  position: fixed;
  width: 100px;
  height: 100px;
  right: 20px;
  top: 20px;
  top: 0px;
  right: 0px;
  border: none;
  z-index: 100;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 640px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}
.hamburger span {
  width: 36px;
  height: 1px;
  background-color: #881313;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
  margin: 0 auto;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 8px auto;
}
.hamburger span:nth-child(3) {
  top: 0;
}

.header__nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hamburger.active span {
  background-color: #881313;
}
.hamburger.active span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burge-nav {
  display: none;
}
@media (max-width: 980px) {
  .burge-nav {
    display: block;
  }
}

.noscroll {
  overflow: hidden;
}

.header__nav .footer-contact {
  margin-top: 10rem;
  color: #000;
}
.header__nav .footer-contact h2 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 3.1px;
  text-align: center;
  margin-bottom: 14px;
}
@media (max-width: 800px) {
  .header__nav .footer-contact h2 {
    font-size: 24px;
  }
}
.header__nav .footer-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 800px) {
  .header__nav .footer-contact a {
    font-size: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__nav .footer-contact a img {
  width: 67px;
  height: 67px;
  margin-right: 19px;
}
@media (max-width: 800px) {
  .header__nav .footer-contact a img {
    width: 47px;
    height: 47px;
  }
}

/*# sourceMappingURL=style.css.map */