@charset "UTF-8";
/* CSS Document
バージョン1.0.1　最終Aisle
*/

html, body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
 
}

.is-layout-constrained > * {
    margin-block-start: 1.2rem; /* ブロックエディタデフォルトボタンの余白を変更 */
}


.entry-footer{
	display: none;
	 /*Editボタンの非表示*/
	
}




/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/* Links
--------------------------------------------- */
a {
  color: #333;
}
footer a {
  color: #000000;
}
a:visited {
  color: #333;
}
footer a:visited {
  color: #000000;
}
a:hover, a:focus, a:active {
  color: #000000;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/

.center{
  text-align: center;
}


/*スムーズスクロール*/
html {
  scroll-behavior: smooth;
}
/*ディスクリプション　*/
.site-description {
  z-index: 1;
  position: relative;
  font-size: 9px;
  /* [disabled]left: 15px; */
  top: -2px;
}
.site-description p {
  margin: 0;
  padding: 0;
}
p.site-description {
  margin-left: 0px;
  padding: 0 0 0 15px;
  margin-bottom: 0px;
}

/*フッタを一番下に固定するCSS*/
.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/*フッタを一番下に固定するCSS*/
main {
  flex: 1;
}
/*カスタムロゴ*/
.custom-logo {
  max-width: 50%;
  width: 250px;
  position: relative;
  z-index: 1000;
  top: 10px;
  /* [disabled]padding-left: 12px; */
  padding-top: 0px;
  left: 16px;
}


/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/

/*ポジション*/
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}

/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/

/*フォントサイズ*/
body h1 {
  font-size: 30px;
  font-weight: 700; /* 極太 */
  letter-spacing: 4px;
}
h2 {
  font-size: 24px;
  font-weight: 500; /* 太め */
}
h2.weight400 {
  font-size: 24px;
  font-weight: 400; /*通常 */
}
p {
  font-size: 16px;
  font-weight: 400; /* 通常 */
}
.small-text {
  font-size: 14px;
  font-weight: 300; /* 軽め */
}
.font20 {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}
/*フォントの重さ*/
.weight400 {
  font-weight: 400; /*通常 */
}
.weight500 {
  font-weight: 500; /*少し太い */
}
.weight600 {
  font-weight: 600; /*太い */
}
/*テキストカラー*/
.white {
  color: white;
}
.black333 {
  color: #333333;
}
/*背景色*/
.white-back {
  background-color: white;
}
.black-back {
  background-color: #333;
}
.navy-back {
  background-color: #030D19;
}
.red-back {
  background-color: red;
}
.cream-back {
  background-color: #FDF2E2;
}
.gray-back {
  background-color: #E9E9E9;
}
/*マージン*/
.margin-h-not {
  margin-top: 0;
  margin-bottom: 0;
}
.margin-h-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-not {
  margin: 0;
}
.margin-auto {
  margin: 0 auto;
}
/*パディング*/
.padding-not {
  padding: 0;
}
.padding-10 {
  padding: 10px;
}
.padding-50 {
  padding: 50px;
}
.padding-w10 {
  padding-right: 10px;
  padding-left: 10px;
}
/*width*/
.width-60 {
  width: 60%;
}
.width-80 {
  width: 80%;
}
/*hight*/
.height-100 {
  min-height: 100px;
}
.height-400 {
  min-height: 400px;
}
.height-480 {
  min-height: 480px
}




/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/

/*display要素*/
.block {
  display: block
}
.none {
  display: none
}
.flex {
  display: flex;
}
/*中心配置親要素に記述*/
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/

/*レイアウト*/
.content-1200 {
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
   min-height: 50px;
		overflow: hidden;
}
p.content-1000, .content-1000 {
  max-width: 1000px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  min-height: 50px;
	overflow: hidden;
	
}
.content-800 {
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
   min-height: 100px;
		overflow: hidden;
}
.content-500 {
  max-width: 500px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
   min-height: 50px;
		overflow: hidden;
}
.content-all {
  width: 100%;
}
.half-content {
  width: 50%;
}

.content-center {
  display: flex;
  justify-content: center;  /* 水平方向の中央 */
  align-items: center;      /* 垂直方向の中央 */
}



