@charset "UTF-8";
.bgart-box {
 background: url("/fileadmin/res/andrews/bgart.jpg") no-repeat;
 background-size: cover;
 height: auto;
 font-family: "Libre Baskerville","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","HGP明朝B",serif;
}



.bgart-box .concept-box{
  width: 94%;
  margin: auto auto;
  position: relative;
}
@media (min-width: 768px){
.bgart-box .concept-box{
  width: 70%;
  margin: auto auto;
  position: relative;
}
}

.bgart-box .concept-box p{
  line-height: 2.2rem;
}

.bgart-box .section-heading{
  margin-bottom: 1rem;
  padding: 0 2rem 0;
}

.bgart-box .section-heading .section-heading-main {
  color: #d3b572;
  font-size: 1.6rem;
}


/*　コンセプトタイトル */
.bgart-box .frame-box{
display: flex;
align-items: center;
position: relative;
}

.bgart-box .frame-box:before,
.bgart-box .frame-box:after {
content: "";
height: 1px;
flex-grow: 1;
background-color: #f6f0e3;
}

.bgart-box .frame-box:before {
margin-right: 1rem;
}

.bgart-box .frame-box:after {
margin-left: 1rem;
}

/*　枠飾り */
.bgart-box .i-clover-l,
.bgart-box .i-clover-r,
.bgart-box .i-clover-l-b,
.bgart-box .i-clover-r-b {
 content: "";
 width: 18px;
 height: 18px;
 display: inline-block;
 position: absolute;
 background-image:url(/fileadmin/res/andrews/clover.png) ;
 background-repeat: no-repeat;
 background-size: contain;
 top:.4em;
}
.bgart-box .i-clover-l{
 top:.4em;
 left: 0;
}
.bgart-box .i-clover-r{
 top:.4em;
 right: 0;
}
.bgart-box .i-clover-l-b{
 top:98%;
 left: 0;
/* margin-top: 50px;*/
}
.bgart-box .i-clover-r-b{
 top:98%;
 right: 0;
/* margin-top: 50px;*/
}


@media (max-width: 842px){
.bgart-box .section-heading .section-heading-main {
  font-size: 1.2rem;
}
}

@media (max-width: 767px){
.bgart-box .i-clover-l{
 top:.7em;
 left: 0;
}
.bgart-box .i-clover-r{
 top:.7em;
 right: 0;
}
}


/* 横ライン */
.bgart-box .concept-box .rowline{
border-bottom: 1px solid #f6f0e3;
width: 90%;
margin: 0 auto;
}

/* 縦ライン */
@media (min-width: 768px){
.bgart-box .concept-box .colline:before,
.bgart-box .concept-box .colline:after {
content: "";
height: 89%;
width: 1px;
background-color: #f6f0e3;
display: inline-block;
position: absolute;
}

.bgart-box .concept-box .colline:before {
left: 8px;
top: 30px;
}

.bgart-box .concept-box .colline:after {
right: 8px;
top: 30px;
}
}


/* エキスパンド仮 */
.detail-box{
   width: 90%;
   margin: auto auto;
   clear: both;
}

.detail-box .subtitle{
  color: #d3b572;
  font-family: Meiryo,"Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
  font-size: 1em;
  font-weight: bold;
}

@media (max-width: 842px){
.detail-box .subtitle{
  font-size: 1em;
}
}

.detail-box .list-qa dt::before {
  content: none;
  position: relative;
  font-size: 1rem;
}

.detail-box .list-qa{
  background-color: #d3b572;
  border-top: none ;
  border-left: none ;
  border-right: none ;
  border-bottom: 1px solid #d3b572;;
}
.detail-box .list-qa.active{
  padding-bottom: 0;
}

.detail-box .list-qa dt{
  color: #fff;
  padding-left: 0;
}

.list-qa dd {
  margin-left:-1em;
  margin-right:-1em;
  background-color: #fff;
}

@media (min-width: 768px){
.detail-box{
   width: 60%;
   margin: auto auto;
}
}



@media (max-width: 842px){

}

