@charset "UTF-8";








body {
  color: #262A32;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 1.75;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  word-wrap: break-word; }

a {
  transition: .3s;
  color: #C19969; }

a:hover {
  opacity: 0.7; }

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0rem 0 0rem 0;
  position: relative; }

@media (max-width: 960px) {
  .inner {
    max-width: 728px; } }

@media (max-width: 768px) {
  .inner {
    max-width: none;
    width: 90%; } }

/*------------
    COMMON
------------*/
.mainHeader {
  z-index: 100;
  position: relative; }
  .mainHeader .header__wrap {
    width: auto;
    height: calc(240px - 4rem);
    margin: 0 auto;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    background-color: #707070;
    background-image: url(/sample2025/img/noimage.png);
    background-position: center;
    background-size: cover; }
  .mainHeader .header__title {
    font-size: 40px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    -webkit-text-shadow: 0px 0px 8px white, 0px 0px 16px white, 0px 0px 20px white, 0px 0px 24px white;
    text-shadow: 0px 0px 8px white, 0px 0px 16px white, 0px 0px 20px white, 0px 0px 24px white; }
    .mainHeader .header__title a {
      color: #262A32;
      text-decoration: none; }
  .mainHeader .header__description {
    margin-top: 0.5rem;
    text-align: center;
    -webkit-text-shadow: 0px 0px 2px white, 0px 0px 8px white, 0px 0px 12px white;
    text-shadow: 0px 0px 2px white, 0px 0px 8px white, 0px 0px 12px white; }

.navi__wrap {
  background-color: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  position: absolute;
  width: 100%; }
  .navi__wrap.fixed {
    position: fixed;
    top: 0; }

.navi__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem; }
  .navi__list li {
    width: auto;
    line-height: 45px;
    display: block;
    margin: 0 1rem;
    font-weight: bold;
    word-break: break-all; }
    .navi__list li a {
      text-decoration: none;
      color: #262A32; }

/*PCのスタイル*/
#nav_toggle {
  display: none; }

/*メニュー部分*/
@media screen and (max-width: 960px) {
  nav {
    display: none;
    position: relative;
    width: 100%;
    left: 0; }
  .navi__list {
    display: block;
    width: 100%;
    padding: 0; }
  .navi__list li {
    line-height: 56px;
    text-align: center;
    border-top: 1px solid #CCCCCC; }
    .navi__list li a {
      display: block; }
  #nav_toggle {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    padding: 16px 0 12px;
    position: relative;
    z-index: 1000;
    cursor: pointer; }
  #nav_toggle div {
    position: relative; }
  #nav_toggle span {
    display: block;
    height: 3px;
    background: #707070;
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s ease-in-out; }
  #nav_toggle span:nth-child(1) {
    top: 0px; }
  #nav_toggle span:nth-child(2) {
    top: 11px; }
  #nav_toggle span:nth-child(3) {
    top: 22px; }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); } }

main {
  margin: 40px 0 60px; }

@media (max-width: 960px) {
  main {
    padding-top: 60px !important; } }

aside a {
  color: #262A32;
  text-decoration: none; }

.sidebarWrap {
  display: flex;
  flex-wrap: wrap; }

.sidebar__module {
  width: calc(50% - 30px);
  margin-bottom: 40px; }

.mt-site-search-form {
  display: flex;
  margin-bottom: 8px;
}

.mt-site-search-form__query {
  position: relative;
  display: block;
  border: 1px solid #CCCCCC;
  width: calc(100% - 90px - 0.5em);
  height: 32px;
  padding: 0 8px;
  font-size: 16px;
  box-sizing: inherit;
}

.mt-site-search-form__button {
  width: 72px;
  position: relative;
  display: block;
  border: 1px solid #CCCCCC;
  background-color: #CCCCCC;
  height: 34px;
  font-size: 16px;
  padding: 0 16px;
  color: #ffffff;
  cursor: pointer;
}

.wysiwyg .mt-site-search__pagination ul {
  margin-left: 0;
  margin-bottom: 0;
}

