/*
Theme Name: Theme HOLOS
Theme URI: 
Author: Akira Nayoka
Author URI: 
Description: 
Version: 1.0

/* =Reset
-------------------------------------------------------------- */

#header_logo{
    margin-bottom: 0;
}
#header_logo a{
    justify-content: center;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 700;
    color: var(--main_color);
}

.qt_google_map iframe{
    width: 100%;
    height: 100%;
    display: block;
}
@media only screen and (max-width: 767px) {
    #header_logo a{
    justify-content: center;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 700;
    color: var(--main_color);
}
}
.cb_bg_image.left_top{
    left: 0;
    top: 10%;
    transform: translate(-20%, 0);
    opacity: 0.2;
}
@media screen and (min-width: 768px){
.pcbr { display:block; }
.spbr { display:none; }
}
@media screen and (max-width: 767px){
.pcbr { display:none; }
.spbr { display:block; }
}

.swiper-slide img,
.slider img,
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* 左右をカットして縦横比を維持 */
  object-position: center; /* 中央を基準にトリミング */
}
@media (max-width: 768px) {
  #header_slider .swiper-slide .bg_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}