@charset "UTF-8";

/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.wrapper{
  background-image: none;
}
.zen-maru-gothic-light {
  /* font-family: "Zen Maru Gothic", serif; */
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  /* font-family: "Zen Maru Gothic", serif; */
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  /* font-family: "Zen Maru Gothic", serif; */
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  /* font-family: "Zen Maru Gothic", serif; */
  font-weight: 700;
  font-style: normal;
}
.sp480{
  display: none;
}


section{
  margin: 0 auto;
  margin-bottom: 100px;
max-width: 1000px;

}

/* タイトル部分 */
.mv_meeting{
  width: 100%;
    margin-bottom: 100px;
    height: 350px;
    background-color: #f0f5e5;
    background-repeat: no-repeat;
    background-position: center 100%;
}
.mv_news{
  height: 400px;

}


.mv_meetingtitle{
  padding-top: 12rem;
  width: 900px;
  margin: 0 auto;
}

.date-square {
  display: block;
  width: 200px;
  height: 35px;
  background-color: #18983f;
  align-content: center;
  font-size: 1.6rem;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 2.4px;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 20px;
}

.mv_meetingtitle h1 {
  /* font-family: "Zen Maru Gothic", serif; */
  font-size: 3.2rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 80px;
  width: 900px;
  max-width: 100%;
  line-height: 5rem;
  text-align: left;
}

/* */
.meeting_text{
  /* max-width: 850px; */
  margin: 0 auto;
  text-align: left;
  margin-bottom: 70px;
}

.meeting_text p {
  font-size: 1.8rem;
  letter-spacing: 2.7px;
  line-height: 40px;
}

/* 電話番号 */
.meeting_contact{ 
  margin-bottom: 60px;
  border: solid 2px #18983f;
  background-color: #fff;
    border-radius: 20px;
    width: 900px;
    padding-top: 40px;
    padding-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.contact_phone{
  /* font-family: "Zen Maru Gothic", serif; */
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
  color: #18983f;
}
.contact_phone_area p{
  font-size: 1.8rem;
}

.meeting_contact h2{
  background-color: #fff;
  color: #000;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 0;
  margin-bottom: 30px;
  font-size: 3.2rem;
  text-align-last: left;
}

.contact_phone_number{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
  align-items: center;
}

.contact_phone_number p{
  font-size: 2.8rem;
  margin-right: 10px;
}

.contact_phone_number .phone_number{
  font-size: 5.2rem;
  font-weight: bold;
}

.contact_phone_area{
  margin: 0 auto;
max-width: 600px;
}

/* 詳細 */
.meeting_listtext_box{
  margin-bottom: 50px;
}

.meeting_listtext_box h3{
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 3rem;
}

.meeting_listtext_box h3::before {
  content: "●";
  font-size: 2.6rem;
  color: #18983f;
  margin-right: 5px;
}

.meeting_listtext_box p {
  font-size: 1.8rem;
  letter-spacing: 2.7px;
  line-height: 3.4rem;
}

.meeting_listtext_box p span {
color: #f00;
}

/* 申し込み部分 */
.meeting_reservation_date{
  width: 100%;
  background-color: #ededed;
  height: 130px;
  border-radius: 10px;
  align-content: center;
  margin-bottom: 50px;
}

.meeting_reservation_text{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.meeting_reservation_left{
  font-size: 2rem;
  font-weight: bold;
  line-height: 4rem;
  width: 50%;
}

/* ボタン部分 */
.meeting_reservation_right{
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
  color: #e16d1a;
  background-color: #fff;
  border: #e16d1a 2px solid;
  max-width: 360px;
padding: 9px 34px 14px 34px;
border-radius: 10px;
}
.meeting_reservation_right:hover{
  color: #fff;
  border: #e16d1a 2px solid;
  background-color: #e16d1a;
  transition: 0.2s linear;
}

.meeting_reservation_right span{
  font-size: 2rem;
  font-weight: normal;
}

/* 矢印 */
.white_arrow {
  position: relative;
  display: inline-block;
  width: 4.5px;
  height: 21px;
  margin-left: 8px;
}

.white_arrow::before, .white_arrow::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #e16d1a;
  position: absolute;
  transform-origin: 0 0;
  left: 0;
}

.white_arrow::before {
  transform: rotate(45deg);
  top: 0;
  left: 1px;
}
.white_arrow::after {
  transform: rotate(-45deg);
  bottom: -2px;
  left: -1px;
}

.meeting_reservation_right:hover .white_arrow::before{
  background-color: #fff;
  transition: 0.2s linear;
}

.meeting_reservation_right:hover .white_arrow::after{
  background-color: #fff;
  transition: 0.2s linear;
}

/* 終了した日程のボタン */
.meeting_end{
  max-width: 360px ;
  padding: 1.5rem 9rem  1.4rem;
  color: #fff;
  background-color: #808080;
  border: none;
}
.meeting_end:hover{
  padding: 1.5rem 9rem  1.4rem;
  color: #fff;
  background-color: #808080;
  border: none;
}

/* 受付開始前ボタン */

.meeting_close{
  font-size: 2.2rem;
  padding: 1.5rem 9.1rem  1.4rem;
  background-color: #808080;
}
.meeting_close:hover{
  padding: 1.5rem 9.1rem  1.4rem;
}


/* 戻るボタン */
.meeting_backbutton{
  margin: 0 auto;
  font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 3rem;
    color: #fff;
    background-color: #808080;
    max-width: 450px;
    height: 80px;
    padding: 12px 34px 12px 34px;
    border-radius: 10px;
    align-content: center;
    margin-top: 150px;
}

.meeting_backbutton:hover{
opacity: 0.7;
transition: 0.2s linear;
}


.white_backarrow {
  position: relative;
  display: inline-block;
  width: 4.5px;
  height: 21px;
  margin-right: 16px;

}

.white_backarrow::before, .white_backarrow::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform-origin: 0 0;
  left: 0;
}

