/* リセットCSS */
body {
  font-size: 14px;
  color: #333;
  margin: 0 auto;
}
h1,h2,h3,h4,h5,h6,p {
  padding: 10px 0;
  margin: 0;
}

ul,li {
  padding: 0;
  margin: 0;
}

/* ヘッダー */
.header {
  border-bottom: 1px solid black;
  background-color: white;
}

.instagram{
  display: block;
  padding: 10px;
  margin: 0 0 0 auto;
  height: 50px;
  width: 50px;
}

.top-icon{
  height: 100px;
  width: 100px;
}

.heading {
  margin-left: 30px;
  text-align: center;
}

.title{
  font-family: 'Anton', sans-serif;
  font-size: 100px;
}

.top-menu{
  display: flex;
  justify-content: center;
}

a{
  text-decoration:none;
}



/* first-viewクラスからbottom-contentクラスまでの要素の親要素 */
.contents {
  background-color: white;
  margin: 0px 150px;
}


.top-image {
  height: 500px;
  width: 100vw;
}

.topix{
  font-family: din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
  border-image-slice: 1;
  padding-bottom: 1px;
  display: inline;
  margin-bottom: 30px;
}


/*form*/
* {
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.contact {
  width: 960px;/*横幅*/
  margin: 0 auto;/*中央寄せ*/
  padding: 60px 0;
}

.contact-ttl{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.contact-table {
  width: 100%;
  margin-bottom: 20px;
}

.contact-item,
.contact-body {
    padding: 20px;
    border: 1px solid #ccc;
}

.contact-item {
    text-align: left;
    width: 30%;
    background-color: #eee;
}

.contact-body {
    width: 70%;
}

/*名前、メール、電話のスタイル*/
.form-text {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 400px;
}

/*性別のスタイル*/
.contact-sex + .contact-sex {
  margin-left: 10px;
}

.contact-sex-txt {
  margin-left: 5px;
}

/*お問い合わせ内容のスタイル*/
.form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact-submit {
  width: 250px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  padding: 15px;
  border-radius: 100vh;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.thanks{
  text-align: center;
}