@charset "UTF-8";
/*　////////////////////////////////
mixin
//////////////////////////////////　*/
/*
@include css3(transition, 0.5s);
*/
/*　////////////////////////////////
HTML5の場合は値を「false」から「true」にする
//////////////////////////////////　*/
/*　////////////////////////////////
// 汎用クラスを使用するか
//////////////////////////////////　*/
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&family=Noto+Serif+JP:wght@400;600&display=swap");
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*  -----※縦中央、横中央は併用不可------  */
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////
三角形
//////////////////////////////////　*/
/*　////////////////////////////////
矢印
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*　////////////////////////////////
404
//////////////////////////////////　*/
.error-404 {
  margin: 100px 0;
}
.error-404 form.search-form {
  margin: 30px 0;
}

/*　////////////////////////////////
一覧ボタン
//////////////////////////////////　*/
.list-btn {
  display: block;
  text-align: center;
}
.list-btn a {
  font-weight: bold;
  padding: 10px 60px;
  color: #000;
  display: inline-block;
  border: 2px solid #e0b93a;
  background-color: #fff;
}
.list-btn a:hover {
  color: #fff;
  background-color: #d96c51;
  border: 2px solid #d96c51;
  border-radius: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*　////////////////////////////////
アーカイブナビゲーション
//////////////////////////////////　*/
.pagenavi .wp-pagenavi {
  text-align: center;
}
.pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #e0b93a;
  padding: 8px 12px;
  margin: 2px;
}
.pagenavi .wp-pagenavi span.current {
  color: #fff;
  background-color: #e0b93a;
  border-color: #e0b93a;
}
.pagenavi .wp-pagenavi a {
  color: #000;
}
.pagenavi .wp-pagenavi a:hover {
  border-color: #e0b93a;
  color: #e0b93a;
}

.more-btnB {
  display: block;
  text-align: center;
}
.more-btnB a {
  font-weight: bold;
  padding: 15px 60px;
  color: #000;
  display: inline-block;
  border: 2px solid #e0b93a;
  background-color: #fff;
}
.more-btnB a:hover {
  color: #fff;
  background-color: #d96c51;
  border: 2px solid #d96c51;
  border-radius: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*　////////////////////////////////
ナビゲーション
//////////////////////////////////　*/
nav.navigation.post-navigation {
  margin: 40px 0;
  display: block;
  width: 100%;
}
nav.navigation.post-navigation .nav-links {
  overflow: hidden;
  padding: 0 2px;
}
nav.navigation.post-navigation .nav-links a {
  padding: 15px 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  nav.navigation.post-navigation .nav-links a {
    padding: 0;
    display: inline-block;
  }
}
nav.navigation.post-navigation .nav-links .nav-previous {
  text-align: left;
  background-color: #f1f1f1;
  float: none;
  width: 100%;
  padding: 10px;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  nav.navigation.post-navigation .nav-links .nav-previous {
    float: left;
    border: none;
    background-color: transparent;
    width: 50%;
  }
}
nav.navigation.post-navigation .nav-links .nav-previous a:before {
  content: "<";
  color: #e0b93a;
  font-size: 1.6rem;
  padding-right: 10px;
}
nav.navigation.post-navigation .nav-links .nav-next {
  text-align: right;
  background-color: #e8e8e8;
  float: none;
  width: 100%;
  padding: 10px;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  nav.navigation.post-navigation .nav-links .nav-next {
    float: right;
    border: none;
    background-color: transparent;
    width: 50%;
  }
}
nav.navigation.post-navigation .nav-links .nav-next a:after {
  content: ">";
  color: #e0b93a;
  font-size: 1.6rem;
  padding-left: 10px;
}
nav.navigation.post-navigation h2.screen-reader-text {
  display: none;
}
nav.navigation.post-navigation .navigation .nav-links .nav-next a:after {
  color: #e0b93a;
}

/*　////////////////////////////////
アーカイブタイトル
//////////////////////////////////　*/
.page-title,
h2.archive-title {
  margin-bottom: 40px;
  font-size: 2rem;
  border-left: 14px solid #7fb0b0;
  line-height: 1.5;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .page-title,
  h2.archive-title {
    font-size: 2.4rem;
  }
}

/*　////////////////////////////////

//////////////////////////////////　*/
@media (min-width: 987px) {
  #secondary {
    float: right;
    width: 27%;
  }
}
#secondary .sidebar {
  margin-top: 30px;
}
@media (min-width: 987px) {
  #secondary .sidebar {
    margin-top: 0px;
  }
}
@media (min-width: 480px) {
  #secondary .sidebar .side-left {
    float: left;
    width: 49%;
  }
}
@media (min-width: 987px) {
  #secondary .sidebar .side-left {
    float: none;
    width: 100%;
  }
}
@media (min-width: 480px) {
  #secondary .sidebar .side-right {
    float: right;
    width: 49%;
  }
}
@media (min-width: 987px) {
  #secondary .sidebar .side-right {
    float: none;
    width: 100%;
  }
}
#secondary .sidebar .widget {
  margin-bottom: 30px;
}
#secondary .sidebar .widget ul li {
  padding: 16px 10px;
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
}
#secondary .sidebar h2.widget-title {
  background-color: #7fb0b0;
  color: #fff;
  text-align: left;
  font-size: 1.4rem;
  padding: 10px;
  border-radius: 5px;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table {
  width: 100%;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table caption {
  text-align: center;
  color: #000530;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table th, #secondary .sidebar .calendar_wrap .wp-calendar-table td {
  border: 1px solid #ddd;
  text-align: center;
  line-height: 2.3;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table th a, #secondary .sidebar .calendar_wrap .wp-calendar-table td a {
  display: block;
  color: #fff;
  background-color: #d96c51;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table td#today {
  background-color: #333333;
  color: #fff;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table td#today a {
  background-color: #333333;
  color: #fff;
}
#secondary .sidebar .widget_search form.search-form {
  padding: 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#secondary .sidebar .widget_search .search-field {
  width: 67%;
}
#secondary .sidebar .widget_search .screen-reader-text {
  display: none;
}
#secondary .sidebar .widget_search label {
  width: 100%;
}
#secondary .sidebar .widget_search input.search-submit {
  background-color: #d96c51;
  border: none;
  color: #fff;
  padding: 3px 11px;
}
#secondary .sidebar .widget_archive label.screen-reader-text {
  display: none;
}
#secondary .sidebar .widget_archive select {
  width: 100%;
  padding: 10px 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: none;
}
#secondary .sidebar .widget_categories .screen-reader-text {
  display: none;
}
#secondary .sidebar .widget_categories .postform {
  width: 100%;
  padding: 10px 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: none;
}
#secondary .sidebar .widget_tag_cloud .tagcloud {
  margin: 20px 0;
}
#secondary .sidebar .widget_tag_cloud .tagcloud a {
  color: #fff;
  background-color: #e0b93a;
  padding: 2px 10px;
  display: inline-block;
  margin: 0 3px 5px 0;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.4rem !important;
  letter-spacing: 0;
  border-radius: 10px;
}
#secondary .sidebar .widget_tag_cloud .tagcloud a:hover {
  background-color: #d4b936;
}