.white_backarrow::before {
  transform: rotate(-45deg);
  top: 13px;
  left: 1px;
}
.white_backarrow::after {
  transform: rotate(45deg);
  bottom: 6px;
  left: 3px;
}

.background_green_other{
padding: 2rem 0 3rem;
margin-top: 100px;
}

@media (max-width : 767px) {
main {
  max-width: 100%;
}
section{
margin-bottom: 50px;
padding: 0 3rem;
  }
  
  .sp480{
    display: none;
  }
  .mv_meetingtitle {
    max-width: 600px;
}


.meeting_contact{
  max-width: 600px;
}

.meeting_contact h2 {
font-size: 2.6rem;
}

.contact_phone_area {
  max-width: 500px;
}

.contact_phone_number p {
  font-size: 2.2rem;
  margin-right: 10px;
}

.contact_phone_number .phone_number {
  font-size: 4.2rem;
  font-weight: bold;
}

.contact_phone_area p {
  font-size: 1.6rem;
}

.meeting_reservation_left {
  font-size: 1.6rem;
  line-height: 3rem;
}

.meeting_reservation_right {
  font-size: 1.8rem;
  max-width: 360px;
  padding: 7px 30px 12px 30px;
}

.meeting_reservation_right span {
  font-size: 1.8rem;
}

.white_arrow::before, .white_arrow::after {
height: 2px;
width: 11px;
}

.white_arrow::before{
  top: 6px;
}

.meeting_backbutton{
margin-bottom: 100px;
}

.meeting_end{
  padding: 1.3rem 7.2rem  1rem;
}
.meeting_end:hover{
  padding: 1.3rem 7.2rem  1rem;
}
.meeting_close{
  padding: 1.3rem 6.3rem  1rem;
}
.meeting_close:hover{
  padding: 1.3rem 6.3rem  1rem;
}



/* 20250221  追記　*/
.mv_meetingtitle{
max-width: 660px;}
.mv_meetingtitle h1{
  font-size: 3.8rem;
}
.mv_news{
  height: 500px;
}

}

