/*--------------------------------------------------------------
  フロントページのスタイル
--------------------------------------------------------------*/

.flexslider {
  border: none;
  margin: 0;
}

#contents {
  width: 100%;
  padding: 10px 0 0 0;
  margin-bottom: 70px;
  /* margin-left: 0; */
  /* margin-right: 0; */
}

#main {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.page .entry-content {
  padding: 60px 0 10px;
	background-color: #fff;
}

.row_page {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}



@media screen and (max-width: 768px) {
	.row_page {
		max-width: unset;
		margin: 0;
		padding: 0 15px;
	}

}



/*---------------------------------------
　スローガン
---------------------------------------*/
.toppage_slogan {
	padding: 100px 0 120px;
	text-align: center;
}



@media screen and (max-width: 767px) {
	.toppage_slogan {
		padding: 40px 0 50px;
	}

}



/*---------------------------------------
　トップバナーエリア
---------------------------------------*/

.toppage_banner ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

.toppage_banner ul li {
	width: 32%;
}

.toppage_banner a:hover {
	opacity: .7;
}

.toppage_banner ul li a img {
	width: 100%;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.toppage_slogan {
		padding: 80px 0 100px;
	}

}



@media screen and (max-width: 767px) {
	.toppage_banner {
		margin: 0 0 30px;
		padding: 0;
	}

	.toppage_banner ul {
		display: block;
	}

	.toppage_banner ul li {
		width: 100%;
		margin: 0 0 10px;
	}

}



/*---------------------------------------
　2024年度役員紹介
---------------------------------------*/
.officer_introduction p {
	line-height: 1.8;
	text-align: center;
	margin: 0 0 30px;
}

.officer_introduction_video video {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.officer_introduction p {
		font-size: 1.2rem;
	}
}

/*---------------------------------------
　2024年度役員紹介　ここまで
---------------------------------------*/




/*---------------------------------------
　新年のご挨拶
---------------------------------------*/

.front-top-conts {
  padding: 30px 0 0;
}

.front-top-conts h2 {
  font-family: serif;
  position: relative;
  display: block;
  padding: 5px 45px 0;
  text-align: center;
  margin: 0 auto 20px;
  width: 28%;
  color: #e02f00;
}

.front-top-conts h2:before,
.front-top-conts h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #e02f00;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.new-year-area {
  background: url("../../img/new-year-bg.png") no-repeat center 22px;
  background-size: 100% 95%;
  margin: 0 15px 50px;
}

img.mizuhiki {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto 25px;
}

.new-year-txt {
  margin: 0 0 30px;
}

.new-year-txt img {
  display: block;
  margin: 0 auto 20px;
}

.new-year-txt p {
  padding: 10px 60px 0;
  margin: 0;
}

.new-year-txt-bottom {
  overflow: hidden;
  padding: 0 60px;
}

.new-year-txt .chairman-img {
  overflow: hidden;
  display: inline-block;
  float: right;
	height: 120px;
}

.new-year-txt .chairman-img img {
  margin: 0;
}

.new-year-txt-bottom .chairman-name {
  padding: 50px 0 0;
  margin: 0;
  text-align: right;
  float: right;
}

.new-year-txt-bottom .chairman-name p {
  padding: 0 20px 0 0;
}

.new-year-txt-bottom .chairman-name p span {
  font-size: 1.9rem;
}

/*---------------------------------------
　新年のご挨拶　END
---------------------------------------*/



.activity-conts-wrap {
  overflow: hidden;
  margin: 0 0 40px;
}

.activity-conts {
  /* margin: 0 0 50px; */
}

.activity-conts-post {
  padding: 0 15px;
  margin: 0 0 20px;
}

.activity-conts-bg {
  padding: 30px 0 1px;
  margin: 0 0 50px;
  background: #f5f5f5;
}

.report-post-wrap {
  overflow: hidden;
  /* margin: 0 15px 0; */
}

.report-post-wrap ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.activity-area-wrap {
  overflow: hidden;
  /* margin: 0 0 30px; */
}

.activity-area-wrap ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

li.activity-post-area {
  /*border: 1px solid #ddd;*/
	width: 50%;
  margin: 0 0 40px;
  overflow: hidden;
  min-height: 280px;
  height: 280px;
}

li.activity-post-area.is-hide{
	display:none;
}

li.activity-report-area {
  /*border: 1px solid #ddd;*/
  margin: 0 0 20px;
  overflow: hidden;
}
.activity-area {
  /*border: 1px solid #ddd;*/
  margin: 0 0 20px;
}

ul.activity-post-list {
  overflow: hidden;
  padding: 0;
	display: flex;
	justify-content: space-between;
}

.activety-post-date {
  width: 50%;
  float: left;
  font-size: 1.4rem;
  margin-bottom: 3px;
  font-weight: bold;
}

