@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
/* @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese"); */

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&family=Noto+Sans+JP:wght@400;700;900&display=swap");


html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
}

article,
aside,
footer,
header,
nav,
section,
main,
figure,
figcaption {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  color: #a61706;
  border: none;
  text-decoration: none;
}

a:hover {
  color: #d12c19;
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  vertical-align: middle;
  text-align: left;
}

ol,
ul {
  list-style: none;
}

img,
video,
iframe {
  max-width: 100%;
}

img {
  border: none;
  vertical-align: top;
}

b,
strong {
  font-weight: 500;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

hr {
  display: block;
  height: 0;
  margin: 0 0 1em;
  padding: 0;
  font-size: 1em;
  line-height: 0;
  border: 0;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

  共通スタイル

-------------------------------- */
/* 共通見出し（h2相当）*/
.main-heading,
.news-heading {
  position: relative;
  margin: 0 3px 1em;
  padding: .7em 50px .7em 40px;
  line-height: 1.1;
  font-size: 100%;
  font-size: 1.3em;
  background-color: #950a05;
  border: 1px solid #d3b06d;
  -webkit-box-shadow: 0 0 0 3px #950a05;
  box-shadow: 0 0 0 3px #950a05;
}

@media screen and (min-width: 1100px),
print {

  .main-heading,
  .news-heading {
    padding: .5em 50px;
    font-size: 1.5em;
  }
}

.main-heading .heading,
.news-heading .heading {
  display: block;
  color: #ffe4a6;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe4a6), color-stop(49%, #fff9d2), color-stop(49%, #f4d396), to(#fee09d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.main-heading .subtitle,
.news-heading .subtitle {
  font-size: .8em;
  font-weight: 800;
}

.main-heading:before,
.main-heading:after,
.news-heading:before,
.news-heading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-heading:before,
.news-heading:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e908";
  top: .8em;
  left: 12px;
  color: #d3b06d;
  font-size: 28px;
  font-size: 2rem;
  line-height: 1;
}

@media screen and (min-width: 1100px),
print {

  .main-heading:before,
  .news-heading:before {
    left: 18px;
  }
}

.main-heading:after,
.news-heading:after {
  right: 10px;
  width: 36.66667px;
  height: 16.11111px;
  background-image: url(../img/base/bg4_w2.png);
  opacity: .7;
}

.main-heading.secondary,
.news-heading.secondary {
  margin-bottom: .5em;
  padding: 0 0 0 40px;
  color: #d12c19;
  font-weight: 800;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 768px),
print {

  .main-heading.secondary,
  .news-heading.secondary {
    padding: 0 0 0 50px;
    font-size: 1.5em;
  }
}

.main-heading.secondary:before,
.news-heading.secondary:before {
  top: 0;
  left: 5px;
  font-size: 35px;
  font-size: 2.5rem;
}

@media screen and (min-width: 768px),
print {

  .main-heading.secondary:before,
  .news-heading.secondary:before {
    top: -.1em;
    font-size: 49px;
    font-size: 3.5rem;
  }
}

.main-heading.secondary:after,
.news-heading.secondary:after {
  display: none;
}

/* 共通見出し（h3相当）*/
.main-subheading {
  margin-bottom: 1rem;
  font-size: 1.3em;
  line-height: 1.2;
}

@media screen and (min-width: 640px),
print {
  .main-subheading {
    font-size: 1.5em;
  }
}

/* 共通リスト */
.main ul>li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  list-style-type: none;
}

.main ul>li:before {
  content: "";
  display: block;
  position: absolute;
  top: .6em;
  left: .6em;
  width: .4em;
  height: .4em;
  border-radius: 100%;
  background: #151515;
}

.main ol>li {
  margin-left: 1.5em;
  line-height: 1.5;
  list-style-type: decimal;
}

/* 共通リスト（リストマーカー非表示用）*/
ul.list-style-none>li {
  padding-left: 0;
  list-style-type: none;
}

ul.list-style-none>li:before {
  display: none;
}

ol.list-style-none>li {
  margin-left: 0;
  list-style-type: none;
}

/* 共通リスト（注釈用）*/
ul.list-style-note>li {
  padding-left: 1em;
}

ul.list-style-note>li:before {
  content: "※";
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

/* 共通リスト（ダイヤ）*/
ul.list-style-diamond>li {
  padding-left: 1em;
}

ul.list-style-diamond>li:before {
  content: "◆";
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

/* 共通リンクボタン */
.more {
  margin-top: 1.5em;
  text-align: center;
}

.link-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: .8em 1.5em .8em 3em;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  background: #a61706;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #a61706), to(#881305));
  background: -webkit-linear-gradient(top, #a61706 30%, #881305 100%);
  background: -o-linear-gradient(top, #a61706 30%, #881305 100%);
  background: linear-gradient(to bottom, #a61706 30%, #881305 100%);
}

.link-button:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e908";
  display: block;
  position: absolute;
  top: 50%;
  left: 1.3em;
  font-size: 22.4px;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mainmenu .link-button:before {
  content: "\e902";
}

.sidemenu .link-button:before {
  content: "\e905";
}

.course .link-button:before {
  content: "\e901";
}

.recommend .link-button:before {
  content: "\e904";
}

.link-button.reverse {
  padding: .5em 1.5em .5em 3em;
  color: #a61706;
  background: #fff;
}

.link-button.round {
  padding: .5em 1em .5em 2.5em;
  text-align: center;
  border-radius: .3em;
  border: 1px solid #d3b06d;
  -webkit-box-shadow: 0 0 0 3px #950a05;
  box-shadow: 0 0 0 3px #950a05;
}

.link-button.round:before {
  content: "\e908";
  left: .5em;
  font-size: 30.8px;
  font-size: 2.2rem;
  color: #d3b06d;
}

.link-button.fan:before {
  content: "\e903";
}

/* 共通リンクボタン（ホバー）*/
a.link-button:hover {
  color: #fff;
  text-decoration: none;
  background: #d12c19;
}

a.link-button.reverse:hover {
  color: #fff;
  background: #d12c19;
}

a.link-button.reverse:hover:before {
  color: #fff;
}

a.link-button.round:hover {
  -webkit-box-shadow: 0 0 0 3px #d12c19;
  box-shadow: 0 0 0 3px #d12c19;
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.inner:after {
  content: "";
  display: table;
  clear: both;
}

/* コンテンツ隙間・間隔用 */
.gutter {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.gutter:not(:last-child) {
  margin-bottom: 5em;
}

.gutter>.inner {
  padding-top: .5em;
  padding-right: 1.2em;
  padding-left: 1.2em;
  font-size: 1.1em;
  line-height: 1.8;
}

@media screen and (max-width: 767.98px) {
  .gutter>.inner {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    font-size: 1em;
    line-height: 1.6;
  }
}

.gutter>.inner .inner {
  overflow: hidden;
}

.gutter .inner:not(:last-child) {
  margin-bottom: 42px;
  margin-bottom: 3rem;
}

.gutter.dmy {
  max-width: none;
  margin: -5em -1em 0;
}

@media screen and (min-width: 1100px),
print {
  .gutter.dmy {
    margin: -5em -2em 0;
  }
}

.gutter.dmy>.inner {
  max-width: none;
  padding: 0;
  line-height: 1;
  text-align: center;
}

.gutter.dmy.wide {
  margin-right: -22%;
  margin-left: -22%;
}

@media screen and (min-width: 1100px),
print {
  .gutter.dmy.wide {
    margin-right: -230px;
    margin-left: -230px;
  }
}

.gutter.dmy.wide>.inner {
  max-width: none;
  padding: 0;
  text-align: center;
}

.gutter.dmy.wide>.inner:not(:last-child) {
  margin-bottom: 5em;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}

.anchor-point:before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -170px;
  margin-bottom: 170px;
  background: rgba(255, 255, 255, 0) url(../img/base/blank.gif);
  z-index: -100;
}

@media screen and (min-width: 1100px),
print {
  .anchor-point:before {
    margin-top: -200px;
    margin-bottom: 200px;
  }
}

/* サブセクション */
.subsection:not(:last-child) {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #eee;
}

/* CSS カウンターの利用 | https://developer.mozilla.org/ja/docs/Web/Guide/CSS/Counters */
.css-counter {
  counter-reset: section;
}

.css-counter .counter:before {
  counter-increment: section;
  content: counter(section) ". ";
}

/* 下線マーカー */
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(0, 0, 0, 0)), color-stop(0%, black));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 85%, black 0%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 85%, black 0%);
  background: linear-gradient(rgba(0, 0, 0, 0) 85%, black 0%);
}

/* クリック範囲を拡大（テキスト）*/
.widelink {
  display: inline-block;
  position: relative;
  margin: -10px;
  padding: 10px;
}

/* クリック範囲を拡大（カード）*/
.card {
  position: relative;
}

.card a:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

/* 共通お問い合わせ */
.global-contact .tel-link {
  display: inline-block;
  vertical-align: top;
  color: #151515;
  text-align: center;
  line-height: 1.1;
}

.global-contact a.tel-link {
  color: #151515;
}

.global-contact a.tel-link:hover {
  color: #d12c19;
  text-decoration: none;
}

.global-contact .tel-text {
  display: block;
  font-weight: 700;
  font-size: .7em;
}

@media screen and (min-width: 1100px),
print {
  .global-contact .tel-text {
    font-size: .8em;
  }
}

.global-contact .tel-num {
  display: block;
  font-size: 1.8em;
  font-family: SourceHanSerifJP, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (min-width: 1100px),
print {
  .global-contact .tel-num {
    font-size: 2.2em;
    letter-spacing: 1px;
  }
}

.global-contact.primary .tel-link {
  color: #a61706;
}

.global-contact.primary a.tel-link {
  color: #a61706;
}

.global-contact.secondary .tel-link {
  color: #fff;
}

.global-contact.secondary a.tel-link {
  color: #fff;
}

.global-contact.secondary .tel-text {
  margin-bottom: .2em;
  padding: .4em 1em;
  color: #a61706;
  background-color: #fff;
}

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

  Webフォント

-------------------------------- */
/*
 * https://icomoon.io/
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?t5wtxr");
  src: url("../fonts/icomoon.eot?t5wtxr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?t5wtxr") format("truetype"), url("../fonts/icomoon.woff?t5wtxr") format("woff"), url("../fonts/icomoon.svg?t5wtxr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-access:before {
  content: "\e900";
}

.icon-beer:before {
  content: "\e901";
}

.icon-don:before {
  content: "\e902";
}

.icon-fan:before {
  content: "\e903";
}

.icon-flower:before {
  content: "\e904";
}

.icon-gyoza:before {
  content: "\e905";
}

.icon-home:before {
  content: "\e906";
}

.icon-tel:before {
  content: "\e907";
}

.icon-title:before {
  content: "\e908";
}

/*
 * "Noto Sans JP" is lisenced under the SIL Open Font License, 1.1
 * NotoSansJP-Thin.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Light.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Regular.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Medium.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Bold.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Black.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * https://www.google.com/fonts/attribution
 * https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web
 */
/*
 * "Noto Serif JP" is lisenced under the SIL Open Font License, 1.1
 * NotoSerifJP-ExtraLight.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Light.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Regular.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Medium.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-SemiBold.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Bold.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Black.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * https://www.google.com/fonts/attribution
 * https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web
 */
/*
 * adobe-fonts/source-han-serif is licensed under the SIL Open Font License 1.1
 * https://github.com/adobe-fonts/source-han-serif
 * http://scripts.sil.org/OFL
 */
/* @font-face {
  font-family: "SourceHanSerifJP";
  src: url("../fonts/SourceHanSerif-Heavy.woff2") format("woff2"), url("../fonts/SourceHanSerif-Heavy.woff") format("woff"), url("../fonts/SourceHanSerif-Heavy.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: "SourceHanSerifJP";
  src: url("../fonts/SourceHanSerif-Heavy.woff2") format("woff2"),
    url("../fonts/SourceHanSerif-Heavy.woff") format("woff"),
    url("../fonts/SourceHanSerif-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 1100px),
print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #151515;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #881305;
}

html.nav-open,
html.slideout-open {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow-y: hidden;
  overflow-x: hidden;
}

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

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1100px),
print {
  .wrapper {
    padding: 160px 0 0;
  }
}

/* スクロール時固定用（トップページのみ）*/
/* --------------------------------

  header

-------------------------------- */
.header .inner {
  border-bottom: 1px solid #d3b06d;
  background-color: #fff;
}

@media screen and (min-width: 1100px),
print {
  .header .inner {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    border-bottom: none;
    background: none;
    z-index: 1001;
  }
}

#top .header .inner {
  padding: 110px 0 1em;
  border-bottom: none;
  background: #fff url(../img/base/bg.jpg) 100% 0 no-repeat;
  background-size: 300px auto;
}

@media screen and (min-width: 1100px),
print {
  #top .header .inner {
    padding: 0;
    background: none;
  }
}

.header-logo {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  text-align: center;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1100px),
print {
  .header-logo {
    position: absolute;
    top: 35px;
    left: 35px;
    width: auto;
    height: auto;
    background: none;
    z-index: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.header-link {
  display: block;
  position: relative;
  left: 10px;
  width: 184.44444px;
  height: 60px;
  margin: auto;
  padding: 17px 0 0;
}

@media screen and (min-width: 1100px),
print {
  .header-link {
    left: auto;
    width: 332px;
    height: auto;
    margin: 0;
    padding: 0;
  }
}

.header-text {
  display: block;
  position: relative;
  font-size: 100%;
  background-color: #a61706;
}

@media screen and (min-width: 1100px),
print {
  .header-text {
    margin-bottom: 1em;
  }
}

.header-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/base/bg4_w.png) center repeat-x;
  background-size: auto 20px;
  opacity: .3;
}

.header-text span {
  display: block;
  position: relative;
  font-size: .8em;
  letter-spacing: .1em;
  color: #fff;
  line-height: 30px;
}

@media screen and (min-width: 1100px),
print {
  .header-text span {
    font-size: .9em;
  }
}

.header-description {
  display: block;
  padding: 1em 0 .5em;
  text-align: center;
}

@media screen and (min-width: 1100px),
print {
  .header-description {
    position: absolute;
    top: 95px;
    left: 400px;
    padding: 0;
    color: #151515;
    text-align: left;
  }
}

#top .header-description {
  padding: 0;
}

