/* 使用カラー */
:root {
    --black: #221815;
    --gold: #B28247;
  
  }
  
  /* 使用フォント */
  :root {
    --NotoSans: 'Noto Sans JP', sans-serif;
    /* Regular 400 Medium 500 Bold 700 */
    --NotoSerif: 'Noto Serif JP', serif;
    /* Regular 400 Medium 500 Bold 700 */
    --sippori: 'Shippori Mincho', serif;
    /* Regular 400 Medium 500 Bold 700 */
    --Pinyon: "Pinyon Script", cursive;
    /* Regular 400  */
  }

.title_wrap{
  padding-top: 16rem;
  margin-bottom: 5.9rem;
}
.title_mark_img{
  width: 2.422rem;
  margin: 0 auto;
  margin-bottom: 1.4rem;
}
.title_mark_img img{
  aspect-ratio: calc(24.22 / 22.32);
}




.h2_title{
  width: fit-content;
  margin: 0 auto;
  font-size: 2.5rem;
  font-family: var(--NotoSerif);
  font-weight: 500;
  text-align: center;
}

.contact_img{
  width: 100%;
  margin-bottom: 6rem;
}


.content_wrap{
  display: flex;
  width: 121rem;
  margin: 0 auto;
  margin-bottom: 12.5rem;
}

.side_wrap{
  width: 57.5rem;
}

.contact_wrap{
  width: 63.5rem;
  padding-right: 8.5rem;

}




/* .side_wrap */

.side_text{
  font-size: 1.8rem;
  font-family: var(--NotoSerif);
  font-weight: 500;
  line-height: calc(18 / 27)em;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.side_item_wrap{
  width: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 3.5rem;
  border: 1px solid #CCCCCC;
  border-radius: 1rem;
  box-shadow: 0px 3px 6px 0px #CCCCCC;
  padding: 3rem 0;
}

.side_item_wrap:last-child{
  margin-bottom: 0;
}

.side_title{
  font-size: 1.8rem;
  font-family: var(--NotoSerif);
  font-weight: 500;
  color: var(--black);
  margin-bottom: 2.5rem;

}
.side_info{
  display: block;
  font-size: 1.8rem;
  font-family: var(--NotoSerif);
  font-weight: 500;
  color: var(--gold);
}



/* .contact_wrap */

.flex_con{
  font-size: 1.9rem;
  font-family: var(--NotoSerif);
  font-weight: 400;
  color: var(--black);
}






input::placeholder, textarea::placeholder{
  color: #CCCCCC;
  font-size: 1.6rem;
  font-family: var(--NotoSans);
  font-weight: 400;
}

input[type="submit"],
input[type="tel"],
input[type="email"],
input[type="text"],
input[type="password"],
textarea,
button{
    width: 55rem;
    padding: 1.3rem 1.5rem 1.2rem 1.5rem;
    border: solid 1px #707070;
    
}

.num{
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--NotoSerif);
  display: flex;
  justify-content: left;
  align-items: center;

}
.num input[type="text"]{
  width: 20rem;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}

textarea {
    min-height: 17rem;
    min-width: 55rem;
}


.flex_con {
    margin-bottom: 3rem;
}

.text_title {
    display: block;
    color: var(--black);
    font-weight: 500;
    font-family: var(--NotoSerif);
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 1.5rem;
}





.btn-primary {
    background-color: var(--black);
    color: #fff;
    font-weight: var(--Semibold);
    font-size: 1.5rem;
    padding: 0.9rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20rem;
}



.privacy{
  font-size: 1.5rem;
  font-family: var(--NotoSerif);
  font-weight: 500;
  color: var(--gold);
  border-bottom: 1px solid var(--gold);

}

.privacy_wrap{
  font-size: 1.5rem;
  font-family: var(--NotoSerif);
  font-weight: 500;
  color: var(--black);
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;

}

input[type="submit"] {
    width: auto;
    margin: 0 auto;
    display: block;
    padding: 1.4rem 5.3rem;
    /* width: 100%; */
}

input[type="button"] {
  width: auto;
  margin: 0 auto;
  display: block;
  padding: 1.4rem 5.3rem;
  margin-bottom: 2.4rem;
}




.submit_wrap{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 32.7rem;
}


@media screen and (max-width: 699.98px){
  .flex_con{
    font-size: 1.6rem;
 
  }
  


  .title_wrap{
    padding-top: 10.4rem;
    margin-bottom: 2.4rem;

  }
  .title_mark_img{
    margin-bottom: 1.77rem;
  }

  .h2_title{
    font-size: 2.3rem;
  }



  .contact_img{
    margin-bottom: 6.4rem;
  }

  .side_wrap,.contact_wrap{
    width: 34.3rem;
    margin: 0 auto;
  }

  .content_wrap{
    flex-direction: column-reverse;
    width: 34.3rem;
    margin-bottom: 12rem;
  }


  .side_wrap{
    margin-bottom: 0rem;
  }
  
  .contact_wrap{
    margin-bottom: 10.3rem;
    padding-right: 0rem;
  
  }



  /* .side_wrap */

  .side_text{
    font-size: 1.5rem;
    margin-bottom: 4.5rem;
  }

  .side_item_wrap{
    width: 34.3rem;

  }



  /* .contact_wrap */
  input[type="tel"],
  input[type="email"],
  input[type="text"],
  textarea,
  button{
    width: 34.3rem;  
  }

  textarea {
    min-height: 17rem;
    min-width: 20rem;
  }

  .btn-primary{
    font-size: 1.4rem;
    width: 20rem;

  }




}