.activety-post-tag {
  width: 50%;
  float: right;
  font-size: 1.0rem;
  margin-bottom: 3px;
}

.event-close {
  display: inline-block;
  width: 40%;
  font-size: 1.0rem;
  float: right;
  text-align: center;
  color: #fff;
  padding: 1px 3px;
  margin-bottom: 3px;
  background: red;
  border-radius: 2px;
}

.activity-img img {
  display: block;
  /* width: 100%; */
  /* height: 100%; */
  /* object-fit: cover; */
  margin: 0 auto 5px;
}

.activity-img:hover {
  opacity: .7;
}

.activity-conts img {
  /*display: block;*/
  width: 100%;
  margin: 0 auto 5px;
}

.activity-conts .adm-img {
  width: 100%;
  /* max-height: 160px; */
  overflow: hidden;
}

.activity-conts .adm-img:hover {
  opacity: .7;
}

.activity-conts .adm-img img {
  width: 100%;
  min-height: 160px;
  margin-bottom: 0;
  padding: 0 15px;
}

.activity-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}

.activity-ttl a {
  text-decoration: none;
  color: #111;
}

.activity-ttl a:hover {
  text-decoration: underline;
}

.front-report-cat {
  font-size: 1.1rem;
}

.activity-cat {
  font-size: 1.2rem;
  margin: 0;
}

p.event-form-btn a:hover {
  background: #e8a72a;
}

.front-bottom-conts {
  overflow: hidden;
  padding: 0 30px;
  margin: 0 0 70px;
}

/* .report-list {
  float: right;
  display: inline;
  font-size: 1.2rem;
  padding: 3px 10px;
  background: #111;
  margin: 0 15px 0;
  border-radius: 20px;
  color: #fff;
}

.report-list a {
  color: #fff;
  text-decoration: none;
}

.report-list:hover {
  opacity: .7;
} */

.report-list {
	width: 16%;
	margin: 0 auto;
}

.report-list a {
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	padding: 8px 0px;
	border-radius: 20px;
	background-color: #0090d5;
  text-decoration: none;
}

.report-list i {
	font-size: 1.0rem;
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

h4.adm-conts-ttl,
.activity-conts h2,
.front-bottom-conts h2{
  position: relative;
  display: block;
  padding: 5px 45px 0;
  text-align: center;
  margin: 0 auto 30px;
  width: 40%;
  color: #333;
}

.activity-conts h2.news,
.front-bottom-conts h2.news {
  position: relative;
  display: block;
  padding: 5px 45px 0;
  text-align: center;
  margin: 0 auto 30px;
  width: 60%;
  color: #333;
}

h4.adm-conts-ttl:before,
h4.adm-conts-ttl:after,
.activity-conts h2:before,
.activity-conts h2:after,
.front-bottom-conts h2:before,
.front-bottom-conts h2:after,
.activity-conts h2.news:before,
.activity-conts h2.news:after,
.front-bottom-conts h2.news:before,
.front-bottom-conts h2.news:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #333;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

h2:before {
  left:0;
}

h2:after {
  right: 0;
}

.fa-calendar-check-o {
  margin-right: 3px;
}

.reikai {
  background: #0090d5;
  padding: 1px 4px 2px;
  color: #fff;
  border-radius: 2px;
}

.event {
  background: #ff7f81;
  padding: 1px 4px 2px;
  color: #fff;
  border-radius: 2px;
}

.project {
  background: orange;
  padding: 1px 14px 2px;
  color: #fff;
  border-radius: 2px;
}

.activity-conts img.event-heading {
  display: block;
  width: 80%;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .front-bottom-conts {
    padding: 0 15px;
  }
	.activity-conts {
    padding: 0;
		margin: 0;
  }
  .activity-conts img.event-heading {
    width: 100%;
  }
	ul.activity-post-list {
		display: block;
	}
  li.activity-post-area {
    margin: 0 0 20px;
    min-height: auto;
		height: unset;
		width: 100%;
  }
	.report-list {
		width: 100%;
	}

}



/*--------------------------------------------------------------
  入会案内
--------------------------------------------------------------*/
.toppage-recruit {
	text-align: center;
}

.toppage-recruit img {
	margin: 0 0 50px;
}



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

	.toppage-recruit img {
		margin: 0 0 30px;
	}

}



/*--------------------------------------------------------------
  インスタグラム
--------------------------------------------------------------*/




/*--------------------------------------------------------------
  NEWS&TOPICS
--------------------------------------------------------------*/


.post .front-news-list {
  padding: 0;
}

.post .front-news-list ul li.news-list {
  overflow: hidden;
}

.post .front-news-list ul {
  padding: 0;
  margin: 0 15px;
  border-bottom: 1px solid #ccc;
}

