
#header img{width:100%;
            height:100%;}

  #Otoiawase img{
  width:100%;
  margin-top:25px;}

.c-form {max-width: 60%;
        	margin: 0 auto;}

.c-form__item {display: flex;
           	   flex-wrap: wrap;
           	   justify-content: space-evenly;
           	   margin-bottom: 20px;}

.c-form__label,.c-form__input {padding: 10px;}

.c-form__label {width: 90%;
                font-size: 1.8vw;
                font-weight:bold;}

.c-form__input {width: 90%;
           	    font-size: 2vw;
           	    border: solid 2px #534741;
           	    border-radius: 4px;}

.c-form__input:focus-visible {outline:534741 auto 1px;}

.c-form__required {color: #fff;
           	       background-color:#534741;
           	       border-radius: 4px;
           	       padding: 5px 5px;
           	       margin: 0 0 0 18px;}

textarea.c-form__input {height: 160px;}

.c-form__submit {text-align: center;
                  }

.c-form__submit button {margin-top: 2vw;
                        font-size: 2vw;
                        font-weight: bold;
           	            color: #fff;
                        background-color:#534741;
           	            padding: 8px 50px 8px 60px;
                        border: solid 2px #534741;
                   	    border-radius: 12px;
                        box-shadow: 1.5px 1.5px 1.5px black;
           	            cursor: pointer;
                        font-family:'Kosugi Maru', sans-serif;}


.text1 img{max-width:80%;}

.text1 p{font-size: 2vw;
         font-weight:bold;
         padding-bottom:10px;
         line-height: 1.8em;
         margin-top:40px;}



.text2 img{max-width:50%;}
.text2 h1{margin-top:6vh;
          margin-bottom:6vh;
          font-size: 2vw;
          font-weight:bold;
          line-height: 1.8em;}
.text2 a{font-size: 2vw;
                 font-weight: bold;
           	     color: #fff;
                 background-color:#534741;
           	     padding: 8px 50px 8px 60px;
                 border: solid 2px #534741;
                 border-radius: 13px;
                 box-shadow: 1.5px 1.5px 1.5px black;
           	     cursor: pointer;
               text-decoration: none;}



 body{background-image: url(haikei.png);
      background-size: cover;
      height:100%;
      font-family:'Kosugi Maru', sans-serif;
      color:#493309;}
