@charset "utf-8";
/* CSS Document */
/* pc faq */

/* common 
-------------------------------------------------- */
.wpr {
    position:relative;
    width:980px;
    margin: 0 auto;
    
    color: #333;
}

/* =========================================================
   crumb
========================================================= */
.crumb {
    height:30px;
    line-height:30px;
    font-size:12px;
    background: #e6e6e6;
}

/* faq--header
-------------------------------------------------- */
.faq--header {
    background: #82c1ea;
}
.ttl--area {
    min-height: 140px;
    padding:35px 20px 35px 120px;
    color: #fff;
    box-sizing: border-box;
    background: url(https://tc.tabirai.net/hotel/common/images/faq/common_icon_faq_128_wt.png) 10px center no-repeat;
    background-size: 100px auto;
}
.faq--header h1 {
    margin-bottom: 8px;
    font-size:40px;
    font-weight: bold;
}
.faq--header .sub {
    font-size:16px;
}

/* anchor link
-------------------------------------------------- */
.ul--anchor01 {
    margin: 30px auto 50px;
}
.ul--anchor01 li {
    width:33.333333%;
    float: left;
    text-align: center;
}
.ul--anchor01 li a {
    position:relative;
    padding-left: 1.2em;
    font-size:20px;
    line-height: 40px;
    min-height: 40px;
}
.ul--anchor01 li a::before {
    position: absolute;
    top: 40%;
    left: 0;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 2px #07328c;
    border-right: solid 2px #07328c;
}


/* faq--content
-------------------------------------------------- */
.faq--content {
    margin-bottom:60px;
}
.faq--content h2 {
    
}
.faq--bx01 {}
.faq--bx01 h2 {
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size:28px;
    font-weight: bold;
    border-bottom:4px solid #59bded;
}

.faq--ac01 li {
    border: solid 1px #d5d1d1;
    margin-bottom: 10px;
}
.faq--ac01 h3 {
    position: relative;
    cursor: pointer;
    background: #eee;
    font-size: 20px;
    padding: 20px 20px 20px 60px;
    line-height: 1;
}
.faq--ac01 h3::before {
    position: absolute;
    content: '';
    background: url(https://tc.tabirai.net/hotel/common/images/faq/qa_icon.png) left top ;
    width: 30px;
    height: 30px;
    top: 25%;
    left: 2%;
}
.faq--ac01 h3 span {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 0;
    background: #d5d1d1;
}
.faq--ac01 h3 span::after {    
    display: block;
    position: absolute;
    content: '';
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 20%;
    right: 30%;
    width: 22px;
    height: 22px;
    opacity: 1;
}
.faq--ac01 h3.active span::after {
    display: block;
    position: absolute;
    content: '';
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39%;
    right: 30%;
    width: 22px;
    height: 22px;
    opacity: 1;
}

.faq--ac01 h3.active span {
    
}

.faq--ac01 .ans {
    display: none;
    position: relative;
    min-height: 2.2em;
    padding: 0 60px 0;
    margin: 25px 0;
    font-size:15px;
    line-height: 1.7;
}
.faq--ac01 .ans p {
    margin-bottom:0.9em;
}
.faq--ac01 .ans p:last-of-type {
    margin-bottom:0;
}
.faq--ac01 .ans::before {
    position: absolute;
    content: '';
    background:url(https://tc.tabirai.net/hotel/common/images/faq/answer_icon.png);
    width: 30px;
    height: 30px;
    top: 2px;
    left: 2%;
}


/* caution--area
-------------------------------------------------- */
.caution--area {
    margin: 70px 0;
}
.caution--area .wpr {
    width:700px;
    margin: 0 auto 0;
    padding:15px 25px 5px;
    background: #ebf6fc;
    border-radius: 5px;
    box-sizing: border-box;
}
.caution--area .wpr h2 {
    margin-bottom: 8px;
    font-size:16px;
    color:#003894;
}
.caution--area .wpr ul li {
    position:relative;
    margin:0 0 0.75em 1.3em;
    line-height:1.6;
}
.caution--area .wpr ul li::before {
    content:"※";
    position:absolute;
    left:-1.4em;
    top:0px;
}











