@charset "UTF-8";
/*==========================================
矢印 >
===========================================*/
/*==========================================
矢印 ▶
===========================================*/
/*==========================================
背景ストライプ   ($deg=0 平行)($deg=45deg 斜め)
===========================================*/
/*==========================================
Flexbox
===========================================*/
/*==========================================
上下左右中央揃え
===========================================*/
/*==========================================
上下中央揃え
===========================================*/
/*==========================================
before,after
===========================================*/
/*==========================================
最後の行のmargin-bottomを0にする
===========================================*/
/*==========================================
メインビジュアル(スライダー)
===========================================*/
/*==========================================
タイトル左右のボーダー
===========================================*/
/*==========================================
hover時に中央から外側に向けてのボーダー
===========================================*/
/*==========================================
カーテン
===========================================*/
/*==========================================
グラデーション
===========================================*/
/*-----------------------------
→方向
-----------------------------*/
/*-----------------------------
↓方向
-----------------------------*/
/*-----------------------------
斜め方向
-----------------------------*/
/*==========================================
iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
===========================================*/
/*==========================================
画面幅3分割レイアウト
===========================================*/
/*==========================================
PC時のフォントに対するclamp()関数
===========================================*/
body {
  width: 100%;
  margin: 0 auto;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  font-style: normal;
  font-optical-sizing: auto;
  color: #272727;
  word-break: normal;
  text-align: center;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #wrapper {
    min-width: 1280px;
  }
}
* {
  min-height: 0vw; /* Safari clamp関数対策 */
}

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

a {
  color: #272727;
}

a::before,
a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

a,
a::before,
a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

a[href^="mailto:"] {
  text-decoration: underline;
}

table {
  width: 100%;
  box-sizing: border-box;
}
table th, table td {
  box-sizing: border-box;
}

/*==========================================
PC表示で電話番号リンクを無効
===========================================*/
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*==========================================
iOS版Chrome対策
===========================================*/
a[href^=fax] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

