@charset "UTF-8";
/*==========================================
矢印 >
===========================================*/
/*==========================================
矢印 ▶
===========================================*/
/*==========================================
背景ストライプ   ($deg=0 平行)($deg=45deg 斜め)
===========================================*/
/*==========================================
Flexbox
===========================================*/
/*==========================================
上下左右中央揃え
===========================================*/
/*==========================================
上下中央揃え
===========================================*/
/*==========================================
before,after
===========================================*/
/*==========================================
最後の行のmargin-bottomを0にする
===========================================*/
/*==========================================
メインビジュアル(スライダー)
===========================================*/
/*==========================================
タイトル左右のボーダー
===========================================*/
/*==========================================
hover時に中央から外側に向けてのボーダー
===========================================*/
/*==========================================
カーテン
===========================================*/
/*==========================================
グラデーション
===========================================*/
/*-----------------------------
→方向
-----------------------------*/
/*-----------------------------
↓方向
-----------------------------*/
/*-----------------------------
斜め方向
-----------------------------*/
/*==========================================
iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
===========================================*/
/*==========================================
画面幅3分割レイアウト
===========================================*/
#wrapper {
  position: relative;
  overflow: hidden;
}

* {
  min-height: 0vw;
  /* Safari clamp関数対策 */
}

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

a {
  color: #333;
}

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 .3s;
  transition: all .3s;
}

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

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

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

/*==========================================
投稿画像トリミング
===========================================*/
.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%);
}

/*==========================================
ページネーション
===========================================*/
@media screen and (min-width: 768px) {
  .pagenation {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pagenation {
    font-size: 1rem;
  }
}
.pagenation {
  color: #00a7d7;
  position: relative;
  padding-top: 2.5%;
  border-top: 1px solid #e6e6e6;
  margin-top: 4%;
}
.pagenation a {
  position: relative;
  color: #00a7d7;
}
.pagenation li {
  background: #fff;
  color: #00a7d7;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 10px;
}
.pagenation li a {
  display: block;
  color: #00a7d7;
  padding: 6px 13px;
  border: 1px solid #00a7d7;
}
.pagenation li a:hover {
  background: #00a7d7;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}
.pagenation .current {
  background: #00a7d7;
  color: #fff !important;
  padding: 7px 14px;
}
.pagenation .right,
.pagenation .left {
  position: absolute;
  z-index: 2;
  top: 5px;
}
.pagenation .right a,
.pagenation .left a {
  position: relative;
}
.pagenation .right {
  right: 2%;
}
.pagenation .right a span {
  position: relative;
  transition: all .3s;
}
.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 #00a7d7;
  border-right: 1px solid #00a7d7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
}
.pagenation .center {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: bold;
  top: 6px;
}
.pagenation .left {
  left: 2%;
}
.pagenation .left a span {
  position: relative;
  transition: all .3s;
}
.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 #00a7d7;
  border-right: 1px solid #00a7d7;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition: all .3s;
}

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

/*==========================================
site.php
===========================================*/
#site-map li {
  border-bottom: 1px solid #00a7d7;
  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 #00a7d7;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#site-map li a:after {
  left: 5px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #00a7d7;
  border-right: 1px solid #00a7d7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#site-map li a:hover {
  color: #00a7d7;
  letter-spacing: 2px;
}