.post .front-news-list ul li {
  position: relative;
  padding: 17px 0;
  border-top: 1px solid #ccc;
  font-size: 1.3rem;
}

.post .front-news-list ul li:last-child {
  border-bottom: none;
}

.post .front-news-list ul li:hover {
  /*color: #e8b721;*/
  transition: .2s all;

}

.post .front-news-list ul li a {

}

/*.post ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  color: #333;
  text-decoration: none;
}*/

.post ul li dl {
  margin: 0;
  overflow: hidden;
}

.post ul li dl dt,
.post ul li dl dd {
  display: inline;
  padding: 0 5px;
}

.post ul li dl dt {
  font-weight: normal;
}

.post ul li dl dd.news-txt {
  margin: 0px;
}

.post ul li dl dd.news-txt a {
  color: #333;
  text-decoration: none;
}

.post ul li dl dd.news-txt a:hover {
  color: #0090d5;
  text-decoration: underline;
}

.post ul li .mark-news {
  font-size: 1.0rem;
  color: #fff;
  background: red;
  padding: 0 5px;
  border-radius: 3px;
  line-height: 0;
  margin-left: 5px;
}



@media screen and (max-width: 768px) {
  /*768以下の設定*/
  .page .entry-content {
    padding: 60px 10px 10px;
  }
  .news-block {
    padding: 15px 0;
  }
  .post {
    padding: 14px 0 16px;
    margin-bottom: 20px;
    min-height: auto;
  }
  .post ul li {
    position: relative;
    padding: 10px 10px 10px 0;
  }
}

.news-wrapper {
  padding-bottom: 50px;
}








.fb-block h3 {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
  padding: 12px 0 10px;
  font-weight: 400;
  font-size: 2.1rem;
  border: 1px solid #333;
  border-radius: 3px;
}

.fb-block h3:before,
.fb-block h3:after {
  position: absolute;
  left: 50%;
  top: 100%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  border-width: 14px;
  margin: 0 0 0 -14px;
}

.fb-block h3:before {
  border-top-color: #000000;
}

.fb-block h3:after {
  border-top-color: #FFFFFF;
}

.fb-block h3:before {
  border-top-color: #000000;
  margin-left: -14px;
}

.fb-block h3:after {
  border-top-color: #FFFFFF;
  margin: -1px 0 0 -14px;
}

.fa-facebook-official {
  margin-right: 3px;
}

.fancybox {
  display: block !important;
  box-shadow: 0 0 8px #ccc;
  margin: 0 0 30px;
}

.fancybox:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  #contents {
    margin-bottom: 30px;
  }
  #main {
    float: none;
    padding: 0 15px;
    width: 100%;
    margin: 0;
  }
  .mainvisu {
    margin-bottom: 20px;
  }
  .fb-block {
    margin: 0 0 20px;
  }
  .post-inner .fb-page {
    margin: 0 ;
  }
  .front-top-conts h2{
    padding: 5px 45px 0;
    text-align: center;
    margin: 0 auto 20px;
    width: 60%;
    color: #e02f00;
  }
  .new-year-area {
    background: url("../../img/new-year-bg.png") no-repeat center 10px;
    background-size: auto 100%;
    margin: 0 15px 25px;
  }
  .activity-conts h2,
  .front-bottom-conts h2{
    padding: 5px 45px 0;
    text-align: center;
    margin: 0 auto 20px;
    width: 80%;
    color: #333;
    font-size: 1.8rem;
  }
  p.event-form-btn {
    text-align: center;
    font-size: 1.7rem;
    margin: 0;
  }

  p.event-form-btn a {
    display: block;
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
    /* background: #2cac44; */
		background: #0090d5;
  }
  img.mizuhiki {
    width: 100%;
    margin: 0 auto 25px;
  }
  .new-year-txt img {
    width: 90%;
    margin: 0 auto 15px;
  }
  .new-year-area p {
    padding: 5px 20px;
    margin: 0 0 20px;
  }
  .new-year-txt-bottom {
    overflow: hidden;
    padding: 0 30px;
  }
  .new-year-txt .chairman-img {
    display: block;
    width: 65%;
    margin: 0 auto;
    float: none;
		height: auto;
  }
  .new-year-txt .chairman-img img {
    margin: 0 auto;
    text-align: center;
  }
  .new-year-txt-bottom .chairman-name {
    padding: 15px 0 0;
    margin: 0;
    text-align: center;
    float: none;
  }
  .new-year-txt-bottom .chairman-name p {
    padding: 0;
    margin: 0;
  }
}


/*--------------------------------------------------------------
  青年会議所とは
--------------------------------------------------------------*/

.jc-txt {
  line-height: 1.8;
  min-height: 560px;
}

.jc-txt {
  /* background: url("../../img/prejident.png") no-repeat right bottom; */
}

