@charset 'utf-8';
.sheet { display:flex; flex-direction:column; }
.headerLogo img { display:none; }

/* タイトル */
.subtitle {text-align:center; font-size:18px; padding-top:20px; font-family: "Hannari","Hiragino Mincho Pro","HGS明朝E","ヒラギノ明朝 Pro W3","小塚明朝 Pro EL","Kozuka Mincho Pro",Century,"Times New Roman",Times,"ＭＳ 明朝",serif;}
.heading { text-align:center; }
h1 .headingWord { font-size:36px; font-family: "Kaisei Decol", serif;font-weight: bold; color:#584728; }

@media screen and (min-width: 1080px) {
    h1 .headingWord { font-size:50px; letter-spacing:0.2em; }
    .subtitle { font-size:20px; letter-spacing:0.5em; padding-bottom:50px; }
    .headingEng { font-size:15px; }
}

/* 画像 */
.order2 { width:100%; padding:30px; }
.order2 img { width:100%;}
.order2 p { font-size:12px; line-height:1.5; margin-top: 10px;}
.order2 { order:1; }
.order1 { order:2; }

@media screen and (min-width: 1080px) {
    .order1 { order:1; }
    .order1 p { text-align:center; line-height:2.5; }
    .order2 { order:2; text-align:center; }
    .order2 img { width:45%; margin: 0 auto; display: block; }
    .order2 p { font-size:11px; text-align:center; }
}

/* フッター */
.menuConcept { text-decoration: underline; border-left:4px solid #584728; }
