@charset "UTF-8";

/*--------------------------------------------------------
POSSWEBテーマの主要スタイル

【ブレイクポイント】
PC 1024以上
@media screen and (min-width: 1024px) {

タブレット 1023以下
@media screen and (max-width: 1023px) {

カラム変化ポイント 781以下
@media screen and (max-width: 781px) {

スマホ標準 639以下
@media screen and (max-width: 639px) {

スマホ最小基準（独自の認識） 480以下
@media screen and (max-width: 480px) {

--------------------------------------------------------*/

/* =======================================
　ナビゲーション
======================================= */
.stellarnav.mobile a.menu-toggle.full {
  background: var(--color-wh) !important;
}

.home .stellarnav.mobile a.menu-toggle.full {
  background: transparent!important;
}


/* =======================================
　メインビジュアル
======================================= */

.page #main-visual img,
.single #main-visual img {
  height: min(600px, 50vw);
}



/* =======================================
　メインコンテンツ
======================================= */
/*----- メインコンテンツ -----*/
#content-inner {
  padding: 8px 24px 0;
}


/* 投稿ページ */
.single #content-inner {
  max-width: 1180px;
}

.single main {
  width: 100%;
}



/* =======================================
　フッター
======================================= */

/*----- フッター全体 -----*/
footer {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}


/*----- グローバルフッター -----*/
footer #global-footer {
  padding: 0;
}

#footer-inner {
  padding: 0;
}

#footer-bottom {
  position: absolute;
  bottom: 0;
}


/*----- フッターコンテンツ -----*/
/* ショップ案内 */
.wp-block-snow-monkey-blocks-items.smb-items.shop-info-item .shop-item {
  border-left: 1px solid #FFF;
}

@media screen and (min-width: 1024px) {
  .wp-block-snow-monkey-blocks-items.smb-items.shop-info-item .shop-item.list04 {
    border-right: 1px solid #FFF;
  }
}


/* サイトリンク */
.wp-block-snow-monkey-blocks-items.smb-items.footer-sitelink ul {
  list-style: none;
}

.wp-block-snow-monkey-blocks-items.smb-items.footer-sitelink ul {
  margin-bottom: 24px;
}

/* .wp-block-snow-monkey-blocks-items.smb-items.footer-sitelink ul li {
  padding-left: 24px;
} */



/* =======================================
　投稿記事
======================================= */

.article .article_meta ul {
  margin-bottom: 0;
}



/* =======================================
　店舗専用テンプレート追加（フルサイズ）
======================================= */
.page-template-page-fullsize-shop #content-inner {
  max-width: 100%;
  padding: 0 !important;
}