/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 02 2025 | 04:18:02 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */

/* レイアウト */
#main_contents:before { content:''; height:100%; width:1px; position:absolute; top:0px; left:149px; z-index:20; }
#main_contents:after { content:''; height:100%; width:1px; position:absolute; top:0px; right:149px; z-index:20; }

/* ----------------------------------------------------------------------
 メニュー　アーカイブページ
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
 メニュー　詳細ページ
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
 トップページ（ヘッダーコンテンツ）
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
 トップページ（コンテンツビルダー）
---------------------------------------------------------------------- */
.vertical {
	line-height: 1.55;
    writing-mode: vertical-rl;
    display: inline-block;
}
.post-list:after {
	content: '';
    width: 100vw;
    height: 100%;
    background: #f7f6f5;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.post-list .vertical {
	left: auto;
}

.desc {
	text-wrap: balance;
	word-break: auto-phrase;
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

/* 情報 */
.flagship_store_info { line-height:2; font-size:1rem; z-index:20; text-align:center; position:relative; }