.header-description span {
  display: block;
  font-size: .65em;
}

@media screen and (min-width: 640px),
print {
  .header-description span {
    font-size: .7em;
  }
}

@media screen and (min-width: 1100px),
print {
  .header-description span {
    font-size: .8em;
  }
}

.header-contact {
  display: block;
  padding: 0 1em 1em;
  text-align: center;
}

@media screen and (min-width: 1100px),
print {
  .header-contact {
    position: absolute;
    top: 35px;
    left: 440px;
    padding: 0;
  }
}

@media screen and (max-width: 1099.98px) {

  .header-contact .global-contact .tel-text,
  .header-contact .global-contact .tel-num {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 1099.98px) {
  .header-contact .global-contact .tel-num {
    margin: 0 .2em;
  }
}

/* スクロール時固定用 */
@media screen and (min-width: 1100px) {
  .header.fixed .inner {
    position: fixed;
    top: -60px;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }

  #top .header.fixed .inner {
    position: fixed;
    top: -60px;
  }

  .header.fixed .header-logo {
    top: 35px;
    left: 35px;
  }

  .header.fixed .header-link {
    width: 221.33333px;
  }

  .header.fixed .header-text {
    display: none;
  }

  .header.fixed .header-description {
    display: none;
  }

  .header.fixed .header-contact {
    top: 30px;
    left: 270px;
  }

  .header.fixed .header-contact .global-contact .tel-text {
    font-size: .7em;
  }

  .header.fixed .header-contact .global-contact .tel-num {
    font-size: 1.5em;
  }
}

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

  nav

-------------------------------- */
.nav {
  display: block;
}

@media screen and (max-width: 1099.98px) {
  .nav {
    position: fixed;
    top: 0;
    left: -240px;
    width: 250px;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    will-change: transform;
    z-index: 1001;
  }
}

@media screen and (min-width: 1100px),
print {
  .nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 160px;
    background: #fff url(../img/base/bg.jpg) 100% 0 no-repeat;
    background-size: 300px auto;
    z-index: 1000;
  }
}

.nav:before,
.nav:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 35.5px;
  height: 35.5px;
  background: url(../img/base/bg1_w.png) center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1100px),
print {

  .nav:before,
  .nav:after {
    top: 10px;
    width: 71px;
    height: 71px;
    background-image: url(../img/base/bg1_r.png);
  }
}

.nav:before {
  left: 5px;
  z-index: 1;
}

@media screen and (min-width: 1100px),
print {
  .nav:before {
    left: 10px;
  }
}

.nav:after {
  right: 15px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 1100px),
print {
  .nav:after {
    right: 10px;
  }
}

