@charset "utf-8";

.top_title {
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_title img {
  width: 45%;
  padding: 0 1rem;
}

.banner01 {
  border-right: 0.5px solid;
}

.banner01 img {
  float: right;
  width: 50%;
}

.top_hero {
  height: 60vh;
}

.slider {
  position:relative;
  height: 60vh;
}
/*　背景画像設定　*/

.slider-item01 {
  background:url(../img/hero01_2507.jpg);
}

.slider-item02 {
  background:url(../img/hero02_2507.jpg);
}

.slider-item03 {
  background:url(../img/hero03_2507.jpg);
}


.slider-item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slick-track {
  height: 60vh;
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    height: 25px;
    width: 25px;
}

.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:30px;
    height:3px;
    display:block;
    background:#fff;
    opacity: 0.5;
    border: none;
    box-shadow: none;
}

.slick-dots .slick-active button{
    background:#fff;
    opacity: 1.0;
}

.about {
  background-color: var(--main-color);
  padding-bottom: 3rem;
}

.about h2 {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0 3rem 0;
  font-weight: normal;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.2em;
}

.about h2 span {
  display: flex;
	align-items: center;
  justify-content: center;
	color:#000;
	font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 0.7rem;
}

.about p {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin-bottom: 5rem;
}

.readmore {
    border: #FFF 1px solid;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 18px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.3em;
}

.readmore:hover {
  background: #fff;
  color: #000;
}


.readmore:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.readmore:hover:after {
  border-color: #000;
}

.information {
  padding-bottom: 3rem;
}

.instagram {
  background-size: 13px 4px;
  background-image: linear-gradient(to right, #000000 3px, transparent 3px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 3rem;
}

.instagram h2,.meeting h2 ,.movie h2 {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0 3rem 0;
  font-weight: normal;
  color: #000;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.2em;
}

.instagram h2 span,.meeting h2 span,.movie h2 span {
  display: flex;
	align-items: center;
  justify-content: center;
	color:var(--main-color);
	font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 0.7rem;
}

.instagram_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52vh;
}

.instagram_02 img {
  width: 30%;
  padding: 0 15px;
}

.news_container {
  display: flex;
}

.news h2,.facebook h2,.message h2 {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0 2rem 0;
  font-weight: normal;
  color: #000;
  font-size: 2rem;
  text-align: left;
  letter-spacing: 0.2em;
}

.news h2 span,.facebook h2 span,.message h2 span {
  display: flex;
	color:var(--main-color);
	font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 0.3rem;
  flex-flow: column;
  text-align: left;
}

.news h2 span::before,.facebook h2 span::before,.message h2 span::before {
  content: '';
  background-color: #000;
  width: 30px;
  height: 1px;
  margin-bottom: 0.5rem;
}

.news_iframe_cntainer {
  width: 50%;
  margin-left: 6rem;
}

.news_iframe_cntainer iframe {
  width: 100%;
  height: 35rem;
}


.news ul {
  list-style: none;
  margin-bottom: 3rem;
}

.news .news_item .news_letter {
  border: solid 1px black;
  padding: 7px 10px;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}

.news .news_item .news_date {
  color: #a8a8a8;
  font-size: 1.5rem;
  margin-left: 1rem;
  letter-spacing: 0.2rem;
}

.news .news_item h3 {
  font-weight: 400;
  font-size: 1.3rem;
  margin: 2rem 0 2rem;
  letter-spacing: 0.2rem;
}

.news_iframe {
  height: 100%;
}

.facebook {
  width: 50%;
}

/*.introduction {
  background-image: url(../img/back.png);
  background-size: cover;
  display: flex;
}*/

.message {
  width: 50%;
  background-color: #FFF;
  margin: 4rem 2rem;
  padding-bottom: 3rem;
}

.message h2 {
  margin-left: 2rem;
}

.chairman {
  text-align: center;
  margin: 0 auto;
}

.chairman p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 1.5rem 0;
}

.chairman img {
  width: 40%;
}

.morebutton {
  border: #000 1px solid;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 200px;
  padding: 18px 25px;
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.3em;
}

.morebutton:hover {
background: var(--main-color);
color: #fff;
border: var(--main-color) 1px solid;
}


.morebutton:after {
content: '';
width: 10px;
height: 10px;
border-top: 2px solid #000;
border-right: 2px solid #000;
transform: rotate(45deg) translateY(-50%);
position: absolute;
top: 50%;
right: 20px;
border-radius: 1px;
transition: 0.3s ease-in-out;
}

.morebutton:hover:after {
border-color: #fff;
}

