@charset "UTF-8";

.pageTitle{
  flex-wrap: wrap;
}
.typePost .pageTitle{
  background-image: url(../img/blog/pageTitle.jpg);
  /*background-position: calc(50% - 300px) 0;*/
  background-position: 0 0;
}
.typeSchedule .pageTitle{
  background-image: url(../img/schedule/pageTitle.jpg);
  background-position: calc(50% - 460px) 0;
  /*background-position: 0 0;*/
}

.pageTitle span{
  width: calc(100% - 600px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pageTitle span span{
  width: auto;
  background-image: none;
  display: block;
}

.pageTitle.copyRighted::after{
  right: unset;
}
.typePost .pageTitle.copyRighted::after{
  left: 0;
}
.typeSchedule .pageTitle.copyRighted::after{
  left: calc(50% - 592px);
  color: #B3B3B3;
}

.articleSection .inner{
  flex-direction: row;
  justify-content: space-between;
}

/* post list */
.articleDIV{
  width: calc(100% - 200px);
  max-width: 960px;
  position: relative;
  padding: 0 16px;
}
.articleDIV li{
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px dotted #666;
  margin-bottom: 32px;
}
.articleList_title{
  font-weight: bold;
  margin-bottom: 0;
  font-size: 16px;
}
.articleList_date{
  font-size: 12px;
  margin-bottom: 0;
}
.typeSchedule .articleList_date{
  font-size: 16px;
  margin-left: 16px;
}
.typeSchedule .articleList_date .sch_place{
  margin-left: 16px;
}
.post_thmnl{
  width: 200px;
  margin-right: 16px;
  height: 100px;
}
.post_texts{
  width: 100%;
  max-width: 750px;
}
.post_thmnl.eyeCatchDefo{
  /*background-color: #FFD900;*/
}
.post_thmnl.eyeCatchDefo a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.post_thmnl img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.post_thmnl.eyeCatchDefo img{
  width: 30px;
}
.articleList_to_content{
  margin-left: 16px;
  display: inline-block;
}
.typeSchedule .articleList_to_content{
  margin-left: 0;
  display: block;
}
.articleList_to_content a{
  color: #0075A9;
}

.categoryList{
  margin-bottom: 48px;
  width: 180px;
}
.categoryList .categoryListUL{
  margin-bottom: 130px;
}
.categoryList .listTitle{
  width: 100%;
  border-bottom: 2px solid #b379c7;
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
  margin-bottom: 14px;
}
.categoryList li{
  border-bottom: 2px solid transparent;
  transition: .3s;
}
.categoryList li:hover{
  border-bottom: 2px solid #b379c7;
}
.archiveListDIV .year::before,
.categoryList a::before{
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0da";
  margin-right: 8px;
}

.archiveListDIV .year{
  cursor: pointer;
  transition: .3s;
  margin-bottom: 0;
}
.archiveListDIV .year:hover{
  color: #5ECBC9;
}
.archiveListDIV ul{
  display: none;
  font-size: 14px;
  margin-left: 14px;
}
.archiveListDIV ul.current{
  display: block;
}
/* //post list */

/* pager */
.pager{
  font-size: 15px;
  padding: 10px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pager span,
.pager a{
  margin-left: 20px;
  padding: 5px 10px;
  font-size: 15px;
  color: #b379c7;
  border: 1px solid #b379c7;
  margin-bottom: 16px;
}
.pager span:not(.dots):hover,
.pager a:hover{
  background-color: #b379c7;
  color: #fff;
}
.pager .current{
  background-color: #b379c7;
  color: #fff;
}
.pager .next,
.pager .prev{
  border: none;
}
.pager .next:hover,
.pager .prev:hover{
  color: #b379c7;
  background-color: transparent;
  text-decoration: underline;
}
/* //pager */
/* //post list */

/* single */
.single .articleDIV h3{
  font-size: 24px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 32px;
}
.single .articleDIV h3::before{
  content: "【";
}
.single .articleDIV h3::after{
  content: "】";
}
.single .articleDIV p{
  line-height: 2;
}
.single .articleDIV .post_date{
  display: block;
  text-align: right;
  margin-bottom: 32px;
  font-size: 12px;
}
.single .articleDIV a{
  text-decoration: underline;
  color: #b379c7;
}
.single .articleDIV img{
  display: block;
  margin: 0 auto 24px;
  /*width: auto;*/
  width: 100%;
  max-width: 450px;
  height: auto;
}

.single.typeSchedule dl div{
  display: flex;
  align-items: center;
  line-height: 2;
  margin-bottom: 16px;
}
.single.typeSchedule dt{
  font-size: 24px;
  margin-right: 16px;
}

.gallery{
  display: grid;
  grid-auto-rows: 230px;
  grid-template-columns: repeat(auto-fit, 186px);
  justify-content: space-around;
  grid-row-gap: 16px;
  grid-column-gap: 1px;
  margin-bottom: 32px;
}
.gallery dl{
  position: relative;
  border: 1px solid #eee;
  border-radius: 10px;
}

.single .gallery dl img{
  padding: 15px 0;
  width: 160px;
  height: 185px;
  object-fit: cover;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  display: block;
}
#gallery-1{
  margin-bottom: 32px !important;
  padding-top: 32px;
  width: 100%;
}
#gallery-1 .gallery-item{
  float: none !important;
  margin-top: 0 !important;
  text-align: left !important;
  width: auto  !important;
}
#gallery-1 img{
  border: none !important;
}
#gallery-1 .gallery-caption{
  margin-left: 0;
  padding: 0 12px;
  font-size: 12px;
}
.gallery-item+br{
  display: none !important;
}

