@charset "UTF-8";
/* 設定
******************************************************************************************** */
/* txt-maker */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");
/* 基本設定
******************************************************************************************** */
html {
  /* overflow-x: hidden; */
  cursor: inherit;
  /* font-size: 62.5%; */
  /* overflow-x: auto; */
}

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Arial", "メイリオ", "Meiryo", "sans-serif";
  font-weight: 400;
  background: #f7f8f8;
  color: #000;
  width: 100%;
  /* min-width: $ww; */
  overflow-x: hidden;
  line-height: 1.5;
  letter-spacing: 0.03em;
  /* -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; */
}

img {
  backface-visibility: hidden;
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #433f3f;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: rgb(119.5692307692, 112.4307692308, 112.4307692308);
}
a img {
  transition: 0.5s ease-in-out;
}

a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* レイアウト設定
******************************************************************************************** */
.in-width {
  max-width: 1000px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .in-width {
    width: 100%;
  }
}

.drawer--navbarTopGutter {
  padding-top: 0 !important;
}

/* FLOAT CONFIG
******************************************************************************************** */
.clear {
  clear: both;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.center {
  text-align: center;
}
.center img {
  display: inline;
}

.left {
  text-align: left;
}

.flrpic {
  display: inline;
  float: right;
  margin: 0 0 0 15px;
}
.flrpic img {
  display: inline;
  margin-bottom: 5px;
}

.fllpic {
  float: left;
  margin: 0 15px 0 0;
}
.fllpic img {
  display: inline;
  margin-bottom: 5px;
}

.centerpic {
  margin: 0 auto;
  text-align: center;
}
.centerpic img {
  display: inline;
}

.flrtbl {
  float: right;
  margin: 0 0 25px 25px;
}

.flltbl {
  float: left;
  margin: 0 25px 25px 0;
}

.alr {
  text-align: right;
}
.alr img {
  display: inline;
}

.inline {
  display: inline;
}

.all {
  text-align: left;
}

/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.pager {
  max-width: 800px;
  margin: 0 auto;
  /*  Smartphone */
  padding: 0 5%;
  margin: 80px auto 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .pager {
    width: 100%;
  }
}
.pager__single {
  padding: 0;
  list-style: none;
}
.pager__single li {
  margin-bottom: 20px;
}
.pager__single a {
  color: #433f3f;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.pager__single a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #b50014;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: 1px;
}
.pager__single a:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}
.pager__prev {
  float: left;
  text-align: left;
}
.pager__prev a i {
  margin-right: 10px;
}
.pager__next {
  float: right;
  text-align: right;
}
.pager__next a i {
  margin-left: 10px;
}
.pager__index {
  clear: both;
  text-align: center;
}
.pager__index a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #433f3f;
}
.pager__index a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #b50014;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: 1px;
}
.pager__index a:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}
.pager__index a i {
  margin-right: 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #b50014;
  background-color: #fff;
  padding: 10px 15px !important;
  margin: 0 2px !important;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: 1px solid #b50014 !important;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #b50014;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #b50014;
}

/* =================================
  HEADER
================================= */
header {
  background: #fff;
}
header .header {
  max-width: 1000px;
  margin: 0 auto;
  /*  Smartphone */
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  header .header {
    width: 100%;
  }
}
header .header__logo {
  padding: 30px 0;
  margin: 0;
}
header .header__logo img {
  width: 175px;
}
header .header .glnv {
  padding: 50px 0 0 0;
  margin: 0;
  list-style: none;
}
header .header .glnv li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
header .header .glnv li a {
  display: block;
}
header .header .glnv li a img {
  width: auto;
  height: 14px;
}
header .header .glnv li:last-child {
  margin-right: 0;
}
header .header .glnv li:last-child a img {
  height: 44px;
}

/* =================================
  FOOTER
================================= */
.footer {
  max-width: 1000px;
  margin: 0 auto;
  /*  Smartphone */
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 40px 0;
}
@media only screen and (max-width: 640px) {
  .footer {
    width: 100%;
  }
}
.footer__logo {
  margin: 0;
}
.footer__logo a {
  display: inline-block;
}
.footer__logo a img {
  width: 175px;
}
.footer__logo span {
  vertical-align: sub;
  margin-left: 15px;
  line-height: 0;
}
.footer__left {
  color: #b50014;
}
.footer .copyright {
  font-size: 12px;
  font-size: 0.75rem;
}
.footer .copyright a {
  color: #b50014;
}
.footer__right .fnv {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__right .fnv li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.footer__right .fnv li:last-child {
  margin: 0;
}
.footer__right .fnv li a {
  color: #b50014;
  font-size: 18px;
  font-size: 1.125rem;
}

/* 共通設定 */
.pc-mode {
  display: block;
}

.sp-mode {
  display: none;
}/*# sourceMappingURL=common.css.map */