@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main > .section {
  padding-top: 50px;
  padding-bottom: 50px;
}

#main div.body {
  max-width: 1160px;
  padding: 0 15px;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main div.body {
   max-width: 100%;
	 padding:0 15px;
	 margin: 0 auto;
	 overflow: hidden;
	}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main div.body {
  max-width: 100%;
	padding:0 15px;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * お知らせ一覧
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.news {
  position:relative;
  background: #fffbf0;
}

.news .body {
  overflow: inherit !important;
  padding: 0 !important;
}

.layout-body {
  padding-top: 30px;
  position:relative;
  background: #fffbf0;
}

.layout-body #main-contents {
  width: 76%;
  float: left;
}

.layout-body #side-menu {
  width: 22%;
  float: right;
}

.news .section ~ .section {
  padding-top: 70px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {


.layout-body #main-contents {
  width: 100%;
  float: none;
}

.layout-body #side-menu {
  width: 100%;
  float: none;
  margin-top: 40px;
}

.news .section ~ .section {
  padding-top: 50px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.news .head-title {}

.news .head-title + * {
  margin-top: 20px;
}

.news .title {
  position: relative;
  font-size:26px;
  font-weight: bold;
  color:#fc4b22;
  background: #fff;
  padding: 10px 40px 10px 40px;
  border-top: 1px solid #f7952b;
  border-bottom: 1px solid #f7952b;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.news .head-title {
  margin-left: 0px;
}
.news .title {
  position: relative;
  font-size:18px;
  font-weight: bold;
  color:#fc4b22;
  background: #fff;
  padding: 10px 20px 10px 20px;
  border-top: 1px solid #f7952b;
  border-bottom: 1px solid #f7952b;
}

}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.news .text {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.news .text {
  margin-top: 1em;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.news .contents .images {
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.news ul.layout-flex-3 {
  justify-content: flex-start;
}

.news ul.layout-flex-3 li {
  background: #fff;
  padding: 0;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 20px;
}

.news ul.layout-flex-3 li:nth-child(3n+1) {
  margin-left: 0;
}

.news ul.layout-flex-3 li .images {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 75%;
}
.news ul.layout-flex-3 li .images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.news ul.layout-flex-3 li .meta {
  padding: 20px;
}

.news ul.layout-flex-3 li .day {
  font-weight: bold;
  color:#fc4b22;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.news ul.layout-flex-3 {
  display: flex;
  justify-content: space-between;
}

.news ul.layout-flex-3 li {
  width:100%;
  background: #fff;
  margin-left: 0;
  margin-bottom: 20px;
}

.news ul.layout-flex-3 li .images img {
  width: 100%;
}

}

/* ****************************************************************************************************
   * サイドメニュー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#side-menu {
  margin-bottom: 50px;
}

#side-menu .section ~ .section {
  margin-top: 50px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#side-menu .section-title {
  font-size: 22px;
  font-weight: bold;
  color:#f7952b;
  text-align: center;
  border:1px solid #f7952b;
  background: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#side-menu .section-title {
  font-size: 18px;
  font-weight: bold;
  color:#f7952b;
  text-align: center;
  border:1px solid #f7952b;
  background: #fff;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 日付
/* ------------------------------------------------------------------------------------------------- */

#side-menu .post-date {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color:#fc4b22;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#side-menu ul {
  margin-top: 20px;
}

#side-menu ul li ~ li {
  margin-top: 20px;
}

#side-menu ul li {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 5px dotted #f7952b;
}

#side-menu ul li a {
  padding:2em 0 0;
  line-height: 1.4;
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

#side-menu ul li .day {}

#side-menu ul li .text {
  margin-top: 0;
}

/* ****************************************************************************************************
   * 最新の記事
**************************************************************************************************** */

/* ****************************************************************************************************
   * 過去の記事
**************************************************************************************************** */

#side-menu #side-archives-2 ul {
  margin-top: 0px;
}

#side-menu #side-archives-2 ul li ~ li {
  margin-top: 0;
}

#side-menu #side-archives-2 ul li {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 5px dotted #f7952b;
}

#side-menu #side-archives-2 ul li a {
  padding:1em 0 0;
  line-height: 1.4;
  color: inherit;
  text-decoration: none;
  display: inline-block;
}


/* ****************************************************************************************************
   * お知らせ詳細
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.news .list .day {
  font-weight: bold;
  color: #fc4b22;
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.news .link-btn {}

.news .link-btn a {}

.news .link-btn a::after {
  right: auto;
  left: 20px;
  transform: rotateY(180deg);
  transition: 0.3s left;
}

.news .link-btn a:hover:after {
  left: 0.8em;
}





