@charset "UTF-8";
/* CSS Document */
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
コンタクトとビジネス
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
#contact header {
  height: 80vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#contact h2 {
  position: absolute;
  bottom: 50%;
  left: 50%;
  font-size: 5.2rem;
  color: #FFF;
  line-height: 0.7em;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
  font-family: 'Playfair Display', serif;
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
/*コンタクト中身*/
.contact_con {
  width: 100%;
  padding: 70px 0 90px 0;
  text-align: center;
  color: #EEE;
}
.contact_con h3 {
  font-size: 1.4rem;
}
.contact_con h4 {
  font-size: 2.8rem;
}
.contact_con p {
  font-size: 1.4rem;
  line-height: 170%;
  margin: 25px 0 0 0;
}
.contact_con ul {
  margin: 30px auto;
  font-size: 1.3rem;
  display: flex;
  width: 90%;
  text-align: center;
  flex-wrap: wrap;
}
.contact_con ul li {
  width: 31.333333%;
  margin: auto 1%;
}
.contact_con li a {
  display: block;
  padding: 25px 1%;
  border: dotted 1px #999;
}
.contact_con li a:hover {
  transition: 0.5s;
  background: #CCC;
  border: solid 1px;
}
.torihiki2 {
  display: flex;
  flex-wrap: wrap;
  margin: 25px auto 0;
}
.torihiki2 li {
  width: 19.4% !important;
  position: relative;
  margin: 0.3% !important;
}
button {
  border: none;
  background: none;
  width: 100%;
  border: solid 1px #CCC;
  cursor: pointer;
  transition: 0.3s;
  height: 100%;
  font-size: 1.3rem;
  color: #CCC;
  padding: 10px 20px;
}
button:hover {
  background: rgba(236, 236, 236, 0.4);
  /* color: #FFF; */
  border: #6d6d6d 1px solid;
}
.torihiki2 li p {
  font-size: 1.3rem;
  margin: 0;
  position: absolute;
  font-weight: 600;
  width: 90%;
  z-index: -10;
  line-height: 120%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.tsunagumap {
  width: 90%;
  margin: auto;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #ccc;
  margin: 0 auto 40px;
}
a.tsunagu {
  background-image: url(/sobokai/image/3.0/tsunagumap.jpg);
  background-size: cover;
  background-position: center center;
  height: 50vh;
  display: block;
  max-height: 500px;
}
.tsunagumap p {
  margin: 15px 0 !important;
}
a.tsunagu2 {
  border: solid 1px #CCC;
  padding: 15px 25px;
  border-radius: 12px;
  display: inline-block;
  margin: 0 auto 15px;
  transition: 0.3s;
  max-width: 90%;
}
a.tsunagu2:hover {
  border: solid 1px currentColor;
  color: rgb(196, 52, 52);
}
.torihiki2 li form {
  height: 100%;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
コンタクト
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*ボックス全体*/
.accbox {
  margin: 2em 0;
  padding: 0;
  max-width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
/*ラベル*/
.accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 11px 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  border: solid 1px currentColor;
}
/*ラベルホバー時*/
.accbox label:hover {
  background: rgba(255, 255, 255, 0.28);
}
/*チェックは隠す*/
.accbox input {
  display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  position: absolute;
  left: 0;
  top: 100%;
}
/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  background: #607D8B;
  opacity: 1;
  width: 99%;
  z-index: 3;
}
.selecter2 {
  width: 23%;
  margin: 1%;
}
.selecter2 a {
  width: 100%;
  display: block;
  height: 100%;
}
@media screen and (max-width:1000px) {
  .torihiki2 li {
    width: 19.4% !important;
    position: relative;
    margin: 0.3% !important;
  }
}
@media only screen and (max-width: 850px) {
  .contact_con ul {
    width: 90%;
  }
}
@media screen and (max-width:660px) {
  .torihiki2 li {
    width: 24.4% !important;
    position: relative;
    margin: 0.3% !important;
  }
  a.tsunagu {
    height: 30vh;
  }
  .contact_con p br {
    display: none;
  }
  .selecter2 {
    width: 48%;
    margin: 1%;
  }
}
@media only screen and (max-width: 650px) {
  .contact_con ul li {
    width: 100%;
    margin: 5px 0%;
  }
  .contact_con p {
    margin: 25px 3%;
  }
}
@media screen and (max-width:550px) {
  .torihiki2 li {
    width: 24.4% !important;
    position: relative;
    margin: 0.3% !important;
  }
}
@media screen and (max-width:485px) {
  .torihiki2 li {
    width: 32.733% !important;
    position: relative;
    margin: 0.3% !important;
  }
}