.wysiwyg .mt-site-search__pagination ul li {
  margin-bottom: 0;
}
      
  .sidebar__module:nth-child(odd) {
    margin-right: 60px; }
  .sidebar__module h2 {
    background-color: #707070;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    padding: 12px 0;
    line-height: 1.25;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold; }
  .sidebar__module ul li, .sidebar__module ol li {
    line-height: 1.25;
    margin-bottom: 1rem; }
    .sidebar__module ul li:last-child, .sidebar__module ol li:last-child {
      margin-bottom: 0; }
  .sidebar__module dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC; }
    .sidebar__module dl:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: 0px; }
  .sidebar__module dl dt {
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.25; }
  .sidebar__module dl dd:last-child {
    margin-bottom: 0; }

  .sidebar__profile .profile__images {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.5rem; }
  .sidebar__profile .profile__images img {
    width: 160px;
    height: 160px;
  }

.sidebar__profile .profile__name {
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.25; }

  /*webプッシュ*/
  .webpush {
  display: none;
  }
  .mtnet-push-notification-service-enabled .webpush {
    display: block;
  }

  .side-webpush {
    text-align: center;
    font-size: 1.25rem;
    padding: 15px 15px 15px 15px;
    background-color: #C19969;
    color: #FFFFFF;
  }
  .side-webpush .fa-bell {
    font-size: 1.25rem;
    margin-right: 6px;
  }

@media (max-width: 960px) {
  .sidebar__module {
    width: calc(50% - 12px); }
    .sidebar__module:nth-child(odd) {
      margin-right: 24px; } }

@media (max-width: 768px) {
  .sidebarWrap {
    display: block; }
  .sidebar__module {
    width: 100%;
    margin-bottom: 2rem; }
    .sidebar__module h2 {
      font-size: 1.25rem; }
   }

