@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

/* btn */
/* 基本設定
******************************************************************************************** */
html {
  /* overflow-x: hidden; */
  cursor: inherit;
  font-size: 62.5%;
  scroll-behavior: smooth;
  /* 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 Serif JP", "ヒラギノ明朝 ProN W3", "Yu Mincho Medium", "游明朝 Medium", "YuMincho", "游明朝体", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  font-weight: 400;
  background: #fff;
  color: #564031;
  width: 100%;
  /* min-width: $ww; */
  overflow-x: hidden;
  line-height: normal;
  letter-spacing: 0.05em;
  /* -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; */
}

img {
  image-rendering: -webkit-optimize-contrast;
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #564031;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #977056;
}

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: 900px;
  margin: 0 auto;
  /*  Smartphone */
  margin: 80px auto;
  text-align: center;
}

@media only screen and (max-width: 499) {
  .pager {
    width: 100%;
  }
}

.pager__single {
  padding: 0;
  list-style: none;
}

.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 {
  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: #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: 1000px;
  margin: 0 auto;
  /*  Smartphone */
}

@media only screen and (max-width: 499) {
  .in-width {
    width: 100%;
  }
}

/* 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 */
