@charset "utf-8";
/* head */
#header .head {padding: 80px 80px 0; width: 100%; height: 630px; background: no-repeat url(../img/contact/head.jpg) center/cover;}
#header .head .box {width: 100%; height: 100%; background-color: rgba(255, 237, 201, 0.4); position: relative;}
#header .head .content {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
#header .head .content h1 {writing-mode: vertical-rl; color: #fff; font-size: 50px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), -2px -2px 5px rgba(0, 0, 0, 0.4);}
@media screen and (max-width:1200px) {
    #header .head {padding: 70px 0 0;}
    #header .head .content h1 {font-size: 40px;}
}
@media screen and (max-width:768px) {
    #header .head {padding: 50px 0 0;}
    #header .head .content h1 {font-size: 30px;}
}
/* qanda */
#qanda .wrap {margin: 150px auto 0; width: 100%; max-width: 1000px;}
#qanda .wrap h3 {text-align: center; font-size: 32px;}
#qanda .wrap p {margin: 50px auto 0;}
#qanda .wrap .faq {width: 100%; margin: 100px auto 0;}
#qanda .wrap .faq .question {margin-bottom: 50px;}
#qanda .wrap .faq .question dt {padding: 0 18px 0 60px; line-height: 3.5; cursor: pointer; user-select: none; position: relative; font-size: 18px; background-color: rgba(255, 204, 102, 0.3); border-radius: 10px;}
#qanda .wrap .faq .question dt:hover {opacity: .7;}
#qanda .wrap .faq .question dt::before {content: 'Q. '; position: absolute; top: 50%; left: 18px; transform: translate(0,-50%); font-size: 32px; line-height: 1; color: #06C755; font-weight: bold;}
#qanda .wrap .faq .question dt::after {content: ''; position: absolute; top: 50%; right: 18px; transform: translate(0,-50%); transition: transform .5s; height: calc(25px / 2 * tan(60deg)); width: 25px; clip-path: polygon(50% 0, 100% 100%, 0 100%); background-color: #FFCC66;}
#qanda .wrap .faq .question.appear dt {border-radius: 10px 10px 0 0;}
#qanda .wrap .faq .question.appear dt::after {transform: rotate(-180deg) translate(0,50%);}
#qanda .wrap .faq .question dd {padding: 18px; margin: 0; display: none; border-radius: 0 0 10px 10px; border: 1px solid rgba(255, 204, 102, 0.3);}
#qanda .wrap .faq .question dd::before {content: 'A. '; font-size: 32px; color: #FF2B2B; font-weight: bold; display: block;}
#qanda .wrap .faq .question.appear dd {display: block; animation: .5s fadeIn;}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width:1200px) {
    #qanda .wrap {padding: 0 10px;}
    #qanda .wrap h3 {font-size: 26px;}
    #qanda .wrap .faq .question dt {padding: 0 18px 0 60px; font-size: 18px;}

}
@media screen and (max-width:1020px) {
    #qanda .wrap {padding: 0 10px;}
}
@media screen and (max-width:768px) {
    #qanda .wrap .faq .question dt {padding: 0 16px 0 50px; font-size: 16px;}
    #qanda .wrap .faq .question dt::before {left: 16px; font-size: 22px;}
    #qanda .wrap .faq .question dd {padding: 16px;}
    #qanda .wrap .faq .question dd::before {font-size: 22px;}

}
/* contact */
#contact .wrap {margin: 150px auto; width: 100%; max-width: 1000px;}
#contact .wrap h3 {text-align: center; font-size: 32px;}
#contact .wrap p {margin: 50px auto 0;}
#contact .wrap .tel,
#contact .wrap .line {width: 100%; max-width: 645px; margin: 100px auto 0;}
#contact .wrap .tel a {display: inline-block; width: 100%; line-height: 3; font-size: 32px; text-decoration: none; color: #333; font-weight: bold; border: 1px solid #06C755; background-color: #fff; border-radius: 999px; text-align: center; transition: .5s;}
#contact .wrap .line a {display: inline-block; width: 100%; line-height: 3; font-size: 32px; text-decoration: none; color: #fff; font-weight: bold; border: 1px solid #06C755; background-color: #06C755; border-radius: 999px; text-align: center; transition: .5s;}
#contact .wrap .tel a:hover,
#contact .wrap .line a:hover {opacity: .7;} 
#contact .wrap .hour {text-align: center; margin: 50px auto 100px;}
@media screen and (max-width:1200px) {
    #contact .wrap {padding: 0 10px;}
    #contact .wrap h3 {font-size: 26px;}
    #contact .wrap .faq .question dt {padding: 0 18px 0 60px; font-size: 18px;}
    #contact .wrap .tel a,
    #contact .wrap .line a  {font-size: 26px;}

}
@media screen and (max-width:1020px) {
    #contact .wrap {padding: 0 10px;}
}
@media screen and (max-width:768px) {
    #contact .wrap .tel,
    #contact .wrap .line {max-width: auto;}
}