@media screen and (max-width: 1099.98px) {
  .nav .inner {
    position: relative;
    width: 240px;
    height: 100%;
    margin: 0;
    background: #a61706;
    background: #a61706;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #a61706), to(#881305));
    background: -webkit-linear-gradient(top, #a61706 30%, #881305 100%);
    background: -o-linear-gradient(top, #a61706 30%, #881305 100%);
    background: linear-gradient(to bottom, #a61706 30%, #881305 100%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    padding: 75px 10px 10px;
    opacity: 0;
  }

  .nav-open .main-nav,
  .slideout-open .main-nav {
    opacity: 1;
  }
}

@media screen and (min-width: 1100px),
print {
  .main-nav {
    position: absolute;
    top: 0;
    right: 50px;
  }
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item {
    position: relative;
  }
}

@media screen and (min-width: 1100px),
print {
  .main-nav .nav-item {
    float: left;
    position: relative;
  }
}

@media screen and (min-width: 1100px),
print {
  .main-nav .nav-item+.nav-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 80%;
    margin: auto;
    border-left: 1px dashed #eee;
  }
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link {
    display: block;
    position: relative;
    padding: 1em 1em 1em 45px;
    color: #fff;
    border-bottom: 1px solid #e8cb8e;
  }

  .main-nav .nav-link:hover {
    color: #e8cb8e;
    text-decoration: none;
  }

  .main-nav .nav-link:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\e900";
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 23.8px;
    font-size: 1.7rem;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .main-nav .nav-link span {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 1100px),
print {
  .main-nav .nav-link {
    display: block;
    position: relative;
    height: 160px;
    width: 50px;
    padding: 45px 0 0 .9em;
    color: #151515;
  }

  .main-nav .nav-link:hover {
    color: #d12c19;
    text-decoration: none;
  }

  .main-nav .nav-link:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    font-size: 23.8px;
    font-size: 1.7rem;
    text-align: center;
    color: #d12c19;
  }

  .main-nav .nav-link span {
    display: block;
    text-align: left;
    font-size: .9em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media screen and (min-width: 1100px),
print {
  .main-nav-active .nav-link {
    color: #d12c19;
  }
}

@media screen and (min-width: 1100px),
print {
  .main-nav .nav-home .nav-link {
    border-left: none;
  }
}

.main-nav .nav-home .nav-link:before {
  content: "\e904";
}

.main-nav .nav-recommend .nav-link:before {
  content: "\e903";
}

.main-nav .nav-mainmenu .nav-link:before {
  content: "\e902";
}

.main-nav .nav-sidemenu .nav-link:before {
  content: "\e905";
}

.main-nav .nav-course .nav-link:before {
  content: "\e901";
}

.main-nav .nav-shop .nav-link:before {
  content: "\e900";
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: none;
}

@media screen and (max-width: 1099.98px) {
  .nav-button {
    display: block;
    position: fixed;
    top: 30px;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    z-index: 1000;
  }

  .nav-button-icon {
    display: block;
    position: absolute;
    top: -14px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    margin: auto;
    background-color: #d3b06d;
  }

  .nav-button-icon:before,
  .nav-button-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #d3b06d;
  }

  .nav-button-icon:before {
    margin-top: -8px;
  }

  .nav-button-icon:after {
    margin-top: 8px;
  }

  .nav-button:after {
    content: "MENU";
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    color: #d3b06d;
    font-size: .7em;
    font-weight: 800;
    text-align: center;
  }
}

/* ナビゲーション閉じるボタン */
.nav-close-button {
  display: none;
}

@media screen and (max-width: 1099.98px) {
  .nav-close-button {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    outline: none;
  }

  .nav-close-button .nav-button-icon {
    display: block;
    position: absolute;
    top: -14px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    margin: auto;
    background: none;
  }

  .nav-close-button .nav-button-icon:before,
  .nav-close-button .nav-button-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #fff;
  }

  .nav-close-button .nav-button-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav-close-button .nav-button-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .nav-close-button:after {
    content: "CLOSE";
    display: block;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: .7em;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
  }
}

/* ナビゲーション背景 */
.nav-screen {
  display: inline;
}

.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.nav-open .nav-screen-overlay,
.slideout-open .nav-screen-overlay {
  opacity: .4;
  cursor: pointer;
  pointer-events: auto;
}

@media screen and (min-width: 1100px),
print {
  .nav-screen {
    display: none;
  }
}

/* スクロール時固定用 */
@media screen and (min-width: 1100px) {
  .nav.fixed {
    position: fixed;
    top: -60px;
    height: 90px;
    background-position: 100% 50%;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }

  #top .nav.fixed {
    top: -60px;
  }

  .nav.fixed .inner {
    padding: 15px 40px 0 480px;
  }

  .nav.fixed .main-nav {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav.fixed .main-nav .nav-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
  }

  .nav.fixed .main-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: auto;
    height: 60px;
    padding: 5px 0 0;
  }

  .nav.fixed .main-nav .nav-link:before {
    position: static;
  }

  .nav.fixed .main-nav .nav-link span {
    width: 100%;
    text-align: center;
    font-size: .85em;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

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

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 1.5em 1em 5em;
  background: #fff;
  overflow: hidden;
  z-index: 100;
}

#top .main {
  padding: 0 1em 5em;
}

@media screen and (min-width: 1100px),
print {
  .main {
    padding: 2em 2em 5em;
  }

  #top .main {
    padding: 0 2em 5em;
  }
}

.main:before,
.main:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/base/bg.jpg) center no-repeat;
  background-size: cover;
}

.main:before {
  top: 0;
  left: 0;
  width: 238px;
  height: 151.6px;
  opacity: .5;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

@media screen and (min-width: 768px),
print {
  .main:before {
    width: 396.66667px;
    height: 252.66667px;
  }
}

@media screen and (min-width: 1100px),
print {
  .main:before {
    left: 0;
  }
}

@media screen and (min-width: 1600px),
print {
  .main:before {
    opacity: 1;
  }
}

#top .main:before {
  display: none;
}

.main:after {
  right: 0;
  bottom: 0;
  width: 297.5px;
  height: 189.5px;
  opacity: 1;
}

@media screen and (min-width: 768px),
print {
  .main:after {
    width: 396.66667px;
    height: 252.66667px;
  }
}

.main>.inner {
  max-width: none;
  min-height: 400px;
  z-index: 1;
}

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

  footer

