@charset "utf-8";

/*トップ画面------------------------------- */

#contacttop{
  position: relative;
}

.full-img {
  width: 100%;
  height: 21.5rem;
  no-repeat fixed;
  object-fit: cover;
  object-position: 30% 60%;
}

/* スマホ　749px以下 */
@media  (max-width: 750px){
.full-img {
  width: 100%;
  height: 21.5rem;
  no-repeat fixed;
  object-fit: cover;
  object-position: 50% 100%;
}
}


.bgc {
  text-align: center;
  padding: 2rem;
  margin: auto;
  font-weight: 550; 

  justify-content: center;
  position: absolute;
  z-index: 50;
  top: 2rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* pc　749px以上 */
@media (min-width: 749px) {

.Dback {
  width: 336px;
  height: 107px;
  margin: auto;
  justify-content: center;
  z-index: 2;
            position: absolute;
            top: 18%;
            left: 0%;
            right: 100%;
            transform: translate(-18%, -100%);
}
}


/* スマホ　749px以下 */
@media  (max-width: 750px){
.Dback {
  width: 336px;
  height: 107px;
  margin: auto;
  justify-content: center;
  z-index: 2;
            position: absolute;
            top: 15%;
            left: 0%;
            transform: translate(-15%, -100%);
}
}


/*コンテンツ------------------------------ */

#contact{
    text-align: center;
    justify-content:center; 
    margin:auto;
}



.Ctext{
    margin:5rem 1rem;
	font-weight: bold;
	font-size: 1.2rem;
}



#contact .form-list{
    width:100%;
    max-width: 700px;
    margin:0 auto;

}

#contact input , button , textarea , select {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	background:none;
    font-size: 16px;
}

#contact .form-list input[type='text'] , 
#contact .form-list input[type='email'] , 
#contact .form-list textarea{
	width:100%;
	border:1px solid #666;
	background:#fff;
	padding: 10px;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
}


@media screen and (max-width:750px) {
#contact .form-list input[type='text'] , 
#contact .form-list input[type='email'] , 
#contact .form-list textarea{
	width:90%;
}
}



#contact .form-list input[type='text'] , input[type='email'] {
	height:50px;
}

#contact .submit-btn{
    width:250px;
    margin:auto;
}

#contact input[type='submit']{
	position:relative;
	top:0;
  padding:5px 20px;
  display: inline-block;
  border: 1px solid #26BAEB;
  color: #fff;
  text-decoration: none;
  outline: none;
  transition: all .3s;
  margin-top:1rem;
  border-radius: 30px;
  background-color: #26BAEB;
    width:250px;
}

#contact input[type='submit']:hover{
  top:-3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
} 

#contact .form-list tr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding:0 0 30px 0;
}

#contact .form-list th{
    width:30%;
}

#contact .form-list td{
    width:66%;
}

#contact .form-list textarea {
	height:200px;
}

@media  (max-width: 750px){
#contact .form-list th{
	margin:0 0 10px 0;
}
#contact .form-list th,
#contact .form-list td{
    width:100%;
}
	
}