/*--------------------------------------------------------------
  メンバー専用ページ
--------------------------------------------------------------*/

.private-wrap {
  overflow: hidden;
}

.private-frame {
  min-height: 124px;
  /* border: 2px solid #2cac44; */
	border: 2px solid #0090d5;
  border-radius: 3px;
  text-align: center;
  line-height: 1.3;
  background: url("../../img/gallery-l-bg.png") no-repeat left bottom,
              url("../../img/gallery-r-bg.png") no-repeat right bottom;
  margin: 0 30px 30px;
}

.private-frame:hover {
  /* box-shadow:0px 0px 0px 3px #2cac44 inset; */
	box-shadow:0px 0px 0px 3px #0090d5 inset;
  transition: .2s all;
}

.private-frame a {
  display: block;
  padding: 25px 20px 30px;
  color: #111;
  text-decoration: none;
}

.private-frame a img {
  display: block;
  margin: 0 auto;
}

.private-frame a img.gallery-ico {
  margin: 0 auto 5px;
}

.private-frame a img.otsuka {
  margin: 15px auto 16px;
}

.private-frame a span {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  /*768以下の設定*/
  .private-frame {
    min-height: 124px;
    margin: 0 0 30px;
  }
  .private-frame a img.otsuka {
    margin: 15px auto 21px;
  }
}


/*--------------------------------------------------------------
  オープンギャラリー
--------------------------------------------------------------*/

.gallery-wrap {
  overflow: hidden;
}

.gallery-frame {
  /* border: 2px solid #2cac44; */
	border: 2px solid #0090d5;
  border-radius: 3px;
  text-align: center;
  line-height: 1.3;
  background: url("../../img/gallery-l-bg.png") no-repeat left bottom,
              url("../../img/gallery-r-bg.png") no-repeat right bottom;
  margin-bottom: 30px;
}

.gallery-frame:hover {
  /* box-shadow:0px 0px 0px 3px #2cac44 inset; */
	box-shadow:0px 0px 0px 3px #0090d5 inset;
  transition: .2s all;
}

.gallery-frame a {
  display: block;
  padding: 25px 20px 30px;
  color: #111;
  text-decoration: none;
}

.gallery-frame a span {
  font-size: 2.8rem;
}

/*--------------------------------------------------------------

--------------------------------------------------------------*/

.img-frame {
  width: 100%;
  height: 200px;
  margin: 0 auto 5px;
  overflow: hidden;
}

.img-frame-acti {
  width: 100%;
  height: 215px;
  margin: 0 auto 5px;
  overflow: hidden;
}

.img-frame-adm {
  width: 100%;
  /* height: 160px; */
  margin: 0 auto;
  overflow: hidden;
}

/*.activity-conts .adm-img .img-frame-adm img {
  min-height: 160px;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}*/

@media screen and (max-width: 768px) {
  /*768以下の設定*/
  .img-frame {
    height: 160px;
  }
  .img-frame-acti {
    height: 160px;
  }
}

/*--------------------------------------------------------------
　パスワード保護
--------------------------------------------------------------*/

form.post-password-form {
  width: 50%;
  margin: 0 auto;
}

form.post-password-form p {
  margin: 0 0 30px;
}

form.post-password-form label {
  text-align: center;
  display: block;
  margin: 0 0 40px;
}



/*--------------------------------------------------------------
　リニューアル
--------------------------------------------------------------*/
.content_box {
	background-color: rgb(255, 255, 255, 0.5);
	padding: 65px 50px;
	margin: 0 0 50px;
}

.toppage-insta .content_box {
	padding: 65px 80px;
}

.content_box h2 {
	position: relative;
	font-size: 2.7rem;
	display: block;
	font-weight: 400;
	text-align: center;
	margin: 0 auto 20px;
	color: #111;
	text-shadow:
		0 0 2px #fff,
		0 0 4px #fff,
		0 0 7px rgba(255,255,255,0.7),

		0 0 2px #fff,
		0 0 4px #fff,
		0 0 7px rgba(255,255,255,0.7),

		0 0 2px #fff,
		0 0 4px #fff,
		0 0 7px rgba(255,255,255,0.7),

		0 0 2px #fff,
		0 0 4px #fff,
		0 0 7px rgba(255,255,255,0.7),

		0 0 2px #fff,
		0 0 4px #fff,
		0 0 7px rgba(255,255,255,0.7);
}

.content_box h2::before,
.content_box h2::after {
	content: none;
}

.toppage-recruit .content_box h2,
.toppage-insta .content_box h2 {
	font-size: 3.0rem;
}

@media screen and (max-width: 768px) {
	.content_box {
		padding: 30px 15px;
		margin: 0 0 30px;
	}

	.toppage-insta .content_box {
		padding: 30px 15px;
	}

	.content_box h2 {
		padding: 0;
	}

}