.member {
  width: 50%;
  margin: 4rem 2rem;
  padding-bottom: 3rem;
  text-align: center;
  background-image: url(../img/top02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.member02 {
  position: absolute;
  bottom: 3rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.member h3 {
  color: #FFF;
  font-size: 2rem;
  font-weight: normal;
  margin: 0.5rem;
}

.member a {
  margin-top: 1.5rem;
}


/* 例会案内 */
.meeting_schedule {
  /* background-color: #C2C2C2; */
  height: 35rem;
  background-image: url('../img/reikai_back02.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.meeting_schedule h3 {
  background-color: #FFF;
  padding:1rem 0;
  width: 25%;
  font-size: 1.3rem;
  text-align: center;
}

.meeting_schedule_container {
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.meeting_schedule_container iframe {
  width: 100%;
  height: 100%;
}

.index_meeting {
  width: 70rem;
  margin: 0 auto;
}

.index_meeting ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  list-style: none;
}

.index_meeting ul a {
  background-color: #fff;
  margin: 1rem;
  padding: 1rem;
}
.index_meeting ul div {
  background-color: #fff;
  margin: 1rem;
  padding: 1rem;
}

.i_meeting_item {
  background-color: #fff;
  width: 25rem;
  height: 5rem;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  margin-left: 2rem;
  vertical-align: top;
}

.i_meeting_item p {
  /* line-height: 2rem; */
  line-height: 1.5rem;
  color: #000;
  /* display: inline; */
  display: inline-flex;
}

.i_meeting_item .m_date {
  color: var(--main-color);
  margin-right: 1rem;
}
/* ↑↑↑↑↑ 例会案内 */

.movie{
  padding: 0 4%;
}
.movie_container {
  width: 70%;
  margin: 3rem auto 10rem auto;
}

.movie_2col {
  display: flex;
  width: 100%;
}

.movie_2col02 {
  margin-top: 5rem;
}

.movie01 {
  height: 150%;
}


.movie01 iframe {
  width: 100%;
  height: 100%;
}

.movie ul  {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  list-style: none;
}

.movie ul li {
  width: 50%;
  box-sizing: border-box;
  margin: 0 3rem 8rem 0;
}

.movie ul li h4 {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}

.movie ul li h4::before {
  content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 4px solid var(--main-color);
}

.movie ul li h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 4px solid #D8D8D8;
}


.others ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: none;
    list-style: none;
}

.others ul li {
  width: 50%;
  box-sizing: border-box;
  border: 0.5px solid #C2C2C2;

}

.others li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25rem;
  color: #000;
  flex-flow: column;
  transition: 0.5s;
}

.others a:hover {
  background: #C2C2C2;
}

.others h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
}

.others img {
  width: 30px;
  margin-top: 1rem;
}

.others .icon03 {
  width: 50px;
}

.others .icon04 {
  width: 40px;
}


@media screen and (max-width:923px){
  .index_meeting {
    width: auto;
  }
  
}
@media screen and (max-width:818px){
  .index_meeting {
    width: auto;
  }
  .meeting_schedule {
    height: 50rem;
  }
  
}


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

  .banner01 img {
    width: 70%;
  }

  .banner02 img {
    width: 64%;
  }

  .about h2,.about p {
    width: 90%;
  }

  .about p {
    margin: 0 auto;
    margin-bottom: 5rem;
  }

  .instagram_02 img {
    padding: 0 10px;
  }

  .news_container {
    display: block;
  }

  .news {
    width: 100%;
  }

  .news img {
    width: 90%;
  }

  .facebook {
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }

  .introduction {
    display: block;
    height: 95rem;
    padding: 1rem 0 3rem;
  }

  .message {
    width: 80vw;
    margin: 4rem auto;
  }

  .member {
    margin: 4rem auto;
    width: 80vw;
    height: 40rem;
  }

  .movie ul {
    display: block;
  }

  .movie_2col {
    display: block;
  }

  .movie ul li {
    width: 80%;
    margin: 0 auto;
    height: 30rem;
  }

  .movie01 {
    height: 60%;
  }

  .movie_2col {
    margin: 0;
  }

  .others ul {
    display: block;
  }

  .others ul li {
    width: 100%;
  }
/* 追記 */
  .news_iframe_cntainer {
    width: 85%;
    height: 60vh;
    margin: 0 auto;
    /* margin: 0 auto;
    padding: 0 0 0 4%; */
  }
/* ↑↑↑ */
  .meeting_schedule h3 {
   width: 50%;
  }
  .index_meeting{
    margin-top: 5rem;
  }
  .movie_container {
    width: 100%;
  }
  
}

@media screen and (max-width: 767px) and (min-width: 589px){
  .about h2 , .movie h2{
    letter-spacing: 0;
  }
  .facebook {
    margin: 3rem auto 0 auto;
  }
  .movie_container {
    margin: 3rem auto 0rem auto;
  }
}

@media screen and (max-width:500px){
  .instagram_02 img {
    padding: 0px 5px;
    width: 25%;
  }
.facebook iframe {
  width: 320px;
  }
}
