@charset "utf-8";

.title{
  padding-top: 80px;
  height: 310px;
  background-image: url(../img/bg-contact.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p{
  font-size: 14px;
  margin-top:  15px;
}

.obi{
  border-top: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  height: 50px;
  background-color: #dadada;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #8b8b8b;
}

.obi p{
  color: #3f3f3f;
  width: 930px;
  max-width: 90%;
  text-align: left;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.feature-text p span {
  font-size: 20px;
}

.feature {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  font-weight: bolder;
  border-bottom: solid 1px #aaaaaa;
  padding-bottom: 30px;
}

.feature img {
  width: 930px;
}

.feature-text {
  text-align: justify;
}

.feature-text h2{
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  
}

.feature-text p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 25px;
}

.feature-text a {
  font-size: 20px;
  line-height: 28px;
  margin-top: 25px;
}

.feature-text h2 span{
  color: red;
}

.feature-text a:hover{
  color: #0278ff;
}

.feature-text p span{
  font-size: 13px;
}

.feature2{
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.feature2 img{
  width: 500px;
  align-items: flex-end;
}

.feature2-text video{
  width: 360px;
}

.feature2-text{
  max-width: 500px;

}

.reverse{
  flex-direction: row-reverse;
}

.feature2-text h2{
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.feature2-text h2::after{
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
}

.feature2-text p{
  font-size: 16px;
  line-height: 28px;
  margin-top: 25px;
}

.feature2-text p span{
  font-size: 13px;
}

.feature2-text a{
  color: #0278ff;
}

.feature2-text a span{
  font-size: 20px;
}

.movie{
  width: 930px;
  max-width: 90%;
  background-color: #f8f8f8;
  padding: 50px 60px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.movie h2{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.movie h2::after{
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.movie iframe{
  display: block;
  width: 100%;
  height: 456px;
  margin-top: 30px;
}

.movie p{
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px;
}

.contact-banner{
  max-width: 900px;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.contact-banner-area p{
  color: #5c5c5c;
  text-align: center;
  font-size: 18px;
  padding-top: 15px;
}

.contact-banner-area{
  color: #333333;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.contact-banner-linkbtn{
    background-color: #c7a360;
    display: inline-block;
    min-width: 250px;
    line-height: 48px;
    border-radius: 15px;
    font-size: 20px;
    box-shadow:  0px 0px 5px #535353;
  }

.contact-banner-linkbtn:hover{
    background-color: #d4c08f;
  }


.sub-navi{
  background-color: #cddcfa;
  margin-top: 100px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.sub-navi h2{
  color: #204977;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.sub-navi h2::after{
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.navi-list{
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.navi-list a li{
  width: 200px;
  margin-left: 75px;
  border-radius: 5px;
  background-color: #e2e2e2;
  box-shadow: 0px 0px 5px #7e7e7e;
  border: solid 1px #ffffff;
  -moz-transition: -moz-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -ms-transition: -ms-transform 0.1s linear;
  transition: transform 0.1s linear;
}

.navi-list li:first-child{
  margin-left: 0;
}

.navi-list li:hover{
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.navi-list dl{
  margin-top: 5px;
}

.navi-list dt{
  color: #204977;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: solid 2px #204977;
}

.navi-list dd{
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
.table-area{
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.table{
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
  margin-top: 25px;
}

.table th,
.table td {
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    border: 1px solid #ddd;
}

.table th {
    background-color: #f5f5f5;
}

.map{
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.map h2{
  font-size: 22px;
  background-color: #f8f8f8;
  border-top: solid 3px #9c2b2b;
  border-bottom: solid 1px #8b8b8b;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.map p{
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
  padding-left: 20px;
}

.map iframe{
  display: block;
  width: 100%;
  height: 350px;
  margin-top: 25px;
}

@media (max-width: 900px){
  .feature{
    display: block;
    width: 500px;
    margin-top: 45px;
  }
  .feature2{
    display: block;
    width: 500px;
    margin-top: 45px;
  }
  .feature-text{
    margin-right: 0;
  }
  .reverse .feature-text{
    margin-left: 0;
  }
  .feature img{
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
  .feature2 img{
    display: none;
  }
  .feature video{
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
  .movie{
  width: 500px;
  padding: 30px 25px;
  }
  .movie iframe{
    height: 240px;
  }
  .navi-list{
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .navi-list a{
    margin-left: 30px;
  }

  .navi-list li{
    width: 200px;
    flex-shrink: 0;
  }

  .navi-list a:first-child{
    margin-left: 0;
  }

  .table-area{
  padding-left: 20px;
  padding-right: 20px;
  }

  .table{
    width: 100%;
  }

  .table th {
    width: 30%;
  }

  .table td {
    width: 70%;
  }
  
}