@charset "utf-8";
.faq{
  width:1000px;
  margin:80px auto 100px;
}

/* faqtop */
.faqtop{
  width:1000px;
  margin:0 auto 100px;
  background:#efeadf;
}
.faqtop ul{
  font-size: 0;
}
.faqtop ul li{
  width: calc(100%/3);
  display: inline-block;
  box-sizing: border-box;
  border-right: 2px solid #fff;
}
.faqtop ul li a{
  display: block;
  text-align: center;
  font-size:16px;
  padding: 20px 0;
}
.faqtop ul li:nth-last-of-type(1){
  border-right: 0;
}

/* faqtop */

#lodging h2,
#room h2,
#guest h2{
  font-size: 32px;
  text-align: center;
  color: #a38b4c;
  margin:40px auto;
}

.acMenu{
  margin: 70px auto;
}

.acMenu dt{
  font-size: 16px;
  padding: 30px 0 30px 70px;
  border-top: 0;
  cursor: pointer;
  letter-spacing: 1px;
  position: relative;
  border-bottom: 1px dashed #c7c0af;
}
.acMenu dt.active{
  border-bottom: 0;
}

.acMenu dt.active:after{
  font-family: FontAwesome;
  content:"\f106";
  position: absolute;
  right: 0;
  font-size: 24px;
  margin-top: -12px;
  top: 50%;
}

.acMenu dt:after{
  font-family: FontAwesome;
  content:"\f107";
  position: absolute;
  right: 0;
  font-size: 24px;
  margin-top: -12px;
  top: 50%;
}
.acMenu dt:before{
  content: "Q";
  font-size: 52px;
  font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
  position: absolute;
  color: #d5c8b0;
  left: 0;
  bottom: 5px;
}
.acMenu dd{
  padding: 0 90px 30px;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  border-bottom: 1px dashed #c7c0af;
  display: none;
}
.acMenu dd a.pdf{
  display: inline-block;
  padding-left:20px;
  position: relative;
  text-decoration: underline;
}

.acMenu dd a.pdf:hover{
  text-decoration: none;
}
.acMenu dd a.pdf:before{
  content:"\f1c1";
  font-family: "FontAwesome";
  position: absolute;
  left:0;
  top: 0;
  color: #ff3333;
}
.acMenu dd:before{
  content: "A";
  font-size: 32px;
  font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
  position: absolute;
  color: #666666;
  left: 60px;
  top: -10px;
}

#lodging .acMenu dd:nth-of-type(4){
  position: relative;
}
#lodging .acMenu dd:nth-of-type(4):after{
  content: "";
  background: url(../img/dog.png) no-repeat;
  background-size: contain;
  width: 45px;
  height: 49px;
  position: absolute;
  bottom: 30px;
  right: 40px;
}
#flink{
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #flink{
    padding-bottom: 40px;
  }
}
