
img {
    max-width: 100%;
  }
  
  .container {
    margin: 0 auto;
    max-width: 450px;
  }
  
  .section_container {
    max-width: 340px;
    width: 90%;
    margin: 0 auto;
  }
  
  /*-------------------------
      header
  -------------------------*/
  #header .wrapper {
    display: flex;
    align-items: center;
    vertical-align: bottom;
    justify-content: space-between;
    padding: 5px;
    background-color: #f3f3f3;
    margin: 0 auto;
    height: 80px;
  }
  #header.wrapper img {
    width: 100px;
    padding: 8px;
  }
  
  #header .logo {
    width: 100px;
    height: 60px;
    padding-left: 20px;
  }
  
  #header .my_page_info {
    display: flex;
    font-size: 10px;
    width: 50%;
    padding-top: 10px;
  }
  
  #header .info p {
    font-weight: bold;
  }
  #header .info p:nth-of-type(2) {
    margin-top: 13px;
  }
  #header .header-text {
    padding: 0.2em;
    position: relative;
    display: inline-block;
  }
  
  #header .header-text:nth-of-type(1) {
    margin-bottom: 5px;
  }
  #header .header-text img {
    width: 90px;
    height: 22px;
    padding: 0;
    margin: -4px 0;
  }
  #header .header-text a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
    text-decoration: none;
    /* 黄金の文字 */
    background: linear-gradient(
      171.11deg,
      #d4b76e 29.41%,
      #e5d7b3 49.04%,
      #d5a52c 69.06%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*ここまで*/
    font-weight: 900;
    white-space: nowrap;
  }
  #header .button {
    text-align: right;
    width: 90px;
    margin-right: 10px;
  }

/*-------------------------
section_contact
-------------------------*/
.contact-page .title {
    /* max-width: 340px;
    width: 80%; */
    margin: 1em;
    padding: 10px;
    text-align: center;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    background: linear-gradient(
      171.11deg,
      #d4b76e 29.41%,
      #e5d7b3 49.04%,
      #d5a52c 69.06%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .contact-page .title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    background: linear-gradient(10deg, #d4b76e 0%, #e5d7b3 50%, #d5a52c 100%)
    border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
}

.contact-announce{margin: 2.5em 1em 1em 1em;}
.contact-announce p{margin-bottom: 1em;font-size: 12px; font-weight: 400;}


.contact-box{position: relative;}
textarea{font-size: 12px; font-weight: 900;color: rgba(131,131,131,1);position: absolute;top: 70px;left: 50%;transform: translateX(-50%)}

.contact-submit{display: block;margin: 0 auto;position: relative;}
.contact-submit p {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);font-size: 16px;font-weight: 900;background: linear-gradient(171.11deg, #D4B76E 29.41%, #E5D7B3 49.04%, #D5A52C 69.06%);
    -webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.contact-submit img {vertical-align: bottom;}

/*-------------------------
    footer
-------------------------*/
footer {
    padding: 1.2em;
    margin-top: 2em;
  }
  footer li {
    list-style-type: none;
    font-weight: 900;
    font-size: 16px;
    border-bottom: 1px solid rgba(242, 209, 94, 1);
    padding: 0.9em 0.9em 0.9em 0;
    margin-top: 0.2em;
  }
  .caution-text {
    border: 1px solid rgba(242, 209, 94, 1);
    padding: 2em 1.5em;
    margin-top: 4em;
    font-size: 12px;
    line-height: 18px;
  }
  