@media (min-width: 987px) {
  #primary {
    float: left;
    width: 70%;
  }
}
#primary .list-news-wrap {
  position: relative;
  line-height: 2;
}
#primary .list-news-wrap ul li {
  padding-bottom: 24px;
  margin-bottom: 36px;
}
#primary .list-news-wrap ul li .news-date {
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 1.6rem;
  line-height: 0;
  vertical-align: inherit;
}
#primary .list-news-wrap ul li .col2 {
  zoom: 1;
}
#primary .list-news-wrap ul li .col2:after {
  display: block;
  content: "";
  clear: both;
}
#primary .list-news-wrap ul li .col2 .thumbnail-wap {
  margin: 0 0 2% 0;
}
@media (min-width: 480px) {
  #primary .list-news-wrap ul li .col2 .thumbnail-wap {
    width: 25%;
    float: left;
    margin: 0 2% 0 0;
  }
}
#primary .list-news-wrap ul li .col2 .thumbnail-wap .thumbnail {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 480px) {
  #primary .list-news-wrap ul li .col2 .thumbnail-wap .thumbnail {
    height: 130px;
  }
}
#primary .list-news-wrap ul li .col2 .thumbnail-wap .thumbnail span {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 480px) {
  #primary .list-news-wrap ul li .col2 .detail {
    width: 72%;
    float: left;
  }
}
#primary .list-news-wrap ul li .col2 .detail .news-date {
  font-weight: bold;
  display: inline-block;
}
#primary .list-news-wrap ul .news-txt a {
  color: #000;
}
#primary .entry-content {
  margin: 20px 0 80px;
  line-height: 2;
}
@media (min-width: 768px) {
  #primary .entry-content {
    margin: 40px 0 80px;
  }
}
#primary .entry-content tbody td {
  border: solid 1px #bababa;
  padding: 5px;
}
#primary .entry-content img {
  max-width: 100%;
  height: auto;
}
#primary ul.post-categories {
  line-height: 0;
  display: block;
  margin: 5px 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #primary ul.post-categories {
    margin: 0;
    display: inline-block;
  }
}
#primary ul.post-categories li {
  border: none;
  margin: 0;
  display: inline-block;
  padding: 0;
}
#primary ul.post-categories li a {
  background-color: #e0b93a;
  padding: 2px 10px;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-weight: bold;
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 0;
  border-radius: 2px;
  color: #fff;
}
#primary img {
  width: auto;
  height: auto;
}
#primary .more-btnB {
  margin-top: 50px;
  display: block;
  text-align: center;
}
#primary .post-categories {
  display: block;
}
@media (min-width: 768px) {
  #primary .post-categories {
    display: inline-block;
  }
}
#primary .post-categories a {
  color: #000;
  padding: 1px 4px;
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.2rem;
  letter-spacing: 0;
}