-------------------------------- */
.footer {
  display: block;
  position: relative;
  padding: 0 10px;
  background: #a61706;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #a61706), to(#881305));
  background: -webkit-linear-gradient(top, #a61706 30%, #881305 100%);
  background: -o-linear-gradient(top, #a61706 30%, #881305 100%);
  background: linear-gradient(to bottom, #a61706 30%, #881305 100%);
  z-index: 100;
}

@media screen and (min-width: 1100px),
print {
  .footer {
    padding: 0 2em 0 3em;
  }
}

.footer:before,
.footer:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  width: 47.33333px;
  height: 47.33333px;
  background: url(../img/base/bg1_w.png) center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1100px),
print {

  .footer:before,
  .footer:after {
    width: 71px;
    height: 71px;
  }
}

.footer:before {
  left: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.footer:after {
  right: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer .inner {
  padding: 2em 0 0;
}

@media screen and (min-width: 1100px),
print {
  .footer .inner {
    padding: 1.5em 0 2.5em;
  }
}

.footer-head {
  margin-bottom: 2em;
  text-align: center;
}

@media screen and (min-width: 1100px),
print {
  .footer-head {
    margin-bottom: 0;
    text-align: left;
  }
}

.footer-body {
  max-width: 640px;
  margin: auto;
}

@media screen and (min-width: 1100px),
print {
  .footer-body {
    position: absolute;
    top: 2.7em;
    right: -1em;
    max-width: none;
    margin: 0;
  }
}

.footer-description {
  margin: 0 -1.5em 1em -1em;
}

@media screen and (min-width: 1100px),
print {
  .footer-description {
    margin: 0 0 .5em;
  }
}

.footer-description span {
  display: block;
  font-size: .7em;
  line-height: 1.4;
}

@media screen and (min-width: 640px),
print {
  .footer-description span {
    display: inline;
    font-size: .8em;
  }
}

.footer-logo {
  max-width: 155.38462px;
  margin: 0 auto 1em;
}

@media screen and (min-width: 480px),
print {
  .footer-logo {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
}

@media screen and (min-width: 640px),
print {
  .footer-logo {
    max-width: 202px;
  }
}

@media screen and (min-width: 480px),
print {
  .footer-contact {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 1em;
  }
}

@media screen and (min-width: 640px),
print {
  .footer-contact {
    margin: .5em 0 0 1.5em;
  }
}

@media screen and (max-width: 1099.98px) {
  .footer-nav .nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -5px -5px 0;
  }
}

@media screen and (min-width: 1100px),
print {
  .footer-nav .nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1099.98px) {
  .footer-nav .nav-item {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 5px 5px 0;
  }
}

@media screen and (max-width: 479.98px) {
  .footer-nav .nav-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1100px),
print {
  .footer-nav .nav-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media screen and (min-width: 1100px),
print {
  .footer-nav .nav-item+.nav-item {
    position: relative;
  }

  .footer-nav .nav-item+.nav-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
}

.footer-nav .nav-link {
  display: block;
  position: relative;
  padding: .7em .5em;
  font-size: .8em;
  font-weight: 700;
  color: #a61706;
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 1100px),
print {
  .footer-nav .nav-link {
    padding: 0 .8em;
    color: #fff;
    font-weight: 500;
    line-height: 1.1;
    background: none;
  }
}

.footer-nav .nav-link:hover {
  color: #a61706;
  text-decoration: none;
  background-color: #e8cb8e;
}

@media screen and (min-width: 1100px),
print {
  .footer-nav .nav-link:hover {
    color: #e8cb8e;
    text-decoration: underline;
    background: none;
  }
}

.footer .pagetop {
  display: block;
  position: absolute;
  top: -60px;
  right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
}

@media screen and (min-width: 1100px),
print {
  .footer .pagetop {
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

@media screen and (min-width: 1100px) {
  .footer .pagetop.fixed {
    opacity: 1;
    pointer-events: auto;
  }

  .footer .pagetop.end {
    position: absolute;
    bottom: auto;
    top: -60px;
  }
}

.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: #a61706;
}

.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d12c19;
}

.footer .pagetop a:before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: .8em;
  height: .8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 44px;
  margin: auto;
  border: 1px solid #d3b06d;
}

.footer .copy {
  display: block;
  padding: 2em 0;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 1100px),
print {
  .footer .copy {
    position: relative;
    max-width: 1100px;
    margin: auto;
    padding: 0;
  }
}

.footer .copy small {
  display: block;
  color: #fff;
  font-size: .75em;
  letter-spacing: 1px;
}

@media screen and (min-width: 1100px),
print {
  .footer .copy small {
    position: absolute;
    bottom: 3.5em;
    right: 1.5em;
    font-size: .75em;
  }
}

.footer .copy span {
  display: none;
}

@media screen and (min-width: 768px),
print {
  .footer .copy span {
    display: inline;
  }
}

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

  メインビジュアル

-------------------------------- */
.mainvisual {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.mainvisual .inner {
  width: 100%;
  height: 100%;
  max-width: none;
}

@media screen and (min-width: 1600px),
print {
  .mainvisual-side {
    position: relative;
    height: 640px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1600px),
print {
  .mainvisual-imgs {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.mainvisual-imgs:after {
  content: "";
  display: table;
  clear: both;
}

.mainvisual-img {
  display: block;
}

.mainvisual-img img {
  display: block;
  width: 100%;
}

.mainvisual-img.img1 {
  width: 50%;
}

@media screen and (min-width: 480px),
print {
  .mainvisual-img.img1 {
    float: left;
    width: 25%;
  }
}

.mainvisual-img.img2 {
  float: left;
  width: 50%;
}

.mainvisual-img.img3 {
  float: left;
  width: 50%;
}

.mainvisual-img.img4 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

@media screen and (min-width: 480px),
print {
  .mainvisual-img.img4 {
    width: 25%;
  }
}

.mainvisual-main {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -10%;
  padding: 1.5em 1em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 480px),
print {
  .mainvisual-main {
    top: 50%;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px),
print {
  .mainvisual-main {
    padding: 2.5em 1em;
  }
}

@media screen and (min-width: 1100px),
print {
  .mainvisual-main {
    padding: 3.5em 2em;
  }
}

@media screen and (min-width: 1600px),
print {
  .mainvisual-main {
    padding: 5em 2em;
  }
}

.mainvisual-catch {
  display: block;
  position: relative;
  padding: 30px 0 40px;
}

@media screen and (min-width: 480px),
print {
  .mainvisual-catch {
    padding: 0;
  }
}

@media screen and (min-width: 1100px),
print {
  .mainvisual-catch {
    display: inline-block;
    vertical-align: top;
    padding: 0 100px;
  }
}

.mainvisual-catch:before,
.mainvisual-catch:after {
  content: "";
  display: block;
  position: absolute;
  width: 50.76923px;
  height: 22.30769px;
  margin: auto;
  background: url(../img/base/bg4_r.png) center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1100px),
print {

  .mainvisual-catch:before,
  .mainvisual-catch:after {
    width: 66px;
    height: 29px;
  }
}

.mainvisual-catch:before {
  top: 0;
  right: 0;
  left: 0;
}

@media screen and (min-width: 480px),
print {
  .mainvisual-catch:before {
    right: auto;
    bottom: 0;
  }
}

.mainvisual-catch:after {
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (min-width: 480px),
print {
  .mainvisual-catch:after {
    top: 0;
    bottom: 0;
    left: auto;
  }
}

.mainvisual-catch .catch {
  display: block;
  font-family: SourceHanSerifJP, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2em;
  line-height: 1.6;
}

@media screen and (min-width: 640px),
print {
  .mainvisual-catch .catch {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1100px),
print {
  .mainvisual-catch .catch {
    font-size: 1.8em;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1600px),
print {
  .mainvisual-catch .catch {
    font-size: 2.2em;
  }
}

.mainvisual-catch .catch-item {
  display: block;
}

@media screen and (min-width: 768px),
print {
  .mainvisual-catch .catch-item {
    display: inline;
  }
}

.mainvisual-catch .text {
  text-shadow: 0 0 15px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.mainvisual-catch .text1 {
  font-size: 1.2em;
  color: #d12c19;
  text-shadow: 0 0 15px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.mainvisual-catch .text2 {
  margin: 0 .2em;
  display: inline-block;
  position: relative;
  color: #ffe4a6;
  font-size: 1.5em;
  text-shadow: 0 0 20px #911d00, 0 0 20px #911d00, 0 0 20px #911d00, 0 0 20px #911d00, 0 0 20px #911d00, 0 0 20px #911d00;
}

.mainvisual-catch .text2:before {
  content: attr(data-subtitle);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-shadow: none;
  color: #ffe4a6;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe4a6), color-stop(49%, #fff9d2), color-stop(49%, #f4d396), to(#fee09d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

  上部固定用電話番号ボタン

-------------------------------- */
.tel-button {
  display: none;
}

@media screen and (max-width: 1099.98px) {
  .tel-button {
    display: block;
    position: fixed;
    top: 30px;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 999;
  }
}

.tel-button a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #d3b06d;
  text-align: center;
  background-color: #fff;
}

.tel-button a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d12c19;
}

.tel-button a:after {
  content: "TEL";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  font-size: .7em;
  font-weight: 800;
}

.tel-button .icon-tel {
  display: block;
  padding-top: 8px;
}

.tel-button .icon-tel:before {
  font-size: 39.2px;
  font-size: 2.8rem;
}

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

  ページタイトル

-------------------------------- */
.page-title {
  display: block;
  position: relative;
  margin-top: 90px;
  text-align: center;
  overflow: hidden;
}

@media screen and (min-width: 1100px),
print {
  .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 287px;
    margin-top: 0;
    background: #fff url(../img/base/title.jpg) center repeat-x;
  }
}

.page-title:before {
  content: "";
  display: block;
  padding-top: 18.125%;
  background: #fff url(../img/base/title.jpg) center repeat-x;
  background-size: cover;
}

@media screen and (min-width: 1100px),
print {
  .page-title:before {
    display: none;
  }
}

.page-title-inner {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.5em 0;
  color: #fff;
  background-color: #930a0a;
}

@media screen and (min-width: 1100px),
print {
  .page-title-inner {
    padding: 2.5em 0;
  }
}

@media screen and (min-width: 1100px),
print {
  .page-title-inner {
    background-color: rgba(147, 10, 10, 0.85);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
}

.page-title-inner:before,
.page-title-inner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d3b06d;
}

.page-title-inner:before {
  top: 7px;
}

.page-title-inner:after {
  bottom: 7px;
}

.page-title-name {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  max-width: 640px;
  line-height: 1.2;
  font-size: 100%;
}

@media screen and (min-width: 1100px),
print {
  .page-title-name {
    padding: 0 100px;
  }
}

.page-title-name:before,
.page-title-name:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 44px;
  height: 19.33333px;
  margin: auto;
  background: url(../img/base/bg4_w2.png) center no-repeat;
  background-size: cover;
  opacity: .7;
}

@media screen and (min-width: 1100px),
print {

  .page-title-name:before,
  .page-title-name:after {
    width: 66px;
    height: 29px;
  }
}

.page-title-name:before {
  left: 10px;
}

@media screen and (min-width: 1100px),
print {
  .page-title-name:before {
    left: 0;
  }
}

.page-title-name:after {
  right: 10px;
}

@media screen and (min-width: 1100px),
print {
  .page-title-name:after {
    right: 0;
  }
}

.page-title-name .title {
  display: block;
  position: relative;
  display: inline-block;
  position: relative;
  color: #ffe4a6;
  font-size: 1.5em;
  font-family: SourceHanSerifJP, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (min-width: 640px),
print {
  .page-title-name .title {
    font-size: 2em;
  }
}

@media screen and (min-width: 1100px),
print {
  .page-title-name .title {
    font-size: 2.5em;
    text-shadow: 0 0 10px #911d00, 0 0 20px #911d00, 0 0 30px #911d00;
  }
}

.page-title-name .title:before {
  content: attr(data-subtitle);
  content: attr(data-subtitle);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-shadow: none;
  color: #ffe4a6;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe4a6), color-stop(49%, #fff9d2), color-stop(49%, #f4d396), to(#fee09d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

  パンくずリスト

-------------------------------- */
#topic-path {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 1.5em;
  text-align: right;
  overflow: hidden;
  z-index: 100;
}

@media screen and (min-width: 1100px),
print {
  #topic-path {
    margin-bottom: 3em;
  }
}

#topic-path:after {
  content: "";
  display: table;
  clear: both;
}

#topic-path ul {
  float: right;
}

#topic-path ul:after {
  content: "";
  display: table;
  clear: both;
}

#topic-path li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-size: .8em;
  color: #a61706;
}

@media screen and (min-width: 1100px),
print {
  #topic-path li {
    font-size: .9em;
  }
}

#topic-path li:before {
  display: none;
}

#topic-path li.home {
  padding-left: 30px;
}

#topic-path li.home:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e906";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 23.8px;
  font-size: 1.7rem;
  line-height: 1;
}

@media screen and (min-width: 1100px),
print {
  #topic-path li.home:after {
    top: 3px;
  }
}

#topic-path a {
  display: block;
}

#topic-path a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: .5em;
  height: .5em;
  margin: -.3em .7em 0 .5em;
  border-top: 1px solid #151515;
  border-right: 1px solid #151515;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

  プリント

-------------------------------- */
@media print {

  html,
  body {
    width: 1100px;
    background: none;
  }
}

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

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  position: relative;
  margin-right: -1em;
  margin-left: -1em;
}

