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

.com-btn-grd {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cda4da+0,fec6dc+50,fff696+100 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(205, 164, 218, 0.3)), color-stop(50%, rgba(254, 198, 220, 0.3)), to(rgba(255, 246, 150, 0.3)));
  background: linear-gradient(to right, rgba(205, 164, 218, 0.3) 0%, rgba(254, 198, 220, 0.3) 50%, rgba(255, 246, 150, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.com-txt-grd {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa7ca+0,eba5d3+50,dfb8ec+100 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 167, 202, 0.4)), color-stop(50%, rgba(235, 165, 211, 0.4)), to(rgba(223, 184, 236, 0.4)));
  background: linear-gradient(to right, rgba(255, 167, 202, 0.4) 0%, rgba(235, 165, 211, 0.4) 50%, rgba(223, 184, 236, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

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

a {
  color: #573100;
}

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

a,
a::before,
a::after {
  -webkit-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%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table th, table td {
  -webkit-box-sizing: border-box;
          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%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

/*==========================================
ページネーション
===========================================*/
.pagenation {
  color: #ffa7ca;
  font-size: 11px;
  position: relative;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
}
.pagenation a {
  position: relative;
  color: #ffa7ca;
}
.pagenation li {
  background: #fff;
  color: #ffa7ca;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  margin-right: 10px;
}
.pagenation li a {
  display: block;
  color: #ffa7ca;
  padding: 3px 8px;
  border: 1px solid #ffa7ca;
}
.pagenation li a:hover {
  background: #ffa7ca;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}
.pagenation .current {
  background: #ffa7ca;
  color: #fff !important;
  padding: 5px 10px;
}
.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;
}
.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 #ffa7ca;
  border-right: 1px solid #ffa7ca;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.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;
}
.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 #ffa7ca;
  border-right: 1px solid #ffa7ca;
  -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 #ffa7ca;
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #ffa7ca;
  border-radius: 50%;
}
#site-map li a:after {
  left: 5px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ffa7ca;
  border-right: 1px solid #ffa7ca;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#site-map li a:hover {
  color: #ffa7ca;
  letter-spacing: 2px;
}
