@charset "utf-8";

.first-view {
  max-width: 1060px;
  height: calc(100vh - 625px);
  background-image: url(../images/contactmain.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  align-items: center;
  margin: -35px 5% 0;
  position: relative;
}

.header-tsuyaya {
  /* width: 100%; */
  /* max-width: 1200px; */
  /* margin-left: auto; */
  /* padding-left: 50%; */
  /* margin-right: 100px; */
  /* padding-left: 40px; */
  /* padding-bottom: 80px; */
  max-width: 1200px;
  min-width: 300px;
  position: absolute;
  right: -55px;
  bottom: 0;
}

.contactpage{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* height: 100px; */
  }

.contacttext{
  max-width: 900px;
  margin-top: 38px;
  margin-left: 100px;
  padding-left: 50px;
  /* margin-right: auto; */
  /* margin-bottom: 120px; */
  /* height: 100px; */
}

.conceptdownine,.toptennai,.conceptdownine{
  padding-bottom: 130px;
}

.toptennai{
  margin-bottom: 100px;
}

.textleft{
  padding-top: 45px;
}

.contacttitle{
    display: flex;
    justify-content: center;
    padding-top: 45px;
}

.concepttitle h2{
    padding-top: 10px;
}

.fleximgtext{
  display: flex;
}

.title{
  padding: 10px;
  font-weight: lighter;
  /* font-weight: 500; */
}

.midashi01{
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 0.1em;
  padding: 4px 0 18px;
}

  

.mojikan01{
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0em;
}

.backimage01{
  position: relative;
  top: -455px;
  left: 115px;
  z-index: -10;
}

.comment01{
  padding-top: 6px;
  font-size: 16px;
  letter-spacing: 0.11em;
  line-height: 1.4em;
  font-weight: 500;
}

.comment02{
    padding: 2px 0 65px 18px;
    font-size: 16px;
    letter-spacing: 0.11em;
    line-height: 1.4em;
    /* font-weight: 400; */
}

.conceptdownine,.conceptdownine,
.toptennai{
  max-width: 1200px;
  margin: 120px auto 0;
}




/*ここからフォーム*/
#contactform {
  max-width: 1200px;
  width: 90%;
	background-image: url(../images/contactframe.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
	margin: 0 auto;
	padding: 30px 150px;
  font-size: 1.25em;
  height: 790px;
}


.textcolor{
    color: rgb(250, 131, 131);
}

.flexbox1{
    display: flex;
}

.flexbox{
    margin-top: 38px;
}

.flexbox1 input:not(:first-child){
    margin-left: 20px;
}

label {
	display: block;
    padding-bottom: 0.09em;
}

.flexbox input,
textarea {
	width: 60%;
    height: 2.15em;
	font-size: 100%;
	padding: 5px;
}

textarea {
	height: 200px;
}

#contact #submit {
	background-color: #f8e58c;
	text-align: center;
	border-top: 1px solid #543f32;
}

#submit input {
	width: 250px;
    margin-top: 10px;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeUpAnime{
from {
  opacity: 0;
  transform: translateY(30px);
}
to {
  opacity: 1;
  transform: translateY(0);
}
}





@media (max-width: 800px) {
  /* .first-view {
    height: calc(100vh - 50px);
    background-image: url(../images/main.jpg);
    align-items: flex-start;
  } */

  .header-tsuyaya {
    /* width: 100%; */
    /* max-width: 1200px; */
    /* margin-left: auto; */
    /* padding-left: 50%; */
    /* margin-right: 100px; */
    /* padding-left: 40px; */
    /* padding-bottom: 80px; */
    /* max-width: 1200px;
    min-width: 300px;
    position: absolute; */
    right: -10px;
    /* bottom: 0; */
    margin-top: -70px;
  }


  .link-button-area1{
    text-align: center;
    /* margin-top: 40px; */
    position: relative;
    bottom: 30%;
    right: 0px;
  }
  
  .link-button1 {
    background-color: #2e2e2e62;
    display: inline-block;
    padding-top: 240px;
    padding-bottom: 52px;
    /* border-radius: 24px; */
    font-family: 'Montserrat', sans-serif;
  }
  
  .link-button1:hover {
    background-color: #ffffff00;
  }
  
  .instalink{
    height: 430px;
  }




  .first-view-text {
    padding-top: 60px;
    padding-left: 20px;
  }

  .first-view-text h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .first-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }

  .lead {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lead p {
    text-align: left;
  }

  .item-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-list li {
    width: 220px;
    margin-left: 30px;
  }
}