@media screen and (min-width: 1100px),
print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}

/* 導入部 */
@media screen and (min-width: 1100px),
print {
  .shukahanten-intro {
    padding-right: 42%;
  }
}

.shukahanten-intro:before {
  content: "";
  display: none;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-intro:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    background: url(../img/top/img1.jpg) center no-repeat;
    background-size: cover;
  }
}

.shukahanten-intro-section {
  position: relative;
  padding: 1em 0;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-intro-section {
    padding: 3.5em 0 0;
  }
}

.shukahanten-intro-section .inner {
  max-width: 1600px;
}

.shukahanten-intro-container {
  position: relative;
  padding: 0 1em;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-intro-container {
    padding: 1.5em;
    background: url(../img/base/bg.jpg) 100% 100% no-repeat;
    background-size: auto 70%;
  }
}

.shukahanten-intro-container:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 371.875px;
  height: 236.875px;
  background: url(../img/base/bg.jpg) center no-repeat;
  background-size: cover;
  opacity: .8;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-intro-container:before {
    display: none;
  }
}

.shukahanten-intro-main {
  position: relative;
  padding: 2em 1.5em 1.5em;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-intro-main {
    padding: 2em;
  }
}

@media screen and (min-width: 1600px),
print {
  .shukahanten-intro-main {
    padding: 2em 4em;
  }
}

.shukahanten-intro-head {
  margin: 0 -1.5em 1em;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-intro-head {
    margin: 0 0 1em;
  }
}

.shukahanten-intro-head:after {
  content: "";
  display: block;
  height: 11px;
  margin-top: 1em;
  background: url(../img/base/line.png) center no-repeat;
}

.shukahanten-intro-heading {
  margin: 0 -.5em;
  text-align: center;
  color: #d12c19;
}

.shukahanten-intro-heading span {
  display: block;
  font-size: .6em;
  font-family: SourceHanSerifJP, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.3;
}

@media screen and (min-width: 360px),
print {
  .shukahanten-intro-heading span {
    font-size: .7em;
  }
}

@media screen and (min-width: 480px),
print {
  .shukahanten-intro-heading span {
    font-size: .85em;
  }
}

@media screen and (min-width: 640px),
print {
  .shukahanten-intro-heading span {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 1600px),
print {
  .shukahanten-intro-heading span {
    font-size: 1.3em;
  }
}

.shukahanten-intro-img {
  display: block;
  width: 60%;
  max-width: 320px;
  min-width: 250px;
  margin: 0 auto .5em;
}

@media screen and (min-width: 640px),
print {
  .shukahanten-intro-img {
    float: right;
    width: 40%;
    margin: .5em 0 0 1em;
  }
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-intro-img {
    display: none;
  }
}

.shukahanten-intro-description {
  font-size: .9em;
  line-height: 1.8;
}

@media screen and (min-width: 768px),
print {
  .shukahanten-intro-description {
    font-size: 1em;
  }
}

.shukahanten-intro-bg .bg-item {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}

.shukahanten-intro-bg .bg-item:before,
.shukahanten-intro-bg .bg-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 51.17647px;
  height: 41.17647px;
  background: url(../img/base/bg3_r.png) center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1100px),
print {

  .shukahanten-intro-bg .bg-item:before,
  .shukahanten-intro-bg .bg-item:after {
    width: 87px;
    height: 70px;
  }
}

.shukahanten-intro-bg .bg-item.bg1 {
  top: 0;
}

.shukahanten-intro-bg .bg-item.bg1:before {
  top: 0;
  left: 0;
}

.shukahanten-intro-bg .bg-item.bg1:after {
  top: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shukahanten-intro-bg .bg-item.bg2 {
  bottom: 0;
}

.shukahanten-intro-bg .bg-item.bg2:before {
  left: 0;
  bottom: 0;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.shukahanten-intro-bg .bg-item.bg2:after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* 東坡肉（ドンポーロー）*/
.shukahanten-contents-section {
  position: relative;
  padding: 3em 1em;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-contents-section {
    padding: 5em 2em;
  }
}

.shukahanten-contents-section .inner {
  max-width: none;
}

.shukahanten-contents-main {
  position: relative;
  padding: 1em;
  border: 1px solid #e8cb8e;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-contents-main {
    right: -100px;
    max-width: 640px;
    margin: auto;
  }
}

.shukahanten-contents-side {
  position: relative;
  padding-top: 45%;
}

@media screen and (min-width: 768px),
print {
  .shukahanten-contents-side {
    position: static;
    padding-top: 0;
  }
}

.shukahanten-contents-head {
  position: relative;
  margin: 0 -1em 1.5em;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 768px),
print {
  .shukahanten-contents-head {
    right: -8%;
  }
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-contents-head {
    margin: 0 0 1.5em;
  }
}

.shukahanten-contents-head:after {
  content: "";
  display: block;
  max-width: 322px;
  height: 20px;
  margin: auto;
  background: url(../img/base/bg4_r.png) center repeat-x;
  background-size: contain;
  overflow: hidden;
}

.shukahanten-contents-heading {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 50px;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-contents-heading {
    padding: 0 130px 0 90px;
  }
}

.shukahanten-contents-heading:before,
.shukahanten-contents-heading:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/base/cloud.png) center no-repeat;
  background-size: cover;
}

.shukahanten-contents-heading:before {
  top: 0;
  left: 0;
  width: 46.66667px;
  height: 23.33333px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-contents-heading:before {
    top: 10px;
    left: 0;
    width: 70px;
    height: 35px;
  }
}

.shukahanten-contents-heading:after {
  right: 0;
  bottom: 10px;
  width: 70px;
  height: 35px;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-contents-heading:after {
    right: 0;
    bottom: 20px;
    width: 116.66667px;
    height: 58.33333px;
  }
}

.shukahanten-contents-heading .heading {
  display: block;
  position: relative;
  text-align: center;
  z-index: 1;
}

.shukahanten-contents-heading .heading:after {
  content: attr(data-subtitle);
  display: block;
  margin: .5em 0 1em;
  font-size: 25.2px;
  font-size: 1.8rem;
  letter-spacing: .1em;
  color: #d12c19;
}

.shukahanten-contents-heading .word {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-top: .3em;
  font-size: 3em;
  font-weight: 800;
  line-height: 1;
}

@media screen and (min-width: 768px),
print {
  .shukahanten-contents-heading .word {
    font-size: 4em;
  }
}

.shukahanten-contents-heading .word:before {
  content: attr(data-ruby);
  display: block;
  position: absolute;
  top: 0;
  right: -.5em;
  width: 100%;
  font-size: 18.2px;
  font-size: 1.3rem;
  letter-spacing: 1em;
  text-align: center;
}

@media screen and (min-width: 768px),
print {
  .shukahanten-contents-heading .word:before {
    font-size: 23.8px;
    font-size: 1.7rem;
  }
}

.shukahanten-contents-heading .ruby {
  display: none;
}

.shukahanten-contents-description {
  font-size: .9em;
  line-height: 1.8;
}

.shukahanten-contents-img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}

.shukahanten-contents-img.img1 {
  left: -1em;
  width: 90%;
}

@media screen and (min-width: 768px),
print {
  .shukahanten-contents-img.img1 {
    width: 54%;
  }
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-contents-img.img1 {
    left: -2em;
    /*width: 764.61538px;*/
  }
}

.shukahanten-contents-img.img2 {
  right: -1em;
  width: 36%;
}

@media screen and (min-width: 768px),
print {
  .shukahanten-contents-img.img2 {
    width: 24%;
  }
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-contents-img.img2 {
    right: -2em;
    width: 322px;
  }
}