.mainFooter {
  padding: 40px 0 80px;
  text-align: center;
  border-top: 1px solid #CCCCCC; }

/*------------
    INDEX
------------*/
.articleWrap {
  display: flex;
  flex-wrap: wrap; }

.article {
  width: 439px;
  margin-bottom: 60px; }
  .article:nth-child(odd) {
    margin-right: 42px; }
  .article .article__thumbnail {
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 16px; }
    .article .article__thumbnail img {
      width: 439px;
      height: 280px;
      -o-object-fit: cover;
         object-fit: cover; }
  .article .article__title {
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
    font-weight: bold; }
    .article .article__title a {
      color: #262A32;
      text-decoration: none; }
  .article .article__category {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.25;
    margin-bottom: 0.5rem; }
  .article .article__date {
    text-align: center;
    color: #707070;
    margin-bottom: 0.5rem; }
  .article .article__text {
    margin-bottom: 40px; }
  .article .article__btn {
    font-size: 0.75rem;
    display: block;
    margin: 0 auto;
    width: 204px;
    border: 2px solid #C19969;
    text-decoration: none;
    padding: 10px 0;
    text-align: center; }

.articleWrap.fixedtotop .article {
  flex: 1;
  box-shadow: 0 0 0 4px #CCCCCC inset;
  margin-right: 0;
  padding: 1.5rem;
  position: relative; }
  .articleWrap.fixedtotop .article:before {
    content: "Pick up";
    display: block;
    background-color: #CCCCCC;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1rem;
    color: #FFFFFF; }

.articleWrap.fixedtotop .article__thumbnail {
  margin: 0 auto 16px; }

.footerNavi {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  padding-top: 40px;
  display: block; }
  .footerNavi ul {
    display: flex;
    justify-content: space-between; }
    .footerNavi .footerNavi__prev, .footerNavi .footerNavi__next {
      width: auto;
      max-width: 45%;
    }
    .footerNavi ul .footerNavi__prev a:before {
      content: "\f0d9";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #C19969;
      margin-right: 0.5rem; }
    .footerNavi ul .footerNavi__next a:after {
      content: "\f0da";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #C19969;
      margin-left: 0.5rem; }
    .footerNavi ul a {
      text-decoration: none; }
    .footerNavi ul i {
      margin: 0 0.25rem; }

@media (max-width: 960px) {
  .article {
    width: calc(50% - 16px); }
    .article:nth-child(odd) {
      margin-right: 24px; }
    .article .article__thumbnail img {
      width: 348px;
      height: 222px; } }

@media (max-width: 768px) {
  .articleWrap {
    display: block; }
  .article {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
    border-bottom: 1px solid #CCCCCC; }
    .article:nth-child(1) {
      padding-top: 0; }
    .article:nth-child(odd) {
      margin-right: 0;
      margin-bottom: 0;
      padding-bottom: 40px; }
    .article .article__thumbnail {
      width: 100%;
      height: auto; }
      .article .article__thumbnail img {
        width: 100%;
        height: auto;
        max-height: 428px; }
  .articleWrap.fixedtotop {
    margin-bottom: 2rem; }
    .articleWrap.fixedtotop .article {
      padding: 3rem 1rem 2rem;
      width: calc(100% - 2rem);
      margin: 0 auto; }
  .footerNavi {
    text-align: center; }
  .footerNavi ul {
    display: block;
    }
  .footerNavi .footerNavi__prev, .footerNavi .footerNavi__next {
    margin-bottom: 0.5rem;
    width: 100%;
    max-width: 100%;
  }
 }

/*------------------------
    ENTRY,WEBPAGE
------------------------*/
.entryHeader, .webpageHeader {
  margin-bottom: 20px; }
  .entryHeader .entry__title, .entryHeader .webpage__title, .webpageHeader .entry__title, .webpageHeader .webpage__title {
    margin-bottom: 1rem; }
  .entryHeader .entry__dateWrap, .webpageHeader .entry__dateWrap {
    max-width: 620px;
    margin: 0 auto; }
  .entryHeader .entry__date, .webpageHeader .entry__date {
    color: #707070; }

.entryBody, .webpageBody {
  max-width: 620px;
  margin: 0 auto 40px; }
  .entryBody .entry__more, .webpageBody .webpage__more {
    margin: 20px 0 0; }
  .entryBody section *:last-child, .webpageBody section *:last-child {
    margin-bottom: 0; }

.entryFooter {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 0 40px; }
  .entryFooter .entryFooter__date {
    font-size: 0.75rem;
    color: #707070; }
    .entryFooter .entryFooter__date:after {
      content: " ";
      display: block;
      clear: both; }
    .entryFooter .entryFooter__date li {
      margin-right: 0.5rem;
      float: left; }
    .entryFooter .entryFooter__date a {
      color: #707070; }
    .entryFooter .entryFooter__date .date__author {
      margin-right: 1rem; }
      .entryFooter .entryFooter__date .date__author .author__hedding:after {
        content: "："; }
  .entryFooter .entryFooter__info:after {
    content: " ";
    display: block;
    clear: both; }
  .entryFooter .entryFooter__info li {
    float: left;
    margin-right: 1rem; }
  .entryFooter .entryFooter__info .category, .entryFooter .entryFooter__info {
    color: #C19969; }
  .entryFooter .entryFooter__info .category__hedding:after, .entryFooter .entryFooter__info {
    content: "："; }

  .entryFooter .entryFooter__metaWrap {
    display: flex;
    justify-content: space-between;
  }
      
  .entryFooter .entryFooter__date, .webpageFooter .entryFooter__date, .entryFooter .entryFooter__info {
    color: #707070; }
  .entryFooter .entryFooter__date:after {
    content: " ";
    display: block;
    clear: both; }
  .entryFooter .entryFooter__date li {
    margin-right: 0.5rem;
    float: left; }
  .entryFooter .entryFooter__date a {
    color: #707070; }
  .entryFooter .entryFooter__date .date__author {
    margin-right: 1rem; }
    .entryFooter .entryFooter__date .date__author .author__hedding:after {
      content: "："; }
  .entryFooter .entryFooter__info:after {
    content: " ";
    display: block;
    clear: both; }
  .entryFooter .entryFooter__info li {
    float: left;
    margin-right: 1rem; }
  .entryFooter .entryFooter__info .comment {
    color: #365F87; }
    .entryFooter .entryFooter__info .comment__hedding:after, .entryFooter .categoryFooter__hedding:after {
      content: "："; }
          
  .entryFooter .entryFooter__Author {
    border: 4px solid #CCCCCC;
    padding: 16px; 
    margin: 2rem 0;
  }
  
  .footerAuthor__title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
      
  .footerAuthor__images {
    width: 80px;
    float: left;
    margin-right: 1rem;
  }
  .footerAuthor__images img {
    width: 80px;
    height: auto;
  }
  
  .footerAuthor__textWrap {
    width: 100%;
  }
    
  .footerAuthor__name {
    font-weight: bold;
    position: relative;
    margin: 0 0 1rem;
  }
  
  .footerAuthor__name a {
    color: #262A32;
    text-decoration: none;
  }
  
  .footerAuthor__name::before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 4px;
    color: #CCCCCC;
  }

  .footer__snsWrap .footer__sns {
    margin-top: 40px;
    width: 100%;
    text-align: center; }
  .footer__snsWrap .footer__sns li {
    position: relative;
    display: inline-block;
    margin: 0 6px; }
  .footer__sns--liline {
      top: 12px; }
  .footer__snsWrap .footer__sns li a {
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 4px; }
  .footer__snsWrap .footer__sns li i {
    font-size: 20px;
    line-height: 36px;
    color: #FFFFFF; }
  .footer__snsWrap .footer__sns li .sns__x-twitter {
    background-color: #000000; }
  .footer__snsWrap .footer__sns li .sns__fb {
    background-color: #315096; }

  .footer__snsWrap .footer__sns li .sns__line { 
    width: 38px;
    height: 40px;
    overflow: hidden;
    color: #00B900;
  }
  .footer__snsWrap .footer__sns li .sns__line .fa-line { 
    color: #00B900;
    font-size: 42px;
    line-height: 42px;
  }
  .footer__snsWrap .footer__sns li .sns__hatena {
    background-color: #00A4DE;
    text-decoration: none;}
  .fa-sns-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
  }
  
@media (max-width: 768px) {
  .entryFooter h4 {
    font-size: 1.125rem; }
   
   .footerAuthor__images {
     float: none;
     margin: 0 auto 1rem;
   }
   .footerAuthor__textWrap {
     width: 100%;
   }
 }

/*------------
    ARCHIVES
------------*/
.archives__title {
  font-size: 1.5rem;
  line-height: 1.25;
  padding-bottom: 12px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px; }

/*------------
    WYSIWYG
------------*/
.wysiwyg h1 {
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center; }

.wysiwyg h2 {
  font-size: 1.75rem;
  line-height: 1.25;
  color: #707070;
  margin-bottom: 20px; }

.wysiwyg h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 1rem; }

.wysiwyg h4 {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #707070;
  font-weight: normal;
  margin-bottom: 0.5rem; }

.wysiwyg h5 {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 0.5rem; }

.wysiwyg p {
  margin-bottom: 20px; }
  
.wysiwyg pre {
  background: #f5f5f5;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 4px;
  white-space: pre-wrap;
}

.wysiwyg figure {
  margin-bottom: 1rem;
}

.wysiwyg figcaption {
  font-size: 0.75rem;
  text-align: center;
  margin-top: -0.5rem;
}  
  
.wysiwyg strong {
  font-weight: bold; }

.wysiwyg em {
  font-style: italic; }

.wysiwyg img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem; }

.wysiwyg hr {
  height: 0px;
  margin: 20px 0;
  border: none;
  border-top: 1px solid #CCCCCC; }

.wysiwyg .underline {
  text-decoration: underline; }

.wysiwyg .linethrough {
  text-decoration: line-through; }

.wysiwyg blockquote {
  margin-bottom: 2rem;
  margin-left: 0.5rem;
  padding-left: 20px;
  color: #707070;
  display: block;
  position: relative; }
  .wysiwyg blockquote::before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    top: 0px;
    left: 0;
    background-color: #CCCCCC;
    position: absolute; }

.wysiwyg ul {
  margin-bottom: 1rem;
  margin-left: 1.5rem; }
  .wysiwyg ul li {
    margin-bottom: 0.5rem;
    list-style: disc; }

.wysiwyg ol {
  margin-bottom: 1rem;
  margin-left: 1.5rem; }
  .wysiwyg ol li {
    margin-bottom: 0.5rem;
    list-style: decimal; }

@media (max-width: 768px) {
  .wysiwyg h2 {
    font-size: 1.5rem; }
  .wysiwyg h4 {
    font-size: 1.125rem; } }
