/*****************************
page-contact
*****************************/
#page-contact {
  padding-top: 150px;
}
/****************************
 contact-main
*****************************/
#contact-main h1 {
  margin-bottom: 80px;
  text-align: center;
}
#contact-main h1 span {
  display: block;
}
#contact-main h1 span:nth-of-type(1) {
  font-size: 62px;
  font-weight: bold;
  margin-bottom: 5px;
}
#contact-main h1 span:nth-of-type(2) {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #contact-main h1 span:nth-of-type(1) {
    font-size: 42px;
  }
}
/****************************
 content-flow
****************************/
#contact-flow {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eee;
}
#contact-flow h2 {
  margin-bottom: 50px;
}
#contact-flow h2 span {
  display: block;
}
#contact-flow h2 span:nth-of-type(1) {
  font-size: 42px;
  margin-bottom: 5px;
  font-weight: bold;
}
#contact-flow h2 span:nth-of-type(2) {
  font-size: 14px;
  font-weight: bold;
}
#contact-flow .flow-left {
  border-left: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
}
#contact-flow .flow-box {
  margin-left: 50px;
  padding: 30px;
  margin-bottom: 50px;
  border: 1px solid #000;
  position: relative;
  z-index: 90;
  background: #fff;
}
#contact-flow .flow-box:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -50px;
  top: 50%;
  z-index: 90;
}
#contact-flow .flow-box:after {
  position: absolute;
  content: "";
  display: inline-block;
  left: -56px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 100%;
  transform: translate(0, -4px);
}
#contact-flow .flow-title span:nth-of-type(1) {
  color: #d97676;
  margin-right: 15px;
  font-weight: bold;
  font-size: 24px;
}
#contact-flow .flow-title span:nth-of-type(2) {
  vertical-align: 3px;
  font-weight: bold;
}
#contact-flow .flow-title {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
/**************************
 contact-faq
**************************/
#contact-faq {
  padding-top: 80px;
  padding-bottom: 80px;
}
#contact-faq .thumb {
  height: 500px;
  background: url("../../images/top/curtain.jpg");
  background-size: cover;
  background-position: center;
}
#contact-faq h2 {
  margin-bottom: 50px;
  margin-top: 30px;
}
#contact-faq h2 span {
  display: block;
}
#contact-faq h2 span:nth-of-type(1) {
  font-size: 42px;
  margin-bottom: 5px;
  font-weight: bold;
}
#contact-faq h2 span:nth-of-type(2) {
  font-size: 14px;
  font-weight: bold;
}
#contact-faq .catch {
  margin-bottom: 50px;
}
#contact-faq .link a {
  display: inline-block;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  text-decoration: none;
  text-align: center;
  border: 1px solid #000;
}
@media (max-width: 991px) {
  #contact-faq .thumb {
    height: 300px;
  }
}
/********************************
 contact-tel
********************************/
#contact-tel {
  padding-top: 80px;
  padding-bottom: 80px;
}
#contact-tel .tel-box {
  padding: 50px;
  border: 1px solid #000;
}
#contact-tel .box {
  text-align: center;
}
#contact-tel .shop-name {
  margin-bottom: 50px;
}
#contact-tel .shop-name span:nth-of-type(1) {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
#contact-tel .shop-name span:nth-of-type(2) {
  font-size: 14px;
  font-weight: bold;
}
#contact-tel .tel {
  margin-bottom: 15px;
}
#contact-tel .tel a {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
}
#contact-tel .thumb {
  margin-bottom: 30px;
}
#contact-tel .thumb img {
  width: 100%;
}
#contact-tel .mes {
  margin-bottom: 15px;
  font-weight: bold;
}
@media (max-width: 991px) {
  #contact-tel .box {
    margin-bottom: 50px;
  }
  #contact-tel .tel a {
    font-size: 24px;
  }
}
/****************************
 contact-link
*****************************/
#contact-link {
  padding-bottom: 80px;
}
#contact-link .link-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#contact-link .link {
  text-align: center;
}
#contact-link .link a {
  display: inline-block;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
}
#contact-link .br {
  border-right: 1px solid #000;
}
@media (max-width: 991px) {
  #contact-link .br {
    border: none;
  }
  #contact-link .link {
    margin-bottom: 50px;
  }
}
