@charset "utf-8";
/*
Template: astra
Author: DTP-WEB
Theme Name: moriya
Version: 1.0.0
*/

/* 🔹 タブレット（1024px以下） */
@media (max-width: 1024px) {
    .elementor-section {
        max-width: 100vw;
        padding-left: 10px;
        padding-right: 10px;
    }

    .elementor-column {
        width: 100%;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

/* 🔹 モバイル（768px以下） */
@media (max-width: 768px) {
    .elementor-section {
        padding-left: 5px;
        padding-right: 5px;
    }

    .elementor-column {
        width: 100%;
        text-align: center;
    }
}


/* 🔹 横スクロール防止（全デバイス共通） */
html, body {
    overflow-x: hidden;
}

.container, .elementor-section {
    max-width: 100vw;
}

/* メニューリンク全体を縦中央に揃える */
.main-header-menu li.menu-item > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%; /* 必須！ */
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.3;
}

/* descriptionだけ文字を小さく */
.main-header-menu li.menu-item > a span {
  font-size: 0.8em;
}