#lower #primary {
  /*　////////////////////////////////
  見出しスタイル
  //////////////////////////////////　*/
}
#lower #primary h1 {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #113a8c;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #lower #primary h1 {
    font-size: 2.4rem;
  }
}
#lower #primary h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #lower #primary h2 {
    font-size: 3rem;
  }
}
#lower #primary h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  #lower #primary h3 {
    font-size: 1.8rem;
  }
}

/*キャプション画像はみ出る修正*/
.wp-caption {
  max-width: 100%;
}

/*　////////////////////////////////
ギャラリー
//////////////////////////////////　*/
#primary .entry-content .gallery {
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#primary .entry-content .gallery:after {
  display: block;
  content: "";
  clear: both;
}
#primary .entry-content .gallery figure.gallery-item {
  float: left;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 10px;
}
#primary .entry-content .gallery figure.gallery-item img {
  border-radius: 0px;
  height: 150px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
#primary .entry-content .gallery figure.gallery-item a {
  display: inline-block;
  border: 2px solid #e0b93a;
}
#primary .entry-content .gallery-columns-6 figure.gallery-item,
#primary .entry-content .gallery-columns-5 figure.gallery-item,
#primary .entry-content .gallery-columns-4 figure.gallery-item,
#primary .entry-content .gallery-columns-3 figure.gallery-item {
  width: 50%;
}
@media (min-width: 768px) {
  #primary .entry-content .gallery-columns-6 figure.gallery-item {
    width: 16%;
  }
  #primary .entry-content .gallery-columns-5 figure.gallery-item {
    width: 20%;
  }
  #primary .entry-content .gallery-columns-4 figure.gallery-item {
    width: 25%;
  }
  #primary .entry-content .gallery-columns-3 figure.gallery-item {
    width: 33%;
  }
  #primary .entry-content .gallery-columns-2 figure.gallery-item {
    width: 50%;
  }
}

/*　////////////////////////////////
前と次の月
//////////////////////////////////　*/
.wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-calendar-nav .wp-calendar-nav-prev,
.wp-calendar-nav .wp-calendar-nav-next {
  width: 50%;
  text-align: center;
}
.wp-calendar-nav .wp-calendar-nav-prev a,
.wp-calendar-nav .wp-calendar-nav-next a {
  display: block;
  padding: 4px 0;
  background-color: #e0b93a;
  color: #fff;
  font-size: 1.4rem;
}
.wp-calendar-nav .pad {
  display: none;
}
.wp-calendar-nav .wp-calendar-nav-prev {
  border-right: 1px solid #fff;
}

.side-exclusive .wp-calendar-nav .wp-calendar-nav-prev a,
.side-exclusive .wp-calendar-nav .wp-calendar-nav-next a {
  background-color: #e0b93a;
}

/*　////////////////////////////////
single
//////////////////////////////////　*/
#single img {
  max-width: 642px;
  height: auto;
}
#single .midashi {
  font-size: 1.8rem;
  margin-bottom: 2px !important;
}
#single .entry-header .cat {
  display: inline-block;
  font-size: 1.2rem;
  background: #e0b93a;
  color: #fff;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
}
#single .entry-header .day {
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
}
#single .entry-header .day span {
  color: #969696;
  font-size: 1rem;
}
#single .entry-header .day img {
  width: 10px !important;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
#single .entry-content h3, #single .entry-content h2 {
  background-color: #7fb0b0;
  color: #fff;
  text-align: left;
  font-size: 1.8rem !important;
  padding: 7px 10px !important;
  border-radius: 5px;
  margin-bottom: 0px !important;
}
#single .entry-content p {
  margin-bottom: 0 !important;
}
#single .entry-content .thumbnail-img {
  margin-bottom: 20px;
  width: 100%;
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  #single .entry-content .thumbnail-img {
    height: 380px;
  }
}

.info-title .h2-title-a {
  margin: 80px 0;
}

