/* --- トップ画像 --- */
.mainimage__wraaper{
  position: relative;
  width: calc(100% - 160px);
  height: 800px;
  margin-left: 160px;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .mainimage__wraaper{
    width: calc(100% - 3%);
    margin-left: 3%;
    height: 550px;
  }
}

@media screen and (max-width: 767.98px) {
  .mainimage__wraaper{
    width: calc(100% - 3%);
    margin-left: 3%;
    height: 300px;
  }
}

.mainImage{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mainImage img{
  width: 100%;
  min-height: 800px;
  aspect-ratio: 21/10;
  object-fit: cover;
  object-position: 15% top;
}

@media screen and (max-width: 980px) {
  .mainImage img{
    min-height: 550px;
  }  
}

@media screen and (max-width: 767.98px) {
  .mainImage img{
    min-height: 350px;
    object-position: 20% 0;
  }  
}

/* --- トップページのセクション --- */
.l-section__wraaper{
  padding: 70px 80px;
}

@media screen and (max-width: 980px) {
  .l-section__wraaper{
    padding: 70px 3%;
  }
}

@media screen and (max-width: 767.98px) {
  .l-section__wraaper{
    padding: 30px 3% 30px 3%;
  }
}

.section__header{
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 50px;
}

@media screen and (max-width: 767.98px) {
  .section__header{
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.section__header span{
  font-size: clamp(28px, 3vw, 48px);
}

/* --- インフォメーション --- */
.information > dl{
  margin: 0 auto;
  padding: 0px 20px;
  max-width: 980px;
  box-sizing: border-box;
}

.information > dl > dd{
  margin: 0 auto;
}

.information__item{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 25px 0;
  font-size: 14px;
  border-bottom: 1px solid #dedede ;
}

@media screen and (max-width: 767.98px) {
  .information__item{
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
.information__item:first-child{
  border-top: 1px solid #dedede ;
}

.information__item:last-child{
  border: none;
}

.information__item--time{
  display: flex;
  padding-left: 20px;
  white-space: nowrap;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  .information__item--time{
    padding-left: 10px;
  }
}
.information__item--time > time{
  width: 100px;
}

.information__item--header{
  width: 100%;
  padding: 0px 25px;
}

@media screen and (max-width: 767.98px) {
.information__item--header{
    padding: 10px 10px 0 10px;
  }
}

.information__item--icon{
  display: flex;
  align-items: center;
  padding-left: 25px;
}

@media screen and (max-width: 767.98px) {
  .information__item--icon{
    padding-left: 10px;
  }
}

.information__item--icon > span > a{
  display: inline-block;
  width: 90px;
  padding: 2px 7px;
  color: #fff;
  background-color: #d82112;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
  border-radius: 20px;
}

.art-news-btn_showInfoList_PC{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 0 25px 0 25px;
}

.art-news-btn_showInfoList_PC > a{
  padding: 2px 7px;
  font-size: 12px;
  white-space: nowrap;
  border: solid 1px #333 !important;
}

.art-news-btn_showInfoList_PC > a:hover{
  text-decoration: none;
  color: #333 !important;
  font-weight: normal; 
  opacity: .6;
}

@media screen and (max-width: 767.98px) {
  .art-news-btn_showInfoList_PC{
    display: none;
  }
}

.art-news-btn_showInfoList_SP{
  display: none;
}

@media screen and (max-width: 767.98px) {
  .art-news-btn_showInfoList_SP{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0px 0px;
    padding-right: 10px;
  }

  .art-news-btn_showInfoList_SP > a{
      padding: 0px 4px;
      font-size: 12px;
      white-space: nowrap;
      border: solid 1px #333 !important;
  }
  
  .art-news-btn_showInfoList_SP > a:hover{
    text-decoration: none;
    color: #333 !important;
    font-weight: normal; 
    opacity: .6;
  }
}

/* --- スクロールダウン --- */
.l-section-top {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}

.l-section-top::before {
  content: "SCROLL";
  position: absolute;
  left: 36px;
  top: -125px;
  font-family: "cormorant-garamond", "serif";
  color: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

.c-scrolldown {
  width: 1px;
  height: 150px;
  position: absolute;
  bottom: -105px;
  left: 47px;
  margin: 0 auto;
  overflow: hidden;
}

.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -150px;
  background-size: 100% 200%;
  animation: scrolldown 3s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown{
  0%{
    background-position:0 -150px
  }
  75%{
    background-position:0 0
  }
  100%{
    background-position:0 150px
  }
}

/* --- コンテンツ --- */
.content__wraaper{
  padding-top: 100px;
}

/* --- 暮らしのメモ --- */
.button__show-lifenote{
  margin: 60px 0 50px;
  text-align: center;
}

.button__show-lifenote a{
  padding: 15px 50px;
  font-size: 18px;
  font-weight: 500;
  color: #3f2021;
  border-radius: 50px;
  border: 1px solid #3f2021;
}

@media screen and (min-width: 767.98px) {
  .button__show-lifenote a{
    font-size: 16px;
  }
}

.button__show-lifenote a:hover{
  opacity: 0.5;
  text-decoration: none;
}

.lifenote-list li:nth-child(1) > a{
  background: url("../image/icon_garbage.png") no-repeat left 50% top 45px;
  background-size: 65px;
}

.lifenote-list li:nth-child(2) > a{
  background: url("../image/icon_bicycle.png") no-repeat left 50% top 45px;
  background-size: 70px;
}

.lifenote-list li:nth-child(3) > a{
  background: url("../image/icon_car.png") no-repeat left 50% top 50px;
  background-size: 70px;
}

.lifenote-list li:nth-child(4) > a{
  background: url("../image/icon_motorcycle.png") no-repeat left 50% top 45px;
  background-size: 70px;
}

.lifenote-list li:nth-child(5) > a{
  background: url("../image/icon_visitor-parking.png") no-repeat left 50% top 40px;
  background-size: 70px;
}

.lifenote-list li:nth-child(6) > a{
  background: url("../image/icon_hazardmap.png") no-repeat left 50% top 45px;
  background-size: 70px;
}

.lifenote-list li:nth-child(7) > a{
  background: url("../image/icon_contact.png") no-repeat left 50% top 45px;
  background-size: 70px;
}

.lifenote-list li:nth-child(-n+7) > a{
  display: block;
  padding-top: 180px;
  position: relative;
  overflow: hidden;
  transition: .5s;  
}

@media screen and (max-width: 767.98px) {
  .lifenote-list li:nth-child(1) > a{
    background: url("../image/icon_garbage.png") no-repeat left 50% top 35%;
    background-size: 40%;
  }
  
  .lifenote-list li:nth-child(2) > a{
    background: url("../image/icon_bicycle.png") no-repeat left 50% top 45%;
    background-size: 40%;
  }
  
  .lifenote-list li:nth-child(3) > a{
    background: url("../image/icon_car.png") no-repeat left 50% top 45%;
    background-size: 40%;
  }
  
  .lifenote-list li:nth-child(4) > a{
    background: url("../image/icon_motorcycle.png") no-repeat left 50% top 45%;
    background-size: 40%;
  }

  .lifenote-list li:nth-child(5) > a{
    background: url("../image/icon_visitor-parking.png") no-repeat left 50% top 45%;
    background-size: 40%;
  }
  
  .lifenote-list li:nth-child(6) > a{
    background: url("../image/icon_hazardmap.png") no-repeat left 50% top 40%;
    background-size: 35%;
  }

  .lifenote-list li:nth-child(7) > a{
    background: url("../image/icon_contact.png") no-repeat left 50% top 40%;
    background-size: 35%;
  }

  .lifenote-list li:nth-child(-n+7) > a{
    height: 43vw;
    display: block;
    padding-top: 0;
    position: relative;  
  }
}

/* --- カレンダー --- */
.contCalender{
  max-width: 1200px;
  margin: 0 auto;
}

.fc-toolbar > .fc-left > h2{
  font-size: 32px;
}

#eo_fullcalendar_1 > div.fc-view-container > div > table > tbody > tr > td > div > div > div > div.fc-content-skeleton > table > thead > tr > td{
  text-align: left;
}