@media (max-width : 480px) {

  .sp480{
    display: block;
  }
  p{
    font-size: 1.4rem;
  }

  .mv_meetingtitle {
    max-width: 360px;
    padding: 100px 2rem;
}

.mv_meetingtitle h1{
  font-size: 2rem;
  line-height: 4rem;
  margin-bottom: 0;
  text-align: center;
}

.date-square{
  max-width: 130px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  height: 24px;
}

.mv_meeting{
  height: 300px;
  margin-bottom: 0;
}

.meeting_text p{
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.meeting_contact {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 20px;
}

.contact_phone{
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.meeting_contact h2 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 10px;
}

.contact_phone_number {
  display: block;
  line-height: 3rem;
  margin-bottom: 10px;
}

.contact_phone_number .phone_number {
  font-size: 3.2rem;
}


.contact_phone_area p {
  font-size: 1.2rem;
}

.contact_phone_number p {
  font-size: 1.6rem;
}

.contact_phone_area {
  max-width: 360px;
}

.meeting_listtext_box p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

/*  */

.meeting_reservation_text {
  display: block;
}

.meeting_reservation_right span {
  font-size: 1.4rem;
}

.meeting_reservation_left {
  font-size: 1.4rem;
  line-height: 2.4rem;
  max-width: 360px;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 20px;
}

.meeting_reservation_right {
  font-size: 1.8rem;
  max-width: 260px;
  margin: 0 auto;
  line-height: 2rem;
}

.meeting_reservation_date{
  height: 170px;
}

.meeting_end{
  padding: 1.3rem 7rem  1rem;
}
.meeting_end:hover{
  padding: 1.3rem 7rem  1rem;
}

.meeting_close{
  padding: 1.3rem 6.6rem  1rem;
}
.meeting_close:hover{
  padding: 1.3rem 6.6rem  1rem;
}


/*  */
.white_arrow::before, .white_arrow::after{
  width: 12px;
  height: 2px;
}

.white_arrow::before{
  top: 5px;

}

.white_arrow::after{
  bottom: -2px;
}

/*  */
.meeting_backbutton{
  margin-top: 50px;
  font-size: 1.5rem;
  height: 70px;
  padding: 10px 30px;
  max-width: 300px;
}

.white_backarrow::before, .white_backarrow::after {
  width: 12px;
  height: 2px;
}

.white_backarrow::before{
  top: 15px;
}

.white_backarrow::after{
  bottom: 5px;
}

}

/*------- 20250822_新着情報追加 -------*/
.newsinfo_text{
    font-size: 1.8rem;
    letter-spacing: 2.7px;
    line-height: 3.4rem;
}
.meeting_listtext_box p{
  padding-left: 2rem;
}
.news_second_points{
  /* padding-left: 1rem; */
  margin-bottom: 30px;
}
.news_secondpoints_bar{
  font-weight: bold;
  background-color: #f0f5e5;
  padding: 0.5rem 0 0.5rem 2rem;
  border-radius: 5px;
  margin-bottom: 10px;
}

.news_third_points{
  margin-left: 2rem;
}
.news_lists{
    padding-left: 4rem;
    text-indent: -2rem;
}
.news_lists::before{
content: "・";
}
.news_kome_2{
      padding-left: 4rem;
    text-indent: -2rem;
}
.news_kome_2::before{
  content: "※ ";
}

.news_kome_1{
padding-left: 1rem;
text-indent: -2rem;
}
.news_kome_1::before{
  content: "※ ";
}
.news_info_link a{
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 2rem;
  word-break: break-all;
}
.news_info_link a:hover{
color: #18983f;

}

@media (max-width : 480px) {
.mv_meetingtitle h1 {
font-size: 2rem;
line-height: 3rem;
margin-bottom: 0;
text-align: left;
}
.newsinfo_text{
font-size: 1.4rem;
line-height: 2.4rem;
}
.news_second_points{
  padding-left: 0;
}
.news_lists {
padding-left: 1.6rem;
text-indent: -1.5rem;
}
.meeting_listtext_box p {
    padding-left: 1.5rem;
}
.newsinfo_text{
  letter-spacing: 1.5px;
}



}


/*20251202*/
.newsinner-text {
  margin-bottom: 20px;
}

.image-view1 img {
  margin: 100px auto 5px;
}

.image-view2 img {
  margin: 50px auto 5px;
}
.newsinfo_text p a img {
  max-width: 20px;
}

.newsinfo_text p a {
  color:#18983f;
  text-decoration: underline;
}

.meeting_listtext_box p a img {
  max-width: 20px;
}

.meeting_listtext_box p a {
  color:#18983f;
  text-decoration: underline;
}

.sub-text_box {
  margin-bottom: 20px;
}

.sub-title {
  font-family: bold;
}

.sub-text_box h4 {
  font-size: 1.6rem;
  font-weight: 600;
}

.orange-line {
  width: 70px;
  color: #000;
  background: linear-gradient(transparent 50%,#ff8c03 50%);
}

@media (max-width : 480px) {

.image-view1 img {
  margin: 30px auto 5px;
}

.image-view2 img {
  margin: 30px auto 5px;
  justify-content: center;
}

.sub-text_box h4 {
  font-size: 1.4rem;
  font-weight: 600;
}

.meeting_listtext_box p a {
  color:#18983f;
  text-decoration: underline;
  font-size: 1.4rem;
}

.meeting_listtext_box a {
  font-size: 1.5rem;
}

.meeting_listtext_box p a img {
  max-width: 15px;
}

.orange-line {
  width: 60px;
}
}