@charset "UTF-8";

/* ご案内 余白調整(2026/03/26) */
@media only screen and (max-width: 900px) {
    #hd1 + .contents_box01.block_image_text_10 .inner_item_img {
        padding: var(--i_padding, 20px);
    }
}

/* メニュー・よくある質問 画像背景調整(2026/03/26) */
#c2 + .composite_box01 .inner_item>a {
    background: var(--i_bg_color);
}
/* MV調整 (2026/03/26) */
@media screen and (min-width: 901px) and (max-height: 700px){
  #mv_outer #mv{
      min-height: 400px !important;
  }
}