/* 朱華飯店のおすすめ */
.shukahanten-recommend-section {
  position: relative;
  margin-bottom: 4em;
  padding: 2em 0;
  background: #a61706;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #a61706), to(#881305));
  background: -webkit-linear-gradient(top, #a61706 30%, #881305 100%);
  background: -o-linear-gradient(top, #a61706 30%, #881305 100%);
  background: linear-gradient(to bottom, #a61706 30%, #881305 100%);
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-recommend-section {
    margin-bottom: 5em;
    padding: 40px 0 0 2em;
  }
}

.shukahanten-recommend-section .inner {
  max-width: 1280px;
}

.shukahanten-recommend-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: url(../img/base/bg4_w.png) center repeat-x;
  background-size: contain;
  opacity: .3;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-recommend-section:before {
    height: 23px;
  }
}

.shukahanten-recommend-container {
  position: relative;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-recommend-container {
    padding-right: 600px;
  }
}

.shukahanten-recommend-container:before {
  content: "";
  display: none;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-recommend-container:before {
    display: block;
    position: absolute;
    right: 0;
    bottom: -3em;
    width: 575.38462px;
    height: 355.38462px;
    background: url(../img/top/img4.png) center no-repeat;
    background-size: cover;
  }
}

.shukahanten-recommend-main {
  position: relative;
  padding: 2em 1em 0;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-recommend-main {
    padding: 3em 0;
  }
}

.shukahanten-recommend-main:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url(../img/base/bg5.png) center no-repeat;
  background-size: auto 90%;
  opacity: .4;
}

.shukahanten-recommend-head {
  position: relative;
  max-width: 480px;
  margin: 0 auto 1em;
  padding: 1em;
  text-align: center;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-recommend-head {
    max-width: 640px;
  }
}

.shukahanten-recommend-head:before,
.shukahanten-recommend-head:after {
  content: "";
  display: block;
  position: absolute;
  width: 42.35294px;
  height: 33.52941px;
  background: url(../img/base/bg2_y.png) center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px),
print {

  .shukahanten-recommend-head:before,
  .shukahanten-recommend-head:after {
    width: 55.38462px;
    height: 43.84615px;
  }
}

@media screen and (min-width: 1100px),
print {

  .shukahanten-recommend-head:before,
  .shukahanten-recommend-head:after {
    width: 72px;
    height: 57px;
  }
}

.shukahanten-recommend-head:before {
  top: 0;
  left: 0;
}

.shukahanten-recommend-head:after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.shukahanten-recommend-body {
  position: relative;
}

.shukahanten-recommend-foot {
  position: relative;
}

.shukahanten-recommend-heading {
  font-size: 1.8em;
  font-family: SourceHanSerifJP, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 0 0 30px rgba(209, 44, 25, 0.85), 0 0 20px #d12c19, 0 0 10px #d12c19, 0 0 5px #d12c19;
}

.shukahanten-recommend-heading .heading {
  line-height: 1.1;
}

.shukahanten-recommend-heading .heading1 {
  font-size: 1.2em;
  display: inline-block;
  position: relative;
  color: #151515;
}

.shukahanten-recommend-heading .heading1:before {
  content: attr(data-subtitle);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-shadow: none;
  color: #151515;
  background: -webkit-gradient(linear, left top, left bottom, from(#151515), color-stop(49%, #151515), color-stop(49%, #000), to(#000));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shukahanten-recommend-heading .heading1:after {
  content: attr(data-ruby);
  display: block;
  position: absolute;
  top: -1.2em;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: .3em;
  line-height: 1;
}

.shukahanten-recommend-heading .heading2 {
  font-size: 1.5em;
  display: inline-block;
  position: relative;
  color: #ffe4a6;
}

.shukahanten-recommend-heading .heading2:before {
  content: attr(data-subtitle);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-shadow: none;
  color: #ffe4a6;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe4a6), color-stop(49%, #fff9d2), color-stop(49%, #f4d396), to(#fee09d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shukahanten-recommend-img {
  width: 70%;
  max-width: 400px;
  min-width: 300px;
  margin: auto;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-recommend-img {
    display: none;
  }
}

.shukahanten-recommend-description {
  font-size: .85em;
  color: #fff;
  line-height: 1.8;
}

@media screen and (min-width: 640px),
print {
  .shukahanten-recommend-description {
    text-align: center;
  }
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-recommend-description {
    text-align: left;
  }
}

@media screen and (min-width: 768px),
print {
  .shukahanten-recommend-description .br {
    display: block;
  }
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-recommend-description .br {
    display: inline;
  }
}

@media screen and (min-width: 1280px),
print {
  .shukahanten-recommend-description .br {
    display: block;
  }
}

/* メニュー一覧（トップページ・下層ページ共通）*/
.shukahanten-menu-section {
  padding: 0 1em;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-menu-section {
    margin-top: -2em;
    margin-bottom: -2em;
  }
}

.shukahanten-menu-section .inner {
  max-width: 1280px;
}

.shukahanten-menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -.5em -1.5em 0;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-menu-items {
    margin: 0;
  }
}

.shukahanten-menu-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 .5em 1.5em 0;
}

@media screen and (min-width: 640px),
print {
  .shukahanten-menu-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-menu-item {
    padding: 0;
  }
}

.shukahanten-menu-inner {
  position: relative;
  height: 100%;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-menu-inner {
    padding: 2em;
  }
}

.shukahanten-menu-inner:before {
  content: "";
  display: none;
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-menu-inner:before {
    display: block;
    position: absolute;
    width: 47.33333px;
    height: 47.33333px;
    background: url(../img/base/bg1_g.png) center no-repeat;
    background-size: cover;
  }
}

.mainmenu .shukahanten-menu-inner:before {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.recommend .shukahanten-menu-inner:before {
  top: 0;
  left: 0;
}

.shukahanten-menu-head {
  position: relative;
  margin-bottom: 2em;
  border-top: 5px solid #a61706;
}

.shukahanten-menu-head:before {
  content: "";
  display: block;
  padding-top: 30%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 640px),
print {
  .shukahanten-menu-head:before {
    padding-top: 36.96%;
  }
}

.mainmenu .shukahanten-menu-head:before {
  background-image: url(../img/menu/menu1.jpg);
}

.sidemenu .shukahanten-menu-head:before {
  background-image: url(../img/menu/menu2.jpg);
}

.course .shukahanten-menu-head:before {
  background-image: url(../img/menu/menu3.jpg);
}

.recommend .shukahanten-menu-head:before {
  background-image: url(../img/menu/menu4.jpg);
}

.shukahanten-menu-head:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 48px;
  height: 38px;
  background: url(../img/base/bg2_w.png) center no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 1100px),
print {
  .shukahanten-menu-head:after {
    width: 72px;
    height: 57px;
  }
}

.shukahanten-menu-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 100%;
  text-align: center;
  z-index: 1;
}

.shukahanten-menu-heading a {
  font-size: .9em;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.shukahanten-menu-description {
  font-size: .85em;
  line-height: 1.6;
}

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

  id02 当店おすすめ

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

  id03 メインメニュー

-------------------------------- */
/* メニュー紹介（下層共通）*/
.menu-intro-section {
  position: relative;
  max-width: 1100px;
  margin: auto;
  padding: 2em 1em 1.5em;
}

@media screen and (min-width: 768px),
print {
  .menu-intro-section {
    padding: 3em 2.5em;
  }
}

.menu-intro-section:before,
.menu-intro-section:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/base/bg3_r.png) center no-repeat;
  background-size: cover;
  width: 51.17647px;
  height: 41.17647px;
}

@media screen and (min-width: 768px),
print {

  .menu-intro-section:before,
  .menu-intro-section:after {
    width: 87px;
    height: 70px;
  }
}

.menu-intro-section:before {
  top: 0;
  left: 0;
}

.menu-intro-section:after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-intro-section .inner {
  padding: 0;
}

.menu-intro-head {
  margin-bottom: 1em;
}

.menu-intro-head .main-heading {
  margin-bottom: 0;
}

.menu-intro-body {
  margin: 0 -1em;
}

@media screen and (min-width: 992px),
print {
  .menu-intro-body {
    margin: 0;
  }
}

.menu-intro-body:after {
  content: "";
  display: table;
  clear: both;
}

.menu-intro-img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 1em;
}

@media screen and (min-width: 992px),
print {
  .menu-intro-img {
    float: right;
    width: 40%;
    margin: -2.5em 0 0 1em;
  }
}

@media screen and (min-width: 1100px),
print {
  .menu-intro-img {
    width: 400px;
  }
}

.menu-intro-img img {
  width: 100%;
}

@media screen and (min-width: 1100px),
print {
  .menu-intro-description {
    overflow: hidden;
  }
}

/* ページ内アンカーリンク（下層共通）*/
.menu-links {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.menu-links.stuck {
  left: 0 !important;
  width: 100% !important;
  padding: 13px 10px;
  background-color: rgba(119, 26, 15, 0.85);
  z-index: 999;
}

.menu-links.stuck a.active {
  background: #d12c19;
  -webkit-box-shadow: 0 0 0 3px #d12c19;
  box-shadow: 0 0 0 3px #d12c19;
}

.menu-links.stuck .menu-links-outer {
  max-width: 1100px;
  margin: auto;
  padding: 0 3px;
}

@media screen and (min-width: 1100px),
print {
  .menu-links.stuck .menu-links-inner {
    max-width: 800px;
    margin-right: 0;
  }
}

@media screen and (min-width: 1100px),
print {
  .menu-links.stuck .menu-links-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -15px 0 0;
  }
}

@media screen and (min-width: 1100px),
print {
  .menu-links.stuck .menu-links-item {
    padding: 0 15px 0 0;
  }
}

.menu-links.stuck .menu-links-button {
  font-size: .75em;
}

@media screen and (min-width: 1100px),
print {
  .menu-links.stuck .menu-links-button {
    font-size: 1em;
  }
}

.menu-links-section.gutter {
  margin: -2em -1em 3em;
  padding: 1em 0;
  border-top: 1px solid #ac978d;
  border-bottom: 1px solid #ac978d;
  background-color: #e8cb8e;
}

@media screen and (min-width: 1100px),
print {
  .menu-links-section.gutter {
    margin: -1em 0 3.5em;
    padding: 0;
    border: none;
    background: none;
  }
}

.menu-links-section .inner {
  position: static;
  height: 2.4em;
  padding: 3px 0;
}

@media screen and (min-width: 480px),
print {
  .menu-links-section .inner {
    height: 2.7em;
  }
}

@media screen and (min-width: 1100px),
print {
  .menu-links-section .inner {
    height: 3.5em;
  }
}

.menu-links-outer {
  margin: 0 -1em;
}

@media screen and (min-width: 1100px),
print {
  .menu-links-outer {
    margin: 0;
  }
}