/*イメージサイズ*/
img.width-60 {
  width: 60% !important;
  height: auto;
}
img.width-80 {
  width: 80% !important;
  height: auto;
}
/*記事タイトル*/
h1.entry-title {
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-bottom: 48px; /* 文字と線の間隔 */
  font-weight: 600;
  padding-top: 32px;
  font-size: clamp(20px, 3vw, 28px); /* 最小14px, 最大24px */
 
}
h1.entry-title::after {
  content: "";
  display: block;
  width: 250px; /* 線の幅 */
  height: 2px; /* 線の太さ */
  background-color: #878787; /* 線の色 */
  margin: 10px auto 0; /* 上の余白を調整し、中央寄せ */
}
h1.page-title {}
/*見出し*/
/*ストライプ見出し左寄せ*/
.stripe-line {
  background-image: url("img/stripe-line.png");
  margin-bottom: 30px;
  margin-top: 30px;
}
.stripe-line.margin-not {
  margin-bottom: 0px;
  margin-top: 0px;
}
h2.h2box {
  display: inline-block;
  background-color: white;
  margin: 10px 10px;
  padding: 10px 20px;
}
/*ストライプ見出し大　中心にしたい場合は親にflex*/
h2.h2box-large {
  display: inline-block;
  background-color: white;
  margin: 16px 0px;
  padding: 10px 20px;
  width: 80%;
  text-align: center;
}
/*ストライプマーク見出し左寄せ*/
.stripe-mark {
  max-width: 1000px;
  margin: 10px auto 40px;
  background-color: #F5F5F5;
  background-image: url("img/stripe-square.png");
  background-repeat: no-repeat;
  padding-left: 81px;
  padding-top: 15px;
  padding-bottom: 15px;
}
/*ピョンと飛び出す表現*/
.scale {
  /* width: 200px;
    height: 200px;
    background-color: #ff6347;*/
  /*    margin: 0px auto;
    text-align: center;
    line-height: 200px;
    font-size: 24px;
    color: white;*/
  /*  font-weight: bold;
    border-radius: 10px;*/
  transform: scale(0.7); /* 初期状態は小さめ */
  opacity: 0; /* 初期は非表示 */
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease-in;
}
.scale.show {
  transform: scale(1.0); /* ぴょんと飛び出す */
  opacity: 1;
}

/*==============アクション==============*/

/*フワッと表示　スクリプトあり*/
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}



/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*オリジナル要素の修正*/
.page-content,
.entry-content,
.entry-summary {
/*	margin: 1.5em 0 0;*/
  margin: 0;
}
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/