.single .post_password input[type=password]{
  display: block;
  padding:10px 0 10px 20px;
  font-size: 16px;
  color: #444;
  width: 300px;
  margin: 24px auto;
}

.single .youtubeWrap{
  padding-top: 254px;
  width: 450px;
  margin: 0 auto;
}

/* .single_pager を下に固定する */
.articleDIV{
  display:flex;
  flex-direction:column;
  /*min-height:100vh;*/
}
.single_pager{
  margin:auto 0 32px;
}
/* //.single_pager を下に固定する */

.single_pager{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}
.single_pager .prev a,
.single_pager .next a{
  text-decoration: none;
}
.single_pager .prev a:hover,
.single_pager .next a:hover{
  text-decoration: underline;
}

.single iframe{
  max-width: 100%;
  min-width: 100% !important;
}
/* //single */

@media screen and (max-width: 1440px){
  section{
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1200px){
  .pageTitle.pageTitle{
    background-position: 0 0;
  }
  .typeSchedule .pageTitle span{
    width: calc(100% - 356px);
  }
  .typeSchedule .pageTitle span span{
    width: auto;
  }
  .pageTitle.copyRighted::after{
    left: 0 !important;
  }
}/* このとじカッコは消さないこと */

@media screen and (max-width: 767px){
  .pageTitle span span{
    margin-bottom: 0;
    width: auto !important;
  }
  .articleSection{
    padding: 0 16px;
  }
  .articleSection .inner{
    flex-direction: column;
  }
  .articleDIV{
    width: 100%;
    padding: 0;
  }
  .categoryList .categoryListUL{
    margin-bottom: 32px;
  }

  .single input[type=text],
  .single input[type=password],
  .single input[type="submit"]{
    width: 100%;
  }

  main .inner{
    width: 100%;
  }

  .single .youtubeWrap{
    width: 100%;
    padding-top: 56.25%;
  }

}

@media only screen and (max-width: 600px){
  .typePost .pageTitle{
    background-size: cover;
  }
  .articleDIV li{
    flex-direction: column;
  }
  .post_thmnl.eyeCatchDefo{
    display: none;
  }
}/* このとじカッコは消さないこと */

@media only screen and (max-width: 500px){
  .typePost .pageTitle{
    background-position: -80px 0;
/*    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 244px 0 0 280px;*/
  /*}*/
}/* このとじカッコは消さないこと */

@media only screen and (max-width: 430px){
  .typeSchedule .pageTitle{
/*    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 100px 36px 0 120px;
    color: #FFF;*/
  }
}/* このとじカッコは消さないこと */
