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

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: 960px;
  margin: 0 auto;
  /*  Smartphone */
  margin: 80px auto;
  text-align: center;
  border-top: 1px solid #c8c9ca;
  border-bottom: 1px solid #c8c9ca;
  padding: 20px;
}
@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: #c30d23;
  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: #c30d23;
  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;
  padding: 60px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  padding: 0 !important;
  margin: 0 20px !important;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: none !important;
}

.wp-pagenavi a:hover {
  color: #c30d23;
}

.wp-pagenavi span.current {
  color: #c30d23;
  font-weight: normal !important;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #fff;
  font-size: 0;
}
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
  content: "";
  display: inline-block;
  background: url(../assets/img/news/next.png) no-repeat;
  background-size: cover;
  width: 50px;
  height: 16px;
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  color: #fff;
}

.wp-pagenavi .previouspostslink::after {
  background: url(../assets/img/news/prev.png) no-repeat;
  background-size: cover;
}

/*-----------------------------
ギャラリー
------------------------------*/
.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%;
  }
}

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

.header__in {
  max-width: 1200px;
  margin: 0 auto;
  /*  Smartphone */
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 30px 0;
}
@media only screen and (max-width: 640px) {
  .header__in {
    width: 100%;
  }
}
.header__logo {
  margin: 0;
}
.header .gnav__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;
}
.header .gnav__list li {
  margin: 0 20px;
}
.header .gnav__list li a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.header .sns {
  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;
}
.header .sns li {
  margin: 0 5px;
}
.header .sns li img {
  max-height: 34px;
}

/* kv
******************************************************************************************** */
.kv {
  aspect-ratio: 16/9;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 0;
}
.kv__player {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.kv__player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.kv__mask {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 1;
}

.footer {
  background: transparent url(../assets/img/common/bg_footer.jpg) repeat;
}
.footer__in {
  max-width: 1200px;
  margin: 0 auto;
  /*  Smartphone */
  padding: 100px 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) {
  .footer__in {
    width: 100%;
  }
}
.footer__logo {
  margin-bottom: 40px;
}
.footer__detail address {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.footer__sns {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__sns li {
  display: inline-block;
}
.footer__sns li:first-child {
  margin-right: 10px;
}
.footer .fnav__list {
  margin: 0;
  padding: 0 0 0 40px;
  list-style: none;
  border-left: 4px solid #000;
}
.footer .fnav__list li {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.footer .copyright {
  margin: 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

/* pikopiko
******************************************************************************************** */
.pikopiko {
  animation: pikopiko 1.5s infinite;
}

@keyframes pikopiko {
  0% {
    transform: translateY(0px);
  }
  30% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* 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 */