@charset "UTF-8";
/* CSS Document */

#fixed_banner{
display: none;
}
/* 中身-モバイルファースト======================================================================================================== */

.bx-wrapper .bx-controls-direction a {
background: none;
background-color: #000;
width: 40px;
height: 40px;
}
.bx-wrapper .bx-prev {
left: 0;
}
.bx-wrapper .bx-next {
right: 0;
}
.bx-wrapper .bx-controls-direction a::before{
content: "";
display: inline-block;
vertical-align: middle;
width: 15px;
height: 15px;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
transform: rotate(45deg);
}
.bx-wrapper .bx-prev::before {
left: 15px;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
}
.bx-wrapper .bx-next::before {
right: 15px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
background-color: #000;
}


#introduction .text{
padding: 0 5vw;
margin-bottom: 20px;
}
#introduction h3{
font-size: 6.5vw;
font-weight: bold;
}


#detail h4{
font-size: 20px;
font-weight: bold;
}
#detail .text{
margin-bottom: 20px;
}
#detail .text p{
margin-bottom: 10px;
}
#detail .list{
background-color: #e4e4e4;
padding: 20px;
}
#detail .list em{
display: block;
font-weight: bold;
}
#detail .list li{
list-style: decimal;
margin-left: 20px;
}

#detail .slider{
width: 80%;
margin: 0 auto;
}


/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){

#introduction{
display: flex;
align-items: center;
}
#introduction .text{
width: 50%;
}
#introduction h3{
font-size: 3vw;
margin-bottom: 2vw;
}
#introduction .photo{
width: 50%;
}
#introduction .photo img{
width: 100%;
}


#detail{
display: flex;
align-items: center;
}
#detail .text{
flex: 1;
margin-right: 60px;
}
#detail h4{
font-size: 36px;
font-weight: bold;
margin-bottom: 20px;
}
#detail h4 + p{
font-size: 18px;
}
#detail .text p{
margin-bottom: 20px;
}

#detail .slider{
width: 400px;
}

}