#lower .info-wrapper {
  margin: 0 0 100px;
}
#lower .info-wrapper #primary .page .entry-content h3 {
  color: #e0b93a;
  margin-bottom: 15px;
}
#lower .info-wrapper #primary .page .entry-content a {
  margin: 20px 0;
}
#lower .info-wrapper #primary .page .entry-content a img {
  margin: 0px;
}
#lower .info-wrapper #primary .page .entry-content hr {
  margin: 50px 0;
  border-color: #e0b93a;
}
#lower .info-wrapper #primary .results-cat {
  background-color: #e0b93a;
  color: #fff;
  padding: 3px 4px;
  font-size: 1.2rem;
  margin-right: 5px;
}
#lower .info-wrapper #primary .mw_wp_form.mw_wp_form_send_error {
  margin: 30px 0;
  color: #f00;
  font-size: 1.6rem;
}
#lower .info-wrapper #primary .entry-title {
  border-left: 10px solid #d96c51;
  padding: 5px 0 5px 10px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #lower .info-wrapper #primary .entry-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#lower .info-wrapper #primary .entry-meta {
  font-weight: 500;
  font-size: 1.4rem;
  color: #e0b93a;
}
#lower .info-wrapper #primary .entry-meta a {
  color: #e0b93a;
}
#lower .info-wrapper #primary .entry-content {
  margin-top: 20px;
}
#lower .info-wrapper #primary h2.archive-title {
  font-weight: 500;
}
#lower .info-wrapper #primary .nav-links {
  font-weight: 500;
}

/*info 3列レイアウト*/
#info .main .row .box {
  margin-bottom: 40px;
}
#info .main .row .box .thumbnail-wap {
  margin-bottom: 10px;
}
#info .main .row .box .thumbnail-wap .thumbnail {
  height: 220px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 987px) {
  #info .main .row .box .thumbnail-wap .thumbnail {
    height: 180px;
  }
}
@media (max-width: 480px) {
  #info .main .row .box .thumbnail-wap .thumbnail {
    height: 140px;
  }
}
#info .main .row .box .thumbnail-wap .thumbnail span {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
entry-content
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
.col2 h1, .col2 h2, .col2 h3, .col2 h4, .col2 h5 {
  text-align: left;
  border: none;
  margin-bottom: 15px;
  font-weight: bold;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 0;
  max-width: initial;
}
.col2 h1 {
  font-size: 3rem;
}
.col2 h2 {
  font-size: 2.6rem;
}
.col2 h3 {
  font-size: 2.2rem;
}
.col2 h4 {
  font-size: 1.8rem;
}
.col2 h5 {
  font-size: 1.6rem;
}
.col2 ul, .col2 ol {
  margin: 20px 0;
}
.col2 ul li {
  list-style: disc;
  margin-left: 25px;
}
.col2 ol li {
  margin-left: 25px;
}
.col2 img {
  margin: 0;
}
.col2 h3.midashi {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #e0b93a;
  border-left: 10px solid #e0b93a;
  padding: 5px 0 5px 10px;
  margin-bottom: 30px;
}

#primary {
  margin-bottom: 60px;
}
#primary .main .entry-content {
  /*　////////////////////////////////
  画像配置修正
  //////////////////////////////////　*/
}
#primary .main .entry-content h1, #primary .main .entry-content h2, #primary .main .entry-content h3, #primary .main .entry-content h4, #primary .main .entry-content h5 {
  text-align: left;
  border: none;
  margin-bottom: 15px;
  font-weight: bold;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 0;
  max-width: initial;
}
#primary .main .entry-content h1 {
  font-size: 3rem;
}
#primary .main .entry-content h2 {
  font-size: 2.6rem;
}
#primary .main .entry-content h3 {
  font-size: 2.2rem;
}
#primary .main .entry-content h4 {
  font-size: 1.8rem;
}
#primary .main .entry-content h5 {
  font-size: 1.6rem;
}
#primary .main .entry-content p {
  margin-bottom: 1rem;
  line-height: 1.7;
}
#primary .main .entry-content ul, #primary .main .entry-content ol {
  margin: 10px 0;
}
#primary .main .entry-content ul li {
  list-style: disc;
  margin-left: 25px;
}
#primary .main .entry-content ol li {
  margin-left: 25px;
}
#primary .main .entry-content img {
  margin: 0;
}
#primary .main .entry-content .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
#primary .main .entry-content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
#primary .main .entry-content .aligncenter {
  margin-right: auto;
  margin-left: auto;
}
#primary .main .entry-content .wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
#primary .main .entry-content a {
  color: #d96c51;
}
#primary .main .nav-links .nav-next a, #primary .main .nav-links .nav-previous a {
  font-weight: bold;
}

/*検索結果画面*/
.search-box {
  text-align: center;
  margin: 20px 0;
}
.search-box h2 {
  display: none;
}
.search-box .search-submit,
.search-box .search-field {
  height: 35px;
  font-size: 1.6rem;
}
.search-box .search-submit {
  padding: 2px 25px;
  border-radius: 0;
  background-color: #d96c51;
  color: #fff;
  border: 1px solid #b9b9b9;
}
.search-box .search-field {
  border-radius: 0;
  border: 1px solid #b9b9b9;
}