@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');

p {
    font-size:18px;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

.text_on_image{
    position: absolute;
    text-shadow:0px 0px 21px #333;
    font-weight: 900;
    font-size: calc(13px + 1.6vw);
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}

#first_image{
    width:100%;
    /*height:100%;*/
    object-fit:cover;
    object-position:70% 50%;
    font-family: 'object-fit:cover; object-position:70% 50%;';
}

#second_image{
    max-height:500px;
    object-fit:cover;
    object-position:50% 50%;
    font-family: 'object-fit:cover; object-position:50% 50%;';
}

#third_image{
    max-height:500px;
    object-fit:cover;
    object-position:50% 50%;
    font-family: 'object-fit:cover; object-position:50% 50%;';
}

#bc_carousel{
    border-style:solid;
    border-width:2px 0px 2px 0px;
    border-color:#0B2770;
}

#bc_detail_opener{
    background: -moz-linear-gradient(bottom, #FFF 50%, rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(bottom, #FFF 50%, rgba(255, 255, 255, 0));
    background: linear-gradient(to top, #FFF 50%, rgba(255, 255, 255, 0));
    position:absolute;
    bottom:3px;
}

#bc_detail_opener button{
    width:58px;
    height:58px;
    box-shadow:0 0 8px rgba(255,255,255,1);
}

#business_content .bc_text {
    font-family: 'Sawarabi Mincho', sans-serif;
}

#business_content .bc_btn {
    border:solid 2px #C7C7C7;
    cursor:pointer;
}

#business_content .bc_btn.active{
    border-color: rgb(127, 199, 20) !important;
    background-color: rgba(127, 199, 20, 0.2) !important;
}



#business_content .bc_ul {
    font-size:18px;
}