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

body {
  font-size: 1.6em;
  font-family: "Noto Sans JP", "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Arial", "メイリオ", "Meiryo", "sans-serif";
  font-weight: 400;
  background: #fff;
  color: #000;
  width: 100%;
  /* min-width: $ww; */
  overflow-x: hidden;
  line-height: normal;
  letter-spacing: 0.05em;
  /* -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; */
  border-right: 5px solid #1d2087;
  border-left: 5px solid #e61f19;
}

img {
  filter: blur(0);
  -webkit-filter: blur(0);
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #333333;
}
a img {
  transition: 0.5s ease-in-out;
}

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

a:focus,
button:focus {
  outline: none;
}
a:focus-visible,
button:focus-visible {
  outline: -webkit-focus-ring-color auto 5px;
}

.pager {
  max-width: 980px;
  margin: 0 auto;
  /*  Smartphone */
  margin: 80px auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .pager {
    width: 100%;
  }
}
.pager__single {
  padding: 0;
  list-style: none;
  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;
}
.pager__single a {
  color: #564031;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.pager__single a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffa800;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: 1px;
}
.pager__single a:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}
.pager__prev {
  text-align: left;
}
.pager__prev a i {
  margin-right: 10px;
}
.pager__next {
  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: #564031;
}
.pager__index a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffa800;
  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 {
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #5d8e13;
  background-color: #FFFFFF;
  padding: 8px 15px !important;
  margin: 0 2px !important;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin dotted #5d8e13 !important;
}

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

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

/*-----------------------------
ギャラリー
------------------------------*/
.gallery {
  /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

/** 自動で挿入される clearfix の余白解除 **/
.gallery-item {
  /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0 !important;
}

.gallery-icon {
  /** 画像を囲む dt のスタイル **/
  text-align: center;
}

.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  /** キャプション **/
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  /** カラムなし **/
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
  /* 640px以下用の記述 */
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
/* レイアウト設定
******************************************************************************************** */
.in-width {
  max-width: 1200px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .in-width {
    width: 100%;
  }
}

/* header
******************************************************************************************** */
.header {
  width: 100%;
  background: #000;
  position: relative;
}
.header__in {
  max-width: 1200px;
  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: 10px 40px 10px 0;
}
@media only screen and (max-width: 640px) {
  .header__in {
    width: 100%;
  }
}
.header__logo {
  width: 24%;
  margin: 0;
}
.header__drawer--icon {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 101;
  border: 0;
  background: none;
  cursor: pointer;
}
.header__drawer--icon span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  transition: transform 0.3s linear, top 0.3s linear, opacity 0.3s linear;
}
.header__drawer--icon span:nth-child(2) {
  top: 18px;
}
.header__drawer--icon.is-checked span {
  background: #fff !important;
}
.header__drawer--icon.is-checked span:nth-child(1) {
  top: 13px;
  transform: rotate(45deg);
}
.header__drawer--icon.is-checked span:nth-child(2) {
  top: 13px;
  transform: rotate(-45deg);
}
.header__drawer--icon.is-checked span:nth-child(3) {
  display: none;
}
.header__drawer--content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #333;
  color: #fff;
  text-align: center;
  z-index: 100;
  transform: translateX(101%);
  transition: transform 0.8s ease;
}
.header__drawer--content.is-checked {
  transform: translateX(0);
}
.header__drawer--content__in {
  max-width: 980px;
  margin: 0 auto;
  /*  Smartphone */
  padding: 10% 0 3% 0;
  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__drawer--content__in {
    width: 100%;
  }
}
.header__drawer--content__menu {
  width: 48%;
}
.header__drawer--content__lists {
  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;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.header__drawer--content__lists li {
  border-bottom: 2px solid #fff;
  width: 50%;
}
.header__drawer--content__lists li::before {
  display: none;
}
.header__drawer--content__lists li a {
  display: block;
  padding: 20px 0;
}
.header__drawer--content__lists li a img {
  width: 70%;
}
.header__drawer--content__lists li:nth-child(2n) {
  border-left: 2px solid #fff;
}
.header__drawer--content__lists li:first-child, .header__drawer--content__lists li:nth-child(2) {
  border-top: 2px solid #fff;
}
.header__drawer--content__cv {
  width: 48%;
}
.header__drawer--content__tel {
  margin: 30px 0;
}
.header__drawer--content__time {
  font-size: 18px;
  font-size: 1.8rem;
}
.header__drawer--content__time span {
  font-size: 16px;
  font-size: 1.6rem;
  background: #b5b5b6;
  width: 70%;
  margin: 10px auto;
  letter-spacing: 0.2em;
  display: block;
}
.header__drawer--content__mail {
  margin: 30px 0;
}
.header__drawer--content__logo img {
  max-width: 200px;
}
.header.fixed {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  animation: slideDown 0.3s ease-in-out;
}

.gnav {
  width: 60%;
}
.gnav__list {
  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;
}
.gnav__list li {
  margin: 0 1%;
}
.gnav__list li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
}

/* footer
******************************************************************************************** */
.footer .gotop {
  margin: 0;
  z-index: 10;
  right: 10px;
  bottom: 10px;
}
.footer__in {
  max-width: 980px;
  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;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 40px 0;
}
@media only screen and (max-width: 640px) {
  .footer__in {
    width: 100%;
  }
}
.footer__logo {
  width: 28%;
}
.footer .fnav {
  width: 70%;
}
.footer .fnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.footer .fnav__list li {
  border-right: 2px solid #000;
  width: 15%;
  vertical-align: middle;
}
.footer .fnav__list li::before {
  display: none;
}
.footer .fnav__list li a {
  display: block;
  padding: 15px 5px;
}
.footer .fnav__list li:first-child {
  border-left: 2px solid #000;
}
.footer .fnav__list li:last-child {
  border: 0;
  width: 5%;
}
.footer .copyright {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 0;
}

/* 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%;
}

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

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