/*button　基本*/
.button-box a {
  font-size: 22px;
  border-radius: 30px;
  color: black;
  text-decoration: none;
  display: block;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
.button-box a:visited {
  color: black;
}
.button-box a:hover {
  background-color: #EAEAEA;
}
.button-white a {
  background-color: white;
  border-top: 1px solid #C8C8C8;
  border-bottom: 3px solid #C8C8C8;
  border-left: 1px solid #C8C8C8;
  border-right: 3px solid #C8C8C8;
}
.button-blue a {
  background-color: #29A8A7;
  border-top: 0px solid #008280;
  border-bottom: 3px solid #008280;
  border-right: 3px solid #008280;
  color: white;
}
.button-blue a:hover, .button-blue a:visited {
  background-color: #FFFFFF;
}
.button-box a:visited {
  color: black;
}
.button-box.button-white a:hover {
  background-color: #EAEAEA;
}
/*button　グラデーション*/
.button-gradation a {
  /* 背景レイヤーの順序変更（画像→グラデーション）*/
  background-image: url("img/arrow1.png"), /* 前面に表示したい画像 */ linear-gradient(180deg, #FFFFFF 0%, #E6E6E6 100%); /* 背面のグラデーション */
  /* 背景の位置調整 */
  background-position: center bottom, 0 0; /* グラデーションの位置（デフォルト） */
  background-size: 15px, /* 画像のサイズ（原寸） */ cover; /* グラデーションを要素全体に */
  background-repeat: no-repeat;
  background-color: transparent;
  border: 1px solid #AFA1A1;
  border-radius: 32px;
  color: #333;
  min-width: 200px;
  min-height: 100px;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
/*button　グラデーション*/
.button-gradation.large a {
  /* 背景レイヤーの順序変更（画像→グラデーション）*/
  background-image: url("img/arrow2.png"), /* 前面に表示したい画像 */ linear-gradient(180deg, #FFFFFF 0%, #E6E6E6 100%); /* 背面のグラデーション */
  /* 背景の位置調整 */
  background-position: 99% center, 0 0; /* グラデーションの位置（デフォルト） */
  background-size: 7px, /* 画像のサイズ（原寸） */ cover; /* グラデーションを要素全体に */
  background-repeat: no-repeat;
  background-color: transparent;
  border: 1px solid #AFA1A1;
  border-radius: 32px;
  color: #333;
  min-width: 200px;
  min-height: 100px;
  text-decoration: none;
  text-align: center;
  display: block;
}
.button-gradation a:hover {
  color: #333;
}
.button-gradation a:visited {
  color: #333;
}
.button-gradation .box-set {
  margin-top: 16px;
  margin-bottom: 33px;
}
.button-gradation.large {
  width: 90%;
  display: block;
}
.button-gradation h2 {
  margin-bottom: 5px;
}



  



/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/

/*アニメーション　ふわっとUP*/
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time04 {
  animation-delay: 0.4s;
}
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
/*最初の位置を上にずらす。*/
.position-up {
  margin-top: -20vh;
}
.box {
  opacity: 0;
}
/*==================================================
動き自体の指定：今回は「ふわっ」
===================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*アニメーション終わり*/

/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/

.none {
  display: none;
}
.site-title {
  display: none;
}


/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/


/*ソーシャルリンクバー*/

.social-bar{
  height: 105px;
  background-image: url("img/stripe-line.png");
  background-color: #2B586B;
  z-index: 0;
}

.social-bar .social-set{
  height: 46px;  
}
.social-bar .social-set img{
  
margin-left: 20px;
 margin-right: 20px; 
}



/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/

/*新着記事一覧*/
.recent-posts-container {
  border: 1px solid #E2E2E2;
  padding: 10px;
  max-width: 1000px;
}
ul.recent-posts {
  font-size: 16px;
  width: 100%;
  padding: 10px;
  margin: 0;
}
ul.recent-posts li {
  font-size: 16px;
  list-style: none;
  padding-left: 0px;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #E2E2E2;
  padding-top: 8px;
}
ul.recent-posts li span {
  padding-left: 19px;
}
.recent-posts-button .button {
  text-align: right;
  width: 100%;
  display: block;

}
/*横幅ありページ要素*/
.post, .post-navigation, .error-404, .page-header, .page-content, .entry-header, .archive-header {
  max-width: 1000px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px auto !important;
  background-color: transparent;
}
.breadcrumbs {
  font-size: 11px;
  max-width: 1000px;
  width: 100%;
  margin: 20px auto;
  padding-left: 32px;
  padding-bottom: 0px;
  padding-top: 0px;
}
/*カテゴリー一覧ページ*/
.post-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px auto !important;
}
.post-list .post {
  max-width: 300px !important;
  box-sizing: border-box;
  margin: 10px !important;
  background-color: #F6F6F6;
  padding: 0;
}
.post-list .entry-header {
  padding: 0 !important;
  margin: 0px !important;
}
.post-list .post img {
  width: 300px;
  height: 200px;
  object-fit: cover !important;
  z-index: 10 !important;
}
/*記事一覧 3列*/
.list-flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px auto !important;
}
.post-box {
  max-width: 302px !important;
  width: 31%;
  margin: 10px;
  background-color: #F6F6F6;
  position: relative;
}
.post-box img {
  width: 100% !important;
  height: 200px;
  object-fit: cover !important;
  z-index: 10 !important;
}

.imgbox {
  position: relative;
  background-size: cover;   /* 背景をカバー */
  background-position: center;
  width: 100%;
  padding-top: 56.25%; /* 16:9比率の例 */
  overflow: hidden;
}

.imgbox a {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: block;
}

.imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imgbox {
  background-image: url("img/not-img.png")
}

.imgbox a{
opacity: 1;
}


.post-box h2, h2.entry-title {
  margin: 10px;
font-size: 22px;	
}

.post-box h2 a {
text-decoration: none;	
}


.post-box .post-date, .entry-header .post-date {
  margin: 10px;
}


main .index {
  margin-top: 100px;
}


/*---------ページネーション-----------*/
.wp-pagenavi-set {
  width: 1000px;
  margin: 0 auto;
  display: block;
  display: flex;
  justify-content: center;
}
/* WP-PageNavi ページャー全体 */
.wp-pagenavi {
  text-align: center;
  margin: 2em 0;
  font-size: 16px;
}

/* 各リンク共通 */
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  border: 1px solid #00A7EB;
  color: #00A7EB;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* ホバー時 */
.wp-pagenavi a:hover {
  background-color: #00A7EB;
  color: #fff;
}

/* 現在ページ */
.wp-pagenavi span.current {
  background-color: #00A7EB;
  color: #fff;
  border-color: #00A7EB;
  font-weight: bold;
}

/* 無効リンク（前へ、次へがない時など） */
.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
  border: none;
  background: none;
  color: #555;
  padding: 8px 12px;
}













/*カテゴリーマーク*/
.post-categories-flex {
  position: absolute;
  display: flex;
  right: 0;
}
.post-categories {
  display: flex;
	z-index:1;
}

.post-categories a {
  background-color: #00ACEA;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
}

/*----------個別記事----------*/
.post-thumbnail {
  display: none;
/*記事のアイキャッチを非表示*/	
}

/*個別記事の フッタ部分のカテゴリーを非表示*/
.cat-links{
	display: none;
}

/*個別記事のエントリー部分ヘッダ*/
.entry-meta {
  display: flex;
  justify-content: space-between;
}
/*個別記事のエントリー部分ヘッダ　方ゴリーマーク*/
.entry-meta .post-categories {
  margin-top: -2px;
  border-radius: 10px;
}
.entry-meta .post-categories a {
  border-radius: 10px;
}
.post-categories a {
  text-decoration: none;
  color: white;
}
.post-categories a:visited {
  text-decoration: none;
  color: white;
}
/*投稿ページの過去と前のリンク*/
.nav-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav-previous, .nav-next {
  width: 45%;
  box-sizing: border-box;
  margin-left: 11px;
  margin-right: 11px;
  margin-top: 11px;
  position: relative;
}
.nav-thumb {
  margin-bottom: 10px;
}
.nav-links .text-box {
  position: absolute;
  width: 100%;
  min-height: 100px;
  top: 0;
  display: flex;
  align-items: center;
}
.nav-previous .nav-text {
  margin-left: 19px;
}
.nav-next .nav-text {
  text-align: right;
  width: 100%;
  padding-right: 24px;
}
.nav-previous .nav-text::before {
  content: "<"
}
.nav-next .nav-text::after {
  content: ">"
}
a .nav-text, a .nav-text:visited {
  color: white;
}
.custom-thumbnail {
  width: 100%;
  height: 100px;
  background-color: #47C1EC;
}
.custom-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
/*トップに戻るボタン　リンクの形状*/
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 79px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0rem;
  transition: all 0.1s;
  background-image:url("../img/Arrow 3.png");
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 4px 4px #6E6E6E;
  box-shadow: 0px 4px 4px #6E6E6E;
  background-position: 50% 51%;
  background-size: 15px auto;
  
}
#page-top a:hover {
  background: #777;
  font-size: 9px;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 49px;
  z-index: 9999;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.7s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.7s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(150px);
  }
}
/*ContactForm7フォームカスタマイズ*/
table.CF7_table {
  width: 80%;
  margin: 0 auto;
  border: 3px solid #e5e5e5;
}
table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}
.single .entry-content table.CF7_table, .page .entry-content table.CF7_table {
  display: table;
}
/*入力欄*/
.CF7_table input, .CF7_table textarea {
  border: 1px solid #d8d8d8;
}
.CF7_table ::placeholder {
  color: #797979;
}
/*「必須」文字*/
.CF7_req {
  font-size: .9em;
  padding: 5px;
  background: #f79034; /*オレンジ*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}
/*「任意」文字*/
.CF7_unreq {
  font-size: .9em;
  padding: 5px;
  background: #bdbdbd; /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}
/* タイトル列 */
@media screen and (min-width: 768px) {
  .CF7_table th {
    width: 30%; /*横幅*/
    background-color: #ebedf5; /*ブルーグレー*/
  }
}
/* レスポンシブ */
@media screen and (max-width: 768px) {
	
  .half-content {
    width: 100%;
  }
  .flex {
    display: block;
  }
  .height-400.smart-clear {
    min-height: auto;
  }
  table.CF7_table {
    width: 95%;
  }
  .CF7_table tr, .CF7_table td, .CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }
  .CF7_table th {
    background-color: #ebedf5;
  }
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background-color: #f79034; /* オレンジ*/
  border: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
}
.CF7_btn {
  text-align: center;
  margin-top: 20px;
}
.wpcf7-spinner {
  width: 0;
  margin: 0;
}

/*=========通常　ナビゲーションのためのCSS 　レガシー===============*/
.normal-nav-list {
  max-width: 1000px;
  margin: 0 auto;
  height: 119px;
}
.normal-nav-list ul {
  position: absolute;
  top: 70px;
  right: 6px;
  display: flex;
  padding-top: 4px;
  margin-left: 0px;
}
.normal-nav-list li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.normal-nav-list li a {
  color: #333;
  text-decoration: none;
  padding: 10px 10px 10px 0px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}


/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #8C8C8C;
  text-align: center;

 top:0;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}
/* fadeUpをするアイコンの動き */
.fadeUp-load {
  animation-name: fadeUpLoadAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpLoadAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*========= レスポンシブCSS ===============*/
@media screen and (max-width: 767px) { /* スクリーンサイズが767px以下の場合に適用 */
  /*qolp追加*/
  
 /*記事一覧*/
  .post-box {
    max-width: 90% !important;
    width: 90%;
    margin: 10px auto;
    border: solid 1px #F1F1F1;
    position: relative;
  }
  .nav-previous, .nav-next {
    width: 100%;
  }
  
}