@charset "utf-8";
/* CSS Document */

@media screen { .imgInput input { display: none; } }

input, button, textarea, select{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/*==============================
ヘッダ
==============================*/

header{
  height: auto;
  padding: 150px 0;
}

header h2{
  position: relative;
  text-align: center;
  height: 40px;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}

/*==============================
メイン
==============================*/
#titleWrap{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -50px;
  z-index: 0;
  text-align: center;
  background-color: #fff;
  padding: 50px 15px 100px;
  bottom: -50px;
}

.btn{
  position: relative;
  display: inline-block;
  padding: 25px 40px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #06355c;
  color: #fff;
  box-shadow: 5px 5px 0 0 rgba(0,0,0,.2);
}

.btn i{
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #06355c;
}

.btn::before{
  content: "";
  position: absolute;
  transform: rotate(135deg);
  border-right: 35px solid transparent;
  border-bottom: 35px solid #fff;
  border-left: 35px solid transparent;
  bottom: -2px;
  right: -20px;
}

#thumbnailWrap{
  padding: 50px;
  background-color: #06355c;
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}

#thumbnailWrap h2{
  display: inline-block;
  padding: 20px 40px;
  color: #fff;
  font-weight: 100;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 50px;
}

#thumbnailWrap > p{
  color: #fff;
  margin-bottom: 50px;
}

#thumbnailWrap table{
  width: 80%;
  margin: 0 auto 50px;
}

#thumbnailWrap table tr th{
  border-radius: 10px;
  background-color: #fff;
  width: 35%;
  padding: 20px;
}

#thumbnailWrap table tr th i{
  color: #06355c;
  font-size: 60px;
}

#thumbnailWrap table tr th p{
  line-height: 14px;
  font-weight: bold;
  font-size: 14px;
  color: #06355c;
  letter-spacing: 1px;
}

#thumbnailWrap table tr td p{
  padding-left: 30px;
  text-decoration: underline;
  text-align: left;
  color: #fff;
}

#thumbnailWrap table tr td p.kigo{
  padding: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#thumbnailWrap .btn{
  background-color: #fff;
  color: #06355c;
}

#thumbnailWrap .btn i{
  color: #fff;
}

#thumbnailWrap .btn::before{
  border-right: 35px solid transparent;
  border-bottom: 35px solid #06355c;
  border-left: 35px solid transparent;
}
#thumbnailForm{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
  background-color: #06355c;
  padding: 100px;
  text-align: center;
}

#thumbnailForm form{
  max-width: 600px;
  margin: 0 auto;
}

#thumbnailForm p{
  text-align: left;
  color: #fff;
}

.thumbnailBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.thumbnailBox h3{
  text-align: left;
  width: 100%;
  font-weight: bold;
  color: #06355c;
  border-left: 4px solid #06355c;
  padding-left: 8px;
  margin-bottom: 5px;
}

.thumbnailBox p{
  color: #06355c;
}

p.formtitle{
  padding-left: 5px;
  color: #555;
  font-size: 16px;
  margin-top: 15px;
}

#thumbnailForm textarea,
#thumbnailForm input[type="text"],
#thumbnailForm select{
  position: relative;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}

#thumbnailForm select::after{
  content: "▼";
  font-size: 16px;
  color: #ccc;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#thumbnailForm input[type="button"],
#thumbnailForm input[type="submit"]{
  text-align: center;
  display: inline-block;
  padding: 15px 40px;
  background-color: #06355c;
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
  cursor: pointer;
  border: 1px solid #fff;
}

.thumbnailBox > div{
  width: 49.5%;
}

.imgInput{
  position: relative;
  overflow: hidden;
}

.imgInput label{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 150px;
  background-color: #f5f5f5;
  border: 2px solid #ccc;
  border-style: dashed;
  cursor: pointer;
  border-radius: 5px;
  transition: .3s;
}

.imgInput label:hover{
  transition: .3s;
  background-color: #e5e5e5;
}

.imgInput label span{
  letter-spacing: 2px;
  color: #666;
  line-height: 24px;
  font-size: 16px;
}

.imgInput img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.googlemapLink{
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #06355c;
  color: #06355c;
  margin-top: 10px;
}

.googlemapLink:hover{
  background-color: #06355c;
  color: #fff;
  opacity: 1;
}

#thumbnailForm h4{
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}

#thumbnailForm input[type="text"].formhissu,
#thumbnailForm select.formhissu{
  position: relative;
  background-color: #ffe1e1;
}

@media screen and (max-width: 1000px) {
  .btn{
    width: 100%;
    margin-bottom: 15px;
  }
  
  #thumbnailWrap{
    width: 600px;
  }
  
  #thumbnailWrap h2{
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 3px;
  }
  #thumbnailWrap table tr{
    display: flex;
    flex-wrap: wrap;
  }
  #thumbnailWrap table tr th,#thumbnailWrap table tr td{
    width: 100%;
  }
  
  #thumbnailForm{
    width: 600px;
    padding: 50px;
  }
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 600px){
  header{
    padding: 110px 0 50px;
  }
  
  #thumbnailWrap{
    width: 350px;
    padding: 50px 20px;
  }
  
  #thumbnailForm{
    width: 350px;
    padding: 50px 20px;
  }
  
  .thumbnailBox > div{
    width: 100%;
  }
}