/* --- 中央寄せ用カスタム追加 --- */
/* --- 全体リセット --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 画面いっぱい表示用に中央寄せ・max-width解除 */
.container, .section, .news-container, .agave-content, .menu-header, .menu-cta {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: inherit !important;
  width: 100vw !important;
  max-width: none !important;
  box-sizing: border-box;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* ===================================
   BEAT TACOS - Main Stylesheet
   Entry point for all CSS modules
   ================================== */

/* 1. Global & Base */
@import url('https://yamatohand.xsrv.jp/wp-content/themes/understrap/assets/css/global/variables.css');
@import url('https://yamatohand.xsrv.jp/wp-content/themes/understrap/assets/css/global/base.css');
@import url('https://yamatohand.xsrv.jp/wp-content/themes/understrap/assets/css/parts/loader.css');

/* 2. Components */
@import url('https://yamatohand.xsrv.jp/wp-content/themes/understrap/assets/css/components.css');

/* 3. Layout Parts */
@import url('https://yamatohand.xsrv.jp/wp-content/themes/understrap/assets/css/parts/header.css');
@import url('https://yamatohand.xsrv.jp/wp-content/themes/understrap/assets/css/parts/footer.css');
@import url('https://yamatohand.xsrv.jp/wp-content/themes/understrap/assets/css/parts/sticky-reserve.css');

/* 4. Page Sections */
@import url('https://yamatohand.xsrv.jp/wp-content/themes/understrap/assets/css/hero.css');
@import url('https://yamatohand.xsrv.jp/wp-content/themes/understrap/assets/css/parts/section-concept.css');
@import url('https://yamatohand.xsrv.jp/wp-content/themes/understrap/assets/css/parts/section-news.css');
@import url('https://yamatohand.xsrv.jp/wp-content/themes/understrap/assets/css/parts/section-instagram.css');
@import url('https://yamatohand.xsrv.jp/wp-content/themes/understrap/assets/css/parts/section-menu.css');
@import url('https://yamatohand.xsrv.jp/wp-content/themes/understrap/assets/css/parts/section-agave.css');
@import url('https://yamatohand.xsrv.jp/wp-content/themes/understrap/assets/css/parts/section-video.css');
@import url('https://yamatohand.xsrv.jp/wp-content/themes/understrap/assets/css/contact.css');
body.admin-bar {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    margin-top: 46px;
  }
}
/* --- セレクタ優先度を上げた中央寄せ --- */
body .container,
body .section,
body .news-container,
body .agave-content,
body .menu-header,
body .menu-cta {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: inherit !important;
  width: 100vw !important;
  max-width: none !important;
  box-sizing: border-box;
  padding-left: 0 !important;
  padding-right: 0 !important;
}