.menu-links-inner {
  max-width: 1100px;
  margin: auto;
}

@media screen and (min-width: 1100px),
print {
  .menu-links-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -2em 0 0;
  }
}

.menu-links-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 .15em;
}

@media screen and (min-width: 1100px),
print {
  .menu-links-item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    margin: 0;
    padding: 0 2em 0 0;
  }
}

.menu-links-button {
  display: block;
  font-size: .75em;
}

@media screen and (min-width: 480px),
print {
  .menu-links-button {
    font-size: .9em;
  }
}

@media screen and (min-width: 1100px),
print {
  .menu-links-button {
    font-size: 1.2em;
  }
}

.menu-links-button.round {
  padding: .5em;
}

@media screen and (min-width: 1100px),
print {
  .menu-links-button.round {
    padding: .5em 0;
  }
}

.menu-links-button:before {
  display: none;
}

.menu-links-button span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

@media screen and (min-width: 1100px),
print {
  .menu-links-button span {
    margin-left: -.5em;
    padding-left: 45px;
  }
}

.menu-links-button span:before {
  display: none;
}

@media screen and (min-width: 1100px),
print {
  .menu-links-button span:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\e908";
    display: block;
    position: absolute;
    top: 50%;
    left: .5em;
    font-size: 30.8px;
    font-size: 2.2rem;
    color: #d3b06d;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* メニュー一覧（下層共通）*/
.menu-contents-section .inner {
  padding: 0;
}

.layout1 .menu-contents-side {
  margin-bottom: .5em;
}

@media screen and (min-width: 768px),
print {
  .layout1 .menu-contents-side {
    position: relative;
    float: right;
    width: 36%;
    margin-bottom: 0;
    z-index: 1;
  }
}

@media screen and (min-width: 1100px),
print {
  .layout1 .menu-contents-side {
    width: 400px;
  }
}

.layout2 .menu-contents-side {
  margin-bottom: .5em;
}

@media screen and (min-width: 768px),
print {
  .layout1 .menu-contents-main {
    float: left;
    width: 100%;
    margin: -.5em -36% 0 0;
    padding: 0 39% 0 0;
    padding-right: calc(36% + 1em);
  }
}

@media screen and (min-width: 1100px),
print {
  .layout1 .menu-contents-main {
    margin-right: -400px;
    padding-right: 420px;
  }
}

.menu-contents-img .img-item img {
  width: 100%;
}

.menu-contents-img.img1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -3px -3px 0;
}

@media screen and (min-width: 768px),
print {
  .menu-contents-img.img1 {
    margin: 0 -1em -1em 0;
  }
}

.menu-contents-img.img1 .img-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 3px 3px 0;
}

@media screen and (min-width: 640px),
print {
  .menu-contents-img.img1 .img-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 768px),
print {
  .menu-contents-img.img1 .img-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 1em 1em 0;
  }
}

.menu-contents-img.img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -3px -3px 0;
}

@media screen and (min-width: 768px),
print {
  .menu-contents-img.img2 {
    margin: 0 -1em -1em 0;
  }
}

.menu-contents-img.img2 .img-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 3px 3px 0;
}

@media screen and (min-width: 768px),
print {
  .menu-contents-img.img2 .img-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 1em 1em 0;
  }
}

.menu-contents-img.img3 {
  margin: 0 -3px -3px 0;
}

@media screen and (max-width: 767.98px) {
  .menu-contents-img.img3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (min-width: 768px),
print {
  .menu-contents-img.img3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1100px),
print {
  .menu-contents-img.img3 {
    margin: 0 -.5em -.5em 0;
  }
}

.menu-contents-img.img3 .img-item {
  padding: 0 3px 3px 0;
}

@media screen and (max-width: 767.98px) {
  .menu-contents-img.img3 .img-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 768px),
print {
  .menu-contents-img.img3 .img-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media screen and (min-width: 1100px),
print {
  .menu-contents-img.img3 .img-item {
    padding: 0 .5em .5em 0;
  }
}

.menu-contents-img.img4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -3px -3px 0;
}

@media screen and (min-width: 1100px),
print {
  .menu-contents-img.img4 {
    margin: 0 -.5em -.5em 0;
  }
}

.menu-contents-img.img4 .img-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 3px 3px 0;
}

@media screen and (min-width: 768px),
print {
  .menu-contents-img.img4 .img-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 1100px),
print {
  .menu-contents-img.img4 .img-item {
    padding: 0 .5em .5em 0;
  }
}

.menu-contents-table {
  display: block;
  position: relative;
  font-size: .9em;
  line-height: 1.5;
  z-index: 1;
}

.menu-contents-table tbody {
  display: block;
  margin: 0 -2px;
}

.menu-contents-table tr {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px 0;
}

.menu-contents-table th,
.menu-contents-table td {
  padding: .7em .4em;
}

.menu-contents-table th {
  border-bottom: 1px solid #ac978d;
}

.menu-contents-table td {
  width: 7em;
  text-align: right;
  color: #a61706;
  border-bottom: 1px solid #ac978d;
}

@media screen and (min-width: 1100px),
print {
  .menu-contents-table td {
    width: 10em;
  }
}

.menu-contents-comment {
  margin-top: 1.5em;
  padding: 0 .4em;
  font-size: .9em;
  line-height: 1.5;
}

.menu-contents .table-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.menu-contents .table-container.bgnone:before {
  display: none;
}

.menu-contents .table-container:before {
  content: "";
  display: none;
}

@media screen and (min-width: 1100px),
print {
  .menu-contents .table-container:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 389px;
    height: 389px;
    margin: auto;
    background: url(../img/base/bg5.png) center no-repeat;
    background-size: cover;
    opacity: .05;
  }
}

@media screen and (min-width: 1100px),
print {
  .menu-contents .table-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -1.5em -1em 0;
  }
}

@media screen and (min-width: 1100px),
print {
  .menu-contents .table-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 1.5em 1em 0;
  }
}

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

  id04 サイドメニュー

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

  id05 宴会メニュー

-------------------------------- */
/* ２時間食べ放題コース + 飲み放題コース */
.course-menu:not(:last-child) {
  margin-bottom: 2em;
}

.course-menu:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 1100px),
print {
  .course-menu-side {
    position: relative;
    float: right;
    width: 452px;
    z-index: 1;
  }
}

.course-menu-main {
  margin-bottom: 2em;
}

@media screen and (min-width: 1100px),
print {
  .course-menu-main {
    float: left;
    width: 100%;
    margin: -.5em -452px 0 0;
    padding: 0 472px 0 0;
  }
}

.course-menu-mainimg {
  display: block;
  position: relative;
  margin: 0 -1em -2em;
  text-align: center;
}

@media screen and (min-width: 640px),
print {
  .course-menu-mainimg {
    margin: 0 0 1.5em;
  }
}

@media screen and (min-width: 1100px),
print {
  .course-menu-mainimg {
    margin: 0;
  }
}

.course-menu-mainimg:before {
  content: "";
  display: none;
}

@media screen and (min-width: 1100px),
print {
  .course-menu-mainimg:before {
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 495.83333px;
    height: 315.83333px;
    background: url(../img/base/bg.jpg) center no-repeat;
    background-size: cover;
  }
}

.course-menu-mainimg img {
  width: 100%;
}

@media screen and (min-width: 640px),
print {
  .course-menu-mainimg img {
    width: auto;
  }
}

.course-menu-sideimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -3px -3px 0;
}

@media screen and (min-width: 1100px),
print {
  .course-menu-sideimg {
    margin: 0 -.5em -.5em 0;
    padding: 33px 0 0;
  }
}

.course-menu-sideimg figure {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 3px 3px 0;
}

@media screen and (min-width: 480px),
print {
  .course-menu-sideimg figure {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 768px),
print {
  .course-menu-sideimg figure {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
}

@media screen and (min-width: 1100px),
print {
  .course-menu-sideimg figure {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 .5em .5em 0;
  }
}

.course-menu-sideimg img {
  width: 100%;
}

.course-menu-description:not(:last-child) {
  margin-bottom: 1.5em;
}

/* ２時間食べ放題コース + 飲み放題コース（料金）*/
.course-price {
  display: block;
  position: relative;
  max-width: 480px;
  margin: auto;
  z-index: 1;
}

@media screen and (min-width: 640px),
print {
  .course-price {
    max-width: 640px;
    padding-top: 3em;
  }
}

@media screen and (min-width: 1100px),
print {
  .course-price {
    max-width: none;
    padding-bottom: 3em;
  }
}

.course-price:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 353.63636px;
  height: 353.63636px;
  background: url(../img/base/bg5.png) center no-repeat;
  background-size: cover;
  z-index: 10;
  opacity: .1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.course-price-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -4em -4em 0;
}

.course-price-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 4em 4em 0;
}

