@charset "UTF-8";
/* 本体 */
html {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.page-wrap {
  margin: 0 auto;
  max-width: 960px;
  min-height: 100vh;
  padding: 0 15px;
}
.container {
  padding-bottom: 50px;
}
.contents-main {
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 15px 0;
}
section {
  margin-bottom: 50px;
}
/* タイトル・テキスト */
.contents-title {
  text-align: center;
  margin-bottom: 20px;
}
.contents-text {
  text-align: center;
}
/* パンくずリスト */
.breadcrumb {
  background-color: #fbfdff;
  width: 100%;
  height: 40px;
  border-bottom: solid 1px #ccc;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;  
  padding: 5px 15px 8px;
}
.breadcrumb li,.bread-box li i {
  font-size: 12px;
}
.breadcrumb li::after {
  content: '>';
  margin: 0 5px;
  font-size: 14px;
}
.breadcrumb li:last-child::after {
  content: none;
}

/*モバイルメニュー*/
.mobile {
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  right: 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  background-color: #005243;
  z-index: 2;
}
.mobile ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  height: 50px;
}
.mobile li {
  width: 100%;
  border-right: solid 1px #fff;
}
.mobile li:last-child {
  border-right: none;
}
.mobile a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.mobile i {
  font-size: 20px;
  margin-right: 5px;
}

/*ページトップボタン*/
.pagetop-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbfdff;
  border-top: solid 1px #00a496;
  height: 50px;
}
.pagetop-mobile-arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #00a496;
  border-right: 3px solid #00a496;
  transform: translateY(20%) rotate(-45deg);
}

/* スライダー */
.dots-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.dots-wrap li {
  width: 20px;
  height: 3px;
  margin-right:10px;
  background-color: #ccc;
  cursor: pointer;
}
.dots-wrap li:last-child {
  margin-right: 0;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background-color: #00a496;
}
.dots-wrap button {
  display: none;
}

/* ボタン */
.contents-bt {
  margin: 50px 0 30px;
  display: flex;
  justify-content: center;
}
.contents-bt a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00a496;
  color: #fff;
  border-radius: 15px;
  min-width: 200px;
  height: 50px;
  font-weight: bold;
  padding: 10px;
  transition: .5s;
}
.contents-bt a:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
/* コンタクトボタン */
.contact-box {
  background-color: #f8f5e3;
  padding: 30px 20px;
  border-radius: 10px;
}
.contact-box-title h2 {
  text-align: center;
  color: #00a496;
}
.contact-box-text {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.contact-box-bt {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-box-bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 50px;
  background-color: #00a496;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  transition: .5s;
}
.contact-box-bt li {
  margin-top: 20px;
}
.contact-box-bt li:first-child {
  margin-top: 0;
}
.contact-box-bt a:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* アーカイブページ */
.archive-page-box {
  margin-top: 30px;
  padding: 0 30px;
}
.archive-page h2 {
  text-align: center;
}
.archive-page-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
}
.archive-page-image {
  width: 100%;
  height: 50%;
  overflow: hidden;
  aspect-ratio: 5/3
}
.archive-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.archive-page-text-box {
  height: 50%;
  background-color: #fbfdff;
  border: solid 1px #ccc;
  border-top:none;
  border-radius: 0 0 10px 10px;
}
.archive-page-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  border-radius: 0 0 10px;
}
.archive-page-text-date {
  font-size: 12px;
}
.archive-page-text-date i {
  margin-right: 5px;
}
.archive-page-text-title {
  font-size: 16px;
  color: #00a496;
}
/* ページネーション */
.page-nation {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.page-nation ul {
  display: flex;
}
.page-nation li {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.page-nation li:last-child {
  margin-right: 0;
}
.page-nation a,
.page-nation .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.page-nation a {
  background-color: #00a496;
  color: #fff;
}
.page-nation .current {
  background-color: #f8f5e2;
  color: #333;
}
.page-nation li:hover {
  opacity: 0.8;
  transition: 0.5s;
}

/***************************
メディアスクリーン600px以上
***************************/
@media screen and (min-width:600px){

  /* アーカイブ */
  .archive-page-box {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    gap: 2%;
  }
  .archive-page-main {
    margin-bottom: 0;
  }
}

/****************************
メディアスクリーン834px以上
****************************/
@media screen and (min-width:834px)
{
  /* 本体 */
  .container {
    margin-bottom: 40px;
  }

  /* メインコンテンツ */
  section {
    margin-bottom: 100px;
  }
  .container {
    margin-bottom: 40px;
  }
  /* テキスト */
  .contents-text p {
    font-size: 16px;
  }

  /* ページトップ */
  .pagetop {
    display: inline;
    height: 50px;
    width: 50px;
    position: fixed;
    right: 0;
    bottom: 51px;
    background-color: #fbfdff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    z-index: 2;
  }
  .pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #00a496;
    border-right: 3px solid #00a496;
    transform: translateY(20%) rotate(-45deg);
  }   
  /* ページトップ */
  .pagetop-mobile {
    display: none;
  }

  /* スライダー */
  .dots-wrap li {
    width: 50px;
    height: 5px;
    margin-right: 20px;
  }

    /* コンタクトボタン */
  .contact-box-bt {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(48%, 1fr));
    column-gap: 4%;
    row-gap: 8%;
    flex-direction: initial;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 30px auto 0;
  }
  .contact-box-bt li {
    margin-top: 0;
  }
  .contents-bt a {
    height: 60px;
  }

}

/****************************
メディアスクリーン1200px以上
****************************/
@media screen and (min-width:1200px)
{
   /* 本体 */
  .container {
    padding-bottom: 0;
  }
  
    /* モバイル */
  .mobile {
    display: none !important;
  }
}