/*==========================================
非表示項目設定
===========================================*/
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/*==========================================
スマホ用ドロワー無効
===========================================*/
@media screen and (min-width: 768px) {
  .drawer_menu {
    display: none;
  }
  #nav-toggle,
  #global-nav {
    display: none;
  }
  .drawer_menu {
    display: none;
  }
}
/*==========================================
Flexbox
===========================================*/
@media screen and (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*折り返し
  -----------------------*/
  .flx-wrp {
    flex-wrap: wrap;
  }
  /*逆順
  -----------------------*/
  .flx-rr {
    flex-direction: row-reverse;
  }
  /*積み重なるように配置
  -----------------------*/
  .flx-column {
    flex-direction: column;
  }
  /*水平方向の揃え
  =================================================*/
  /*初期値
  -----------------------*/
  .flx-strt {
    -webkit-justify-content: start;
    justify-content: start;
  }
  /*並列で均等配置（左右隙間なし=space-between）
  -----------------------*/
  .flx-btw {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /*並列で均等配置（左右隙間あり=space-around）
  -----------------------*/
  .flx-ard {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  /*水平揃え　末揃え
  -----------------------*/
  .flx-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  /*水平揃え　中央揃え
  -----------------------*/
  .flx-center {
    -webkit-justify-content: center;
    justify-content: center;
  }
  /*垂直方向の揃え
  =================================================*/
  /*水平揃え　上揃え
  -----------------------*/
  .flx-alitem-strt {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  /*水平揃え　高さ揃え
  -----------------------*/
  .flx-alitem-strch {
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  /*水平揃え　縦・横の中央揃え
  -----------------------*/
  .flx-alitem-c {
    -webkit-align-items: center;
    align-items: center;
  }
  /*水平揃え　下揃え
  -----------------------*/
  .flx-alitem-end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  /*水平揃え　ベースライン揃え
  -----------------------*/
  .flx-alitem-base {
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  /*複数行にした揃え方
  =================================================*/
  /*初期値
  -----------------------*/
  .flx-alcont-strt {
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
  /*親要素の開始位置から配置。上揃え
  -----------------------*/
  .flx-alcont-strch {
    -webkit-align-content: stretch;
    align-content: stretch;
  }
  /*親要素の終点から配置。下揃え
  -----------------------*/
  .flx-alcont-end {
    -webkit-align-content: flex-end;
    align-content: flex-end;
  }
  /*中央揃え
  -----------------------*/
  .flx-alcont-c {
    -webkit-align-content: center;
    align-content: center;
  }
  /*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
  -----------------------*/
  .flx-alcont-s-btw {
    -webkit-align-content: space-between;
    align-content: space-between;
  }
  /*上下端にある子要素も含め、均等に間隔をあけて配置
  -----------------------*/
  .flx-alcont-s-ard {
    -webkit-align-content: space-around;
    align-content: space-around;
  }
  .flex-order-1 {
    order: 1;
  }
  .flex-order-2 {
    order: 2;
  }
}
/*==========================================
サイトの標準横幅と内部余白
===========================================*/
@media screen and (min-width: 768px) {
  .inbox {
    width: 1080px;
    margin: 0 auto;
  }
  .com-pd {
    padding: 115px 0;
  }
  .com-pt {
    padding-top: 115px;
  }
  .com-pb {
    padding-bottom: 115px;
  }
  .com-mb {
    margin-bottom: 115px;
  }
}
@media screen and (max-width: 767px) {
  .inbox {
    padding: 0 8%;
    margin: 0 auto;
  }
  .com-pd {
    padding: 16% 0;
  }
  .com-pt {
    padding-top: 16%;
  }
  .com-pb {
    padding-bottom: 16%;
  }
  .com-mb {
    margin-bottom: 16%;
  }
}
/*==========================================
投稿画像トリミング
===========================================*/
.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

/*==========================================
ページネーション
===========================================*/
/* 一覧ページ
----------------------------*/
ul.pagenation {
  display: flex;
  width: 100%;
  justify-content: center;
  color: #837f4e;
  position: relative;
  padding-top: 2.5%;
  border-top: 1px solid #e6e6e6;
  margin-top: 4%;
}
ul.pagenation li {
  background: #2b476a;
  color: #837f4e;
  box-sizing: border-box;
}
ul.pagenation li a {
  display: block;
  color: #837f4e;
  padding: 6px 13px;
  border: 1px solid #837f4e;
  position: relative;
}
ul.pagenation li a:hover {
  background: #837f4e;
  color: #2b476a !important;
  filter: alpha(opacity=100);
  opacity: 1;
}
ul.pagenation .current {
  background: #837f4e;
  color: #2b476a !important;
  padding: 7px 14px;
}

@media screen and (min-width: 768px) {
  .pagenation {
    font-size: 1.4rem;
  }
  ul.pagenation {
    gap: 0 15px;
    padding-top: 40px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .pagenation {
    font-size: 1rem;
  }
  ul.pagenation {
    gap: 0 5%;
    padding-top: 10%;
    margin-top: 12%;
  }
}
/* 詳細ページ
----------------------------*/
div.pagenation {
  color: #2b476a;
  position: relative;
  padding-top: 2.5%;
  border-top: 1px solid #2b476a;
  margin-top: 4%;
}
div.pagenation a {
  position: relative;
  color: #2b476a;
}
div.pagenation .right,
div.pagenation .left {
  position: absolute;
  z-index: 2;
  top: 5px;
}
div.pagenation .right a,
div.pagenation .left a {
  position: relative;
}
div.pagenation .right {
  right: 2%;
}
div.pagenation .right a span {
  position: relative;
}
div.pagenation .right a span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #2b476a;
  border-right: 1px solid #2b476a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.pagenation .center {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: bold;
  top: 6px;
}
div.pagenation .left {
  left: 2%;
}
div.pagenation .left a span {
  position: relative;
}
div.pagenation .left a span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #2b476a;
  border-right: 1px solid #2b476a;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: fixed;
  bottom: 8%;
  right: 3%;
  z-index: 999;
}

/*==========================================
site.php
===========================================*/
#site-map li {
  border-bottom: 1px solid #2b476a;
  text-align: left;
  font-weight: 500;
}
#site-map li a {
  padding: 12px 25px 12px 35px;
  display: block;
  position: relative;
}
#site-map li a:before, #site-map li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#site-map li a:before {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #2b476a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#site-map li a:after {
  left: 5px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #2b476a;
  border-right: 1px solid #2b476a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#site-map li a:hover {
  color: #2b476a;
  letter-spacing: 2px;
}