@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  max-width: 1240px;
  padding:0 20px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding:0 20px;
   margin: 0 auto;
   overflow: hidden;
   }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 20px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * ボディ
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower
.visual {
  background: url("../../_images/topics/visual.png") no-repeat;
  background-size: cover;
  background-position: bottom;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
}


/* ****************************************************************************************************
   * イベント一覧
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.topics {
  position: relative;
  padding-top: 120px;
  padding-bottom: 150px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.topics ul.layout-flex-3 {
  justify-content: flex-start;
}

.topics ul.layout-flex-3 li {
  width: 30%;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0;
  margin-right: 4%;
}

.topics ul.layout-flex-3 li:nth-child(3n+3) { /* 3番目の要素*/
  width: 30%;
  margin-right:0;
}

.topics ul.layout-flex-3 li:nth-child(n+4) { /* 3番目以降*/
  margin-top: 50px;
}


.topics ul.layout-flex-3 li a {
  transition: 0.3s;
}
.topics ul.layout-flex-3 li a:hover {
  opacity: 0.7;
}

.topics ul.layout-flex-3 li a .images {
  border-radius: 10px;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.66%;
}

.topics ul.layout-flex-3 li a .images img {
  border-radius: 10px; 
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topics ul.layout-flex-3 li:hover a .images img {
  border-radius: 10px; 
  transform: scale(1.05);
  opacity: .9;
}

.topics ul.layout-flex-3 li .day {
  display: block;
  color: var(--c-orange);
  margin-top: 0.5em;
}
.topics ul.layout-flex-3 li .text {
  margin-top: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.topics ul.layout-flex-3 {
  justify-content: space-between;
}

.topics ul.layout-flex-3 li {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0;
  margin-right: 0;
}

.topics ul.layout-flex-3 li:nth-child(3n+3) { /* 3番目の要素*/
  width: 100%;
  margin-right: 0;
}

.topics ul.layout-flex-3 li:nth-child(n+4) { /* 3番目以降*/
  margin-top: 30px;
}

.topics ul.layout-flex-3 li ~ li {
  margin-top: 30px;
}
.topics ul.layout-flex-3 li a {
  transition: 0.3s;
}
.topics ul.layout-flex-3 li a:hover {
  opacity: 0.7;
}

.topics ul.layout-flex-3 li a span {
  display: block;
  text-align: left;
}
.topics ul.layout-flex-3 li .day {
  display: block;
  margin-top: 0.5em;
}
}


/* ****************************************************************************************************
   * イベント詳細
**************************************************************************************************** */

#article {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #article {
    padding-bottom: 120px !important;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.topics .content {}

.topics .content .column {
  margin-top: 45px;
}

.topics .content .title-1 {
  display: block;
  font-size: 3.2rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  line-height: 1.6;
}

.topics .content .day {
  display: block;
  font-size: 2.1rem;
  color: var(--c-orange);
}

.topics .content .text {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/

.topics .content {}

.topics .content .title-1 {
  display: block;
  font-size: 2.4rem;
  font-family: "M PLUS 1p", "sans-serif";
  margin-top: 0;
  line-height: 1.6;
}

.topics .content .day {
  display: block;
  font-size: 1.8rem;
  color: var(--c-orange);
}

}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.topics .btn-area {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.topics .btn-area .btn {
  color: #fff;
  font-size: 1.8rem;
  background: var(--c-orange);
  border-radius: 30px;
  padding: 5px;
  max-width: 230px;
  margin-top: 0;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  transition: 0.3s;
  text-decoration: none !important;
}
.topics .btn-area .btn:hover {
  opacity: 0.7;
}