@media screen and (min-width: 640px),
print {
  .course-price-item.half {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.course-price-inner {
  display: block;
  position: relative;
  padding: 0 3px;
}

.course-price .price-item {
  display: block;
  position: relative;
  font-size: 1.1em;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  border-radius: .3em;
  border: 1px solid #d3b06d;
  background: #a61706;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #a61706), to(#881305));
  background: -webkit-linear-gradient(top, #a61706 30%, #881305 100%);
  background: -o-linear-gradient(top, #a61706 30%, #881305 100%);
  background: linear-gradient(to bottom, #a61706 30%, #881305 100%);
  z-index: 1;
  -webkit-box-shadow: 0 0 0 3px #950a05;
  box-shadow: 0 0 0 3px #950a05;
}

.course-price .price-food {
  padding: 2em 0 .4em;
}

@media screen and (min-width: 640px),
print {
  .course-price .price-food {
    padding: 2em 0 .4em;
  }
}

@media screen and (min-width: 1100px),
print {
  .course-price .price-food {
    padding: 1.6em 0 .4em;
  }
}

.course-price .price-food .title {
  display: inline-block;
  position: relative;
  font-size: 1.7em;
}

@media screen and (min-width: 1100px),
print {
  .course-price .price-food .title {
    margin-right: .25em;
    font-size: 2em;
  }
}

.course-price .price-food .price {
  display: block;
}

@media screen and (min-width: 640px),
print {
  .course-price .price-food .price {
    display: inline;
  }
}

.course-price .price-food .price span {
  font-size: 1.7em;
}

@media screen and (min-width: 1100px),
print {
  .course-price .price-food .price span {
    font-size: 2em;
  }
}

.course-price .price-food .fifty {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  font-size: .6em;
}

@media screen and (min-width: 640px),
print {
  .course-price .price-food .fifty {
    bottom: 90%;
    left: 0;
    text-align: left;
  }
}

.course-price .price-food .fifty span {
  line-height: 1.1;
  font-size: 3.5em;
  font-weight: 800;
  color: #220706;
}

.course-price .price-food .plus {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: 20px auto 0;
}

@media screen and (min-width: 1100px),
print {
  .course-price .price-food .plus {
    top: auto;
    bottom: -50px;
    margin: auto;
  }
}

.course-price .price-food .plus:before,
.course-price .price-food .plus:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #151515;
}

.course-price .price-food .plus:before {
  width: 100%;
  height: 3px;
}

.course-price .price-food .plus:after {
  width: 3px;
  height: 100%;
}

.course-price .price-food .plus span {
  display: none;
}

.course-price .price-drink {
  padding: .5em 0;
}

.course-price .price-drink .title {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 30px;
}

@media screen and (min-width: 768px),
print {
  .course-price .price-drink .title {
    font-size: 1.2em;
  }
}

.course-price .price-drink .title:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e908";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  color: #cf903b;
  font-size: 32.2px;
  font-size: 2.3rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 640px),
print {
  .course-price .price-drink .title span {
    display: block;
    position: absolute;
    top: -2.2em;
    left: 0;
    width: 100%;
    font-size: 1em;
    font-weight: 800;
    color: #771a0f;
    text-align: center;
  }
}

.course-price .price-drink .price {
  display: block;
}

.course-price .price-drink .price span {
  font-size: 1.4em;
}

.course-price .price-drink .or {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: .7em;
  text-align: center;
}

@media screen and (min-width: 640px),
print {
  .course-price .price-drink .or {
    top: 50%;
    left: 100%;
    width: 3.8em;
    margin-top: -.2em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.course-price .price-drink .or span {
  display: block;
  font-size: 1.6em;
  color: #cf903b;
}

@media screen and (min-width: 1100px),
print {
  .course-price .price-drink .or span {
    font-size: 1.9em;
  }
}

/* 50品目メニュー */
.course-fiftymenu {
  counter-reset: fiftymenu;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
}

@media screen and (min-width: 480px),
print {
  .course-fiftymenu {
    line-height: 0;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
}

.course-fiftymenu span {
  display: block;
  position: relative;
  padding: .5em 0 .5em 55px;
  font-size: .8em;
  font-family: "Noto Sans JP", sans-serif;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 640px),
print {
  .course-fiftymenu span {
    padding-left: 70px;
    font-size: .85em;
  }
}

.course-fiftymenu span:before,
.course-fiftymenu span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.course-fiftymenu span:before {
  width: 44px;
  height: 100%;
  background-color: #950a05;
}

@media screen and (min-width: 640px),
print {
  .course-fiftymenu span:before {
    width: 60px;
  }
}

.course-fiftymenu span:after {
  counter-increment: fiftymenu;
  content: counter(fiftymenu);
  top: 50%;
  width: 44px;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 640px),
print {
  .course-fiftymenu span:after {
    width: 60px;
  }
}

/* 宴会・貸切も承ります */
.course-contact .contact {
  margin-top: 2em;
  text-align: center;
}

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

  id06 店舗情報

-------------------------------- */
/* 店主ご挨拶 */
.shop-greeting-message:not(:last-child) {
  margin-bottom: 1em;
}

/* 朱華飯店 店舗情報 */
.shop-info-main {
  margin-bottom: 1em;
}

@media screen and (min-width: 1100px),
print {
  .shop-info-main {
    position: relative;
    margin: 0 0 .5em;
    padding: 0 420px 0 0;
    overflow: hidden;
  }
}

.shop-info-img {
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (min-width: 1100px),
print {
  .shop-info-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (min-width: 1100px),
print {
  .shop-info-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 150%;
    max-height: 150%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.shop-info-table {
  display: block;
  font-size: .9em;
  line-height: 1.4;
}

.shop-info-table tbody {
  display: block;
}

.shop-info-table tr {
  display: table;
  width: 100%;
}

@media screen and (max-width: 639.98px) {
  .shop-info-table tr {
    display: block;
  }
}

.shop-info-table tr:not(:last-child) {
  margin-bottom: .5em;
}

@media screen and (max-width: 639.98px) {
  .shop-info-table tr:not(:last-child) {
    margin-bottom: 1em;
  }
}

.shop-info-table th {
  width: 10em;
  padding: .5em 0;
  font-size: 1.1em;
  color: #000;
  text-align: center;
  background-color: #eee;
}

@media screen and (max-width: 639.98px) {
  .shop-info-table th {
    display: block;
    margin-bottom: .5em;
  }
}

.shop-info-table td {
  padding: .6em 0 .6em 1.5em;
}

@media screen and (max-width: 639.98px) {
  .shop-info-table td {
    display: block;
    padding: 0;
  }
}

.shop-info-table .time dt {
  float: left;
  clear: left;
}

.shop-info-table .time dt:after {
  content: "／";
}

.shop-info-table .time dd {
  margin-left: 4em;
}

.shop-info-table .note {
  font-size: .9em;
}

.shop-info-table .parking {
  font-size: 1.1em;
}

.shop-info-table .tel-link {
  font-size: 1.8em;
  line-height: 1;
  color: #151515;
}

.shop-info-table a.tel-link {
  color: #151515;
}

.shop-info-table a.tel-link:hover {
  color: #d12c19;
}

/* 店内紹介 */
.shop-gallery-description {
  margin-bottom: 1.5em;
}

.shop-gallery-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -.5em -1.5em 0;
}

@media screen and (min-width: 1100px),
print {
  .shop-gallery-items {
    margin: 0 -1.5em -2em 0;
  }
}

.shop-gallery-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 .5em 1.5em 0;
}

@media screen and (min-width: 640px),
print {
  .shop-gallery-item {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 1100px),
print {
  .shop-gallery-item {
    padding: 0 1.5em 2em 0;
  }
}

.shop-gallery-item img {
  display: block;
  width: 100%;
  margin-bottom: .5em;
}

.shop-gallery-item figcaption {
  display: block;
  font-size: .85em;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 768px),
print {
  .shop-gallery-item figcaption {
    font-size: 1em;
  }
}

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

  修正・追加用

-------------------------------- */
/* ドンポーロー */
.shukahanten-contents-section {
  /*display: none;*/
}

/* 250613 追記 */
.course-price-items {
  justify-content: center;
}

@media screen and (min-width: 768px),
print {
  .course-price-item.half {
    padding-top: 1.3em;
  }
}

@media screen and (min-width: 1100px),
print {
  .course-price-item.half {
    padding-top: 1.8em;
  }
}

/*251215追記*/

/* ================================
  お知らせ見出し（新規）
================================ */

/* section */
.intro-notice-section {
  padding: 5em 0 1.5em;
}

@media screen and (max-width: 1100px) {
  .intro-notice-section {
    padding: 1.5em 0;
  }
}

/* inner */
.intro-notice-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* main */
.intro-notice-main {
  padding: 1.5em 1em;
}

/* head */
.intro-notice-head {
  text-align: center;
}

/* heading */
.intro-notice-heading {
  margin: 0;
  color: #d12c19;
}

/* 行ごとのspan */
.intro-notice-line {
  display: block;
  font-family: "Noto Serif JP", serif;
  /* ← 安定優先 */
  font-weight: 900;
  /* ← 数値指定 */
  line-height: 1.4;
  font-size: 0.85em;
}

/* レスポンシブ調整 */

@media screen and (min-width: 480px) {
  .intro-notice-line {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 690px) {
  .intro-notice-line {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 1100px) {
  .intro-notice-line {
    font-size: 1.6em;
  }
}

/* SP改行 */
.intro-notice-br {
  display: block;
}

@media screen and (min-width: 1100px) {
  .intro-notice-br {
    display: none;
  }
}

.intro-notice-br2 {
  display: block;
}

@media screen and (min-width: 600px) {
  .intro-notice-br2 {
    display: none;
  }
}
