/* =========================
contact.css
========================= */


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



.ctctIntro__collageImg{ width:100%; height:auto; display:block; }
.ctctIntro__collageImg.is-sp{ display:none; }

@media (max-width: 900px){
  .ctctIntro__collageImg.is-pc{ display:none; }
  .ctctIntro__collageImg.is-sp{ display:block; }
}

.ctctIntro{
  position: relative;
  overflow: hidden; /* 画面が縮むと右画像が隠れていく */
  padding: clamp(170px, 5vw, 180px) 0 10px;
  background: #fff;
}


/* 見出し */
.ctctIntro__head{ margin-bottom: 22px; }

.ctctIntro__titleMain{
  margin: 0;
  font-size: clamp(90px, 4.4vw, 100px);
  line-height: 1.05;
  letter-spacing: .02em;
  color: #0A8A3A;
  font-weight: 700;
}

.ctctIntro__titleSub{
  margin: 10px 0 0;
  font-size: 30px;
  font-weight: 700;
  color: #0A8A3A;
}

/* 1200px中央 */
.ctctIntro__inner{
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ctct_area{
	margin: 80px auto 0 auto;
	max-width: 1100px;
}

.ct_tex1{
	font-size: clamp(18px, 1.2vw, 22px);
	
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	line-height: 1.6;
}

.ct_tex2{
	font-size: clamp(14px, 1.2vw, 16px);
	
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	margin: 0 0 20px 0;
	line-height: 1.5;
}

.ct_tex3{
	font-size: clamp(14px, 1.2vw, 16px);
	
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	margin: 0 0 60px 0;
	line-height: 1.5;
}

.ct_tex3 a{
	text-decoration: underline;
	color: #008B2C;
}

.ct_tex3 a:hover{
	text-decoration: none;
}

.requ1{
	color: #CD0000;
}






/* =========================
   SP（<=900px）：写真はタイトル下で“はみ出し”
========================= */
@media (max-width: 900px){
  .ctctIntro{
    padding: 34px 0 0;
  }
  .ctctIntro__inner{
    width: min(1200px, calc(100% - 45px));
  }
	
.ctctIntro__titleMain{
  margin: 50px 0 0;
  font-size: 55px;
  line-height: 1;
 }
.ctctIntro__titleSub{
  margin: 10px 0 0;
  font-size: 24px;
}
/* 大見出し */
.schIntro__lead{
  margin: 0 0 35px;
}
	
.ctct_area{
	margin: 30px auto 0 auto;
	width: 95%;
}
	
.ct_tex3{
	margin: 0 0 50px 0;
}

}









/* =========================
   Contact Form 7 - Layout
========================= */

.cf7Contact,
.cf7Contact .wpcf7 {
  width: 100%;
}

.cf7Contact .cf7Wrap{
  max-width: 1100px;
  margin: 0 auto;
}

/* field */
.cf7Contact .cf7Field{
  margin: 0 0 30px;
}

.cf7Contact .cf7Label{
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.cf7Contact .cf7Req{
  color: #d60000;
  font-weight: 300;
  margin-left: 8px;
	font-size: 12px;
}

/* inputs */
.cf7Contact .cf7Input,
.cf7Contact .cf7Select,
.cf7Contact .cf7Textarea{
  width: 100%;
  box-sizing: border-box;
  background: #f6f6f6;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
}

.cf7Contact .cf7Select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #777 50%),
    linear-gradient(135deg, #777 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
}

.cf7Contact .cf7Textarea{
  min-height: 280px;
  resize: vertical;
}

/* focus */
.cf7Contact .cf7Input:focus,
.cf7Contact .cf7Select:focus,
.cf7Contact .cf7Textarea:focus{
  border-color: #999;
  background: #fff;
}

/* privacy box */
.cf7Contact .cf7Privacy{
  margin-top: 18px;
  padding: 5px 18px;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
}

/* submit */
.cf7Contact .cf7Actions{
  margin-top: 22px;
  display: flex;

  justify-content: center;
	width: 100%;
}

.cf7Contact .cf7Submit{
/*  width: min(620px, 100%);*/
	width: 600px;
  height: 80px;
  border: none;
  border-radius: 999px;
  background: #008B2C;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
	margin:30px auto 80px auto;
}

.cf7Contact .cf7Submit:hover{
  opacity: .92;
}

/* CF7 messages */
.cf7Contact .wpcf7-not-valid-tip{
  font-size: 13px;
  margin-top: 8px;
}

.cf7Contact .wpcf7-response-output{
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 10px;
}

/* =========================
   Responsive (SP)
========================= */
@media (max-width: 767px){

  .cf7Contact .cf7Wrap{
    max-width: 100%;
  }

  .cf7Contact .cf7Field{
    margin-bottom: 18px;
  }

  .cf7Contact .cf7Label{
    font-size: 15px;
    margin-bottom: 8px;
  }

  .cf7Contact .cf7Input,
  .cf7Contact .cf7Select,
  .cf7Contact .cf7Textarea{
    padding: 13px 14px;
    font-size: 16px; /* iOS拡大防止 */
    border-radius: 10px;
  }

  .cf7Contact .cf7Textarea{
    min-height: 240px;
  }

  .cf7Contact .cf7Privacy{
   padding: 3px 16px;
    font-size: 16px;
  }
	
	.cf7Contact .cf7Actions{

  display: block;

}

  .cf7Contact .cf7Submit{
    height: 72px;
    font-size: 17px;
	 width: 100%;
	  margin:30px auto 80px auto;
  }

	
}


/* =========================
   サンクス
========================= */

.ct_thx_area{
	margin: 120px auto 200px auto;
	font-family: "Noto Sans JP"; font-optical-sizing:auto; font-style:normal;
	
}

.ct_thx_tx1{
  font-size: clamp(28px, 4.4vw, 30px);
  line-height: 1.05;
  letter-spacing: .02em;
  color: #333333;
  font-weight: 700;
}

.ct_thx_tx2{
  font-size: clamp(16px, 4.4vw, 18px);
  line-height: 1.7;
  letter-spacing: .02em;
  color: #333333;
  font-weight: 400;
	margin-top: 50px;
}

.ct_thx_tx3{
  font-size: clamp(14px, 4.4vw, 14px);
  line-height: 1.3;
  letter-spacing: .02em;
  color: #333333;
  font-weight: 400;
	margin-top: 20px;
}


.ct_thx_tx4{
  font-size: clamp(14px, 4.4vw, 14px);
  line-height: 1.3;
  letter-spacing: .02em;
  color: #666666;
  font-weight: 400;
	margin-top: 80px;
}



/* =========================
   ご協賛のご案内
========================= */

.guide_area{
	margin: 120px auto 200px auto;
	
}

.gid_tx1{
  font-size: clamp(20px, 4.4vw, 24px);
  line-height: 1.05;
  letter-spacing: .02em;
  color: #333333;
  font-weight: 700;
}

.gid_tx2{
  font-size: clamp(16px, 4.4vw, 16px);
  line-height: 1.7;
  letter-spacing: .02em;
  color: #333333;
  font-weight: 400;
	margin-top: 50px;
}

.gid_tx3{
  margin-top: 80px;
margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.55;
  color: #0A8A3A;
  font-size: clamp(18px, 1.9vw, 24px);
}

.gid_tx4{
  font-size: clamp(16px, 4.4vw, 16px);
  line-height: 1.7;
  letter-spacing: .02em;
  color: #333333;
  font-weight: 400;
	margin-top: 10px;
}

.gid_tx5{
  font-size: clamp(13px, 4.4vw, 14px);
  color: #333333;
  font-weight: 400;
}

.gid_tx6{
  font-size: clamp(16px, 4.4vw, 16px);
  line-height: 1.7;
  letter-spacing: .02em;
  color: #333333;
  font-weight: 400;
	margin-top: 15px;
}


.gid_tx{
  font-size: clamp(16px, 4.4vw, 16px);
  line-height: 1.7;
  letter-spacing: .02em;
  color: #333333;
  font-weight: 400;
}

.gid_hy01{
  width: 100%;
}

.gid_table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #333;
}

.gid_table .col_member{
  width: 14%;
}

.gid_table .col_standard{
  width: 62%;
}

.gid_table .col_fee{
  width: 24%;
}

.gid_table th,
.gid_table td{
  border: 1px solid #ccc;
  padding: 1em 1.2em;
  vertical-align: middle;
  background: #fff;
}

.gid_table thead th{
  text-align: center;
  font-weight: 500;
	background-color: #F2F2F2;
}

.gid_table tbody th{
  text-align: center;
  font-weight: 500;
	background-color: #F2F2F2;
}

.gid_table td:nth-child(2){
  text-align: left;
}

.gid_table td:nth-child(3),
.gid_table thead th:nth-child(3){
  text-align: center;
  white-space: nowrap;
}

.gid_price{
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 768px){
  .gid_table th,
  .gid_table td{
    padding: .8em;
  }
}