@charset "UTF-8";
/* CSS Document */


.contact-header__ttl{
	margin: 250px auto 50px;
	text-align: center;
}

.contact-header__ttl h1{
	font-size: 2.5em;
	margin-bottom: .2em;
	letter-spacing: 10px;
	
	font-family: 'Cormorant Garamond', serif;
    font-feature-settings: "palt";
}

.contact-header__ttl-sub{
	font-size:.8em;
	letter-spacing: 5px;
}
/**/

.contact-header__ttl-kakunin,.contact-header__ttl-thanks{
	margin: 180px auto 0;
	text-align: center;
}



.contact-header__ttl-kakunin h1{
	font-size: 1.85em;
	margin-bottom: 1em;
	letter-spacing: 5px;
}

.contact-header__ttl-thanks h2{
	font-size: 1.5em;
	margin-bottom: 1em;
	letter-spacing: 5px;
}


.contact-header__ttl-thanks h2{
	font-size: 1.5em;
	margin-bottom: 0;
	letter-spacing: 5px;
}

.contact-header__ttl-kakunin-sub{
	font-size:.8em;
	letter-spacing: 5px;
}
/**/





.contact-main-box{
	max-width: 800px;
	left : 0;
    right: 0;
    margin: 100px auto 50px;
}

.contact-main__heading{

}

.contact-main__txt{
	font-size:1em;
	line-height:1.8em;
	margin-bottom: 10px;
}


.contact-main__txt-prep{
    text-align: center;
	font-size:1em;
	line-height:2.5em;
    margin-top: 100px;
	margin-bottom: 200px;
}

.contact-main__txt-prep .ad{
    text-align: center;
	font-size:1.2em;
	line-height:3em;
	margin-bottom: 200px;
}

.contact-main__txt-thanks{
    text-align: center;
	font-size:1em;
	line-height:2.5em;
    margin-top: 50px;
	margin-bottom: 150px;
}


.p404{
    text-align: center;
	font-size:1em;
	line-height:2.5em;
    margin-top: 100px;
	margin-bottom: 100px;
}







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

.contact-set{

width: 100%;
background-color: #f9f3eb;

padding-bottom: 30px;

}


.contact-table-set{
width: 96%;
margin-bottom: 30px;
}

.contact-table-set tr {

text-align: left;
font-size: 0.85rem;
letter-spacing: 0.1em;

}

.contact-table-set th,
.contact-table-set td {
  padding: 30px 0 30px 40px;
  border: none;
  line-height: 2em;
}

.contact-table-set th {
  width: 25%;
  font-weight: bold;
}

.contact-table-set th span {
  color: darkgreen;
   
}


.contact-table-set td input {
width: 100%;
  background-color: #fff;
}


.contact-table-set td textarea {
width: 100%;
  background-color: #fff;
}

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

.contact-dl-set{
margin: 0 auto;
padding: 50px 0 30px;
width: 90%;
font-size: 0.95em
}


.contact-dl-set dt{
margin-bottom: 10px;
font-weight: 600;
}

.contact-dl-set dt span{
color: darkgreen;
}

.contact-dl-set dd{
margin-bottom: 30px;
}



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








.ct-form-text {
    height: 3.5em;
    width: 100%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    /*-box-shadow: 0 0 0 1px #ccc inset;*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    
    background-color: #fff;
}

.ct-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}


.ct-form-item-textarea textarea {
    height: 300px;
}

.ct-form-textarea {
    display: block;
    width: 100%;
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
   /*-box-shadow: 0 0 0 1px #ccc inset;*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
    
    background-color: #fff;
}

.ct-form-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}



.ct-form-radio input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

.ct-form-radio-name {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #666;
}

.ct-form-radio-name:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 4px;
    flex-shrink: 0;
}

.ct-form-radio input:checked + .ct-form-radio-name:before {
    border: 0.3em solid rgb(33, 150, 243);
}

.ct-form-radio input:checked + .ct-form-radio-name {
    color: rgb(33, 150, 243);
}

.ct-form-radio input:focus + .ct-form-radio-name {
    color: rgb(33, 150, 243);
}

.ct-form-radio input.focus-visible + .ct-form-radio-name .ct-form-radio-text {
    background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}



.ct-form-select {
    position: relative;
}

.ct-form-select:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    pointer-events: none;
}

.ct-form-select select {
    height: 3.5em;
    width: 100%;
    padding: 0 8px;
    border-radius: 4px;
    border: none;
    /*box-shadow: 0 0 0 1px #ccc inset;*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background: #fff;
}

.ct-form-select select::-ms-expand {
    display: none;
}

.ct-form-select select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}


/*プライバシー*/


.cf-privacy_heading{
margin-left: 10px;
font-size: 0.9em;
font-weight: bold;
}

.cf-privacy_heading span{
margin-left: 20px;
font-size: 0.75em;
font-weight: normal;
}

.con_pri {
    width: 92%;
    margin: 0 auto;
  }

.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  /*border: 1px solid #cdcdcd;*/
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 20px 55px;
}


.box_pri p{
  font-size: 0.9em;
  margin: 1em 0;
}



.box_pri h4{
margin-bottom: 1em;
 font-size: 1em;
}

.box_pri ul{
margin:.8em 2em;
line-height: 1.2em;
  /*font-size: 0.9em;*/
}

.box_pri ul li{
font-size: 1em;
margin-bottom: 0.8em;

  /*font-size: 0.9em;*/
}

/*プライバシー同意*/

.box_check {
  text-align: center;
  margin: 1em auto;
}
.box_check label {
  display: inline-block;
}
.box_check label span {
  margin-left: .3em;
  font-size: 0.9em
}

/*エラー文字*/
.error{
color: firebrick;
}

/* ボタン */

/*
.btn {
  text-align: center;
}
.btn input {
  display: inline-block;
  background: #006436;
  padding: 1em 7em;
  border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 0.9em;
  font-weight: bold;
}
.btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

*/


.btn {
  text-align: center;
}
.btn input {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  
  font-weight: 400;
  
  color: #fff;
  border: solid 1px var(--base-green);
  background:  var(--base-green);
  
  border-radius: 25px;
  display: inline-block;
  box-sizing: border-box;
  width: 150px;
  text-align: center; 
  padding: 1em 1.5em;
  margin: 24px auto;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.btn input:hover {
  color: #1d362b;
  border: solid 1px #1d362b;
   background:  #FFF;
  transition: all 0.3s;
}













