@charset "UTF-8";

#num + .contents_box01 .telephone div:last-child{
   pointer-events: none !important;
}
#banner + .composite_box01 .inner_item_img img{
   height:100% !important;
}
@media(max-width: 768px){
   #banner + .composite_box01 .wrapper_item {
    display: block;
}
 #banner + .composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(2), #banner + .composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(1) {
    width: 85%;
    margin: 0 auto !important;
    max-width:350px;
}
}

@media(min-width: 901px){
  a[href^="tel:"]{
    pointer-events: none;
}
}
@media(max-width: 346px){
  #mv .mv_text h2::before {
    font-size: 10vw;
}
}
#img +.composite_box01 .inner_item_img img{
 height:100% !important;
}
#img + .composite_box01 .wrapper_item {
    justify-content: space-between;
}
#img + .composite_box01 .wrapper_item .inner_item{
   max-width:220px;
}