@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&family=Noto+Serif+JP:wght@500,700&display=swap");

/*--------------------------------------------------------------
レスポンシブ02 ホワイト 1カラム
---------------------------------------------------------------*/

body {
  font-size:18px;
  color: #fff;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #000;
}
@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 15px; }
}

/*--------------------------------------------------------------
背景黒
---------------------------------------------------------------*/
#wrap {
  background: #0f0f0f;
}
#wrap_body #contents {
  background: url("/materials/177433532240901.png") repeat-y top center;
  background-size: 100%;
}

/*--------------------------------------------------------------
変数
---------------------------------------------------------------*/
:root {
  --color-main: #d4af37;
  --color-sub: #a30a36;
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: var(--color-sub);
  font-weight: 500;
}
.article a {
  text-decoration: none;
}
a:hover {
  color: var(--color-main);
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
}
a.btn {
  width: calc(100% - 2px);
  color: #fff;
  font-weight: 400;
  background: #0f0f0f url("/materials/177425381285101.png") no-repeat;
  background-size: 70px;
  background-position: right 10px bottom 10px;
  border: 1px solid #fff;
  padding: 1.2em;
  border-radius: 0;
  position: relative;
  box-shadow: 2px 2px 0 #ccc;
}
a.btn::before {
  content: "";
  display:block;
  width: 1em;
  height: 1em;
  background: url("/materials/177433976199701.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 10px;
}
a.btn:after {
  display: none;
}
a.btn:hover {
  color: #fff;
  background: #222 url("/materials/177425381285101.png") no-repeat;
  background-size: 70px;
  background-position: right 14px bottom 10px;
}
a.tel-link {
  font-size: 1.05em;
  font-weight: 900;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*--------------------------------------------------------------
段落
---------------------------------------------------------------*/
.article, .gallery {
  margin: 40px 0;
}
.article p {
  line-height: 2.0;
  margin-bottom: 1.5em;
}
.leadCopy {
  font-size: 1.3em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: var(--color-main);
}

/*--------------------------------------------------------------
pankuz
---------------------------------------------------------------*/
#pankuz p {
  padding: 0 2%;
}
#pankuz a {
  color: var(--color-main);
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
}
#title_body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
#title_outer h1 {
  width: 185px;
  height: 68px;
  margin: 0;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/177422623304901.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  background: url("/materials/177423150618801.png") right center no-repeat;
  background-size: 260px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu .topMenu li a {
  font-size: 0.9em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #ccc;
  letter-spacing: 0.05em;
}
#topMenu .topMenu li a:hover {
  color: #fff;
  background: #222;
}
#topMenu_outer .topMenu li a {
  color: #fff;
}

/*--------------------------------------------------------------
Topics
---------------------------------------------------------------*/
#mainTopics {
  color: #222;
  background: transparent;
}
ul.topics li h3 a {
  color: var(--color-sub);
}
ul.topics li h3 a:hover {
  color: #87691f;
}
ul.topics li p.more a:hover, #mainTopics .listview a:hover {
  background: #a30a36;
}
#listTopics ul.topics li p.description {
  color: #222;
}
#mainTopics .listview a {
  border: 1px solid #777;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer, #footer_body .copyright {
  font-weight: 500;
  background: #000;
}
#footer_body .topMenu li a, #footer_body .services li a {
  background: transparent;
}

/*--------------------------------------------------------------
sideContents
---------------------------------------------------------------*/
.sideContents ul li a, .sideContents dt a {
  color: #fff;
}
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  background: #d4af37;
  width: 1px;
}
.sideContents ul li, .sideContents dl dt {
  border-top: 1px dotted #555;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  position: relative;
  text-align: center;
  color: #87691f;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2em;
  font-weight: 500;
  letter-spacing: 0.15em;
  border-top: 1px solid #87691f;
  border-bottom: 1px solid #87691f;
  padding: 1.4em 4%;
  margin-bottom: 30px;
  background: transparent;
}
#mainArticles h2 strong, #listTopics h2 strong {
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  margin-top: 0;
  display: inline-block;
}
#mainArticles h2 strong::before, #mainArticles h2 strong::after,
#listTopics h2 strong::before, #listTopics h2 strong::after {
  content:"";
  position:absolute;
  top:50%;
  width:35px;
  height:1px;
  background:#87691f;
  transform:translateY(-50%);
}
#mainArticles h2 strong::before, #listTopics h2 strong::before {
  left:-40px;
}
#mainArticles h2 strong::after, #listTopics h2 strong::after {
  right:-40px;
}
#mainTopics h2, .article h3, .gallery h3, .freeHtml h3, #mainArticles div[id^=blog] h2 {
  font-size: 1.5em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  line-height: 2.0;
  background: url("/materials/177425250425001.png") no-repeat center;
  background-size: 3.0em;
  margin-bottom: 1.0em;
  padding: 1.0em 2% 1.1em 2%;
  border: none;
}
#mainTopics h2:after, #mainArticles .article h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after {
  display: none;
}
.article h3 a, .gallery h3 a {
  color: #fff;
}
.article h3 a:hover, .gallery h3 a:hover {
  color: #87691f;
}
.article h4 {
  font-size: 1.3em;
  color:#fff;
  font-weight: 500;
  margin-bottom: 1.0em;
  padding: 0 0 0.5em 0;
  border: none;
  border-bottom: 2px solid #444;
  background: transparent;
}
.article h4:before {
  display: block;
  width: 15%;
  height: 2px;
  background: var(--color-main);
  left: 0;
  bottom: -1.0em;
}
.article h5 {
  border-left: 4px solid #9b0e1c
}

/*--------------------------------------------------------------
normalTbl
---------------------------------------------------------------*/
.article table.normalTbl {
  border: none;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  margin: 30px 0;
}
.article table.normalTbl td, .article table.normalTbl th {
  border: none;
  border-bottom: 1px solid #555;
}
.article table.normalTbl tr:last-child td, .article table.normalTbl tr:last-child th {
  border-bottom: none;
}
.article table.normalTbl td {
  padding-left: 30px;
}
.article table.normalTbl th {
  width: auto;
  min-width: 25%;
  color: var(--color-main);
  background: transparent;
  position: relative;
}
.article table.normalTbl th::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: #555;
  position: absolute;
  top: 15%;
  right: 0;
}

/*--------------------------------------------------------------
リスト シンプル（インデントのみ）
---------------------------------------------------------------*/
ul.list-simple li {
  margin-left: 1.0em;
  text-indent: -1.0em;
}

/*--------------------------------------------------------------
GoogleMap
---------------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; /*16:9*/
  margin-bottom: 30px;
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
料金
---------------------------------------------------------------*/
.price-l {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--color-main);
}

/*--------------------------------------------------------------
ボタン横並び
---------------------------------------------------------------*/
.btn-box {
  display: flex;
  gap: 4%;
}
.btn-box > div {
  display: flex;
  flex: 1;
}

/*--------------------------------------------------------------
リスト レギュラー（ドット）
---------------------------------------------------------------*/
ul.list-regular li {
  margin-left: 1.0em;
  margin-bottom: 0.5em;
  text-indent: -1.0em;
}

/*--------------------------------------------------------------
コース料理リスト
---------------------------------------------------------------*/
ol.course {
  counter-reset: num;
  list-style: none;
  padding-left: 0;
}
ol.course li {
  counter-increment: num;
  margin-bottom: 0.5em;
}
ol.course li::before {
  content: counter(num) ". ";
}

/*--------------------------------------------------------------
お問い合わせ　電話番号
---------------------------------------------------------------*/
p.contact-tel {
  font-size: 28px;
  margin-bottom: 0;
}
.article h6.contact-info {
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
  margin-top: 1.5em;
  background: transparent;
  border: 1px solid #ccc;
}
.article h6.contact-info::before {
  color: #87691f;
}

/*--------------------------------------------------------------
FAQ
---------------------------------------------------------------*/
ul.faq {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.faq li.qus,
ul.faq li.ans {
  position: relative;
  display: block;
  margin: 0;
  line-height: 1.6;
  padding-left: 44px;
}
ul.faq li.qus {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #555;
}
ul.faq li.ans {
  margin-bottom: 0;
}
/* 四角 */
ul.faq li.qus::before,
ul.faq li.ans::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  margin: 0;
}
ul.faq li.qus::before {
  background: #9b0e1c;
}
ul.faq li.ans::before {
  background: #555;
}
/* 文字ベース */
ul.faq li.qus::after,
ul.faq li.ans::after {
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 32px;
  height: 32px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
/* Q */
ul.faq li.qus::after {
  content: "Q";
  font-size: 1.1em;
  line-height: 32px;
  transform: translateY(-5px);
}
/* A */
ul.faq li.ans::after {
  content: "A";
  font-size: 0.9em;
  line-height: 32px;
  transform: translateY(-3px);
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*toggle*/
  #toggle {
    background-color: #0f0f0f;
    top: 1vw;
    right: 1vw;
  }
  .active #toggle {
    background-color: #0f0f0f;
  }
  /*title*/
  #title h1 {
    width: 35vw;
    max-width: 180px;
    height: 13vw;
    padding-left: 0;
  }
  #title #title_outer {
    height: 16vw;
    min-height: calc(56px + 4vw);
    background: none;
  }
  .article, .gallery {
    margin-top: 0;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.6em;
  }
  /*normalTbl*/
  .article table.normalTbl th::after {
    display: none;
  }
  .article table.normalTbl td {
    padding-left: 20px;
  }
  .article table.normalTbl tr:last-child th {
    border-bottom: 1px solid #555;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #bottomLink{
    display: block;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    z-index:1000;
    height:50px;
    overflow:hidden;
    border-top:1px solid #fff;
  }
  #bottomLink a {
    display: block;
    padding: 0;
    color: #fff;
    background: var(--color-main);
    text-decoration: none;
    font-size:18px;
    font-weight: 900;
    line-height: 48px;
    height:100%;
  }
  #bottomLink a span {
    font-size:15px;
    font-weight: 700;
    display: inline-block;
  }
  #bottomLink a span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-size:120%;
    font-weight: bold;
    margin-right: 7px;
    margin-left: 7px;
    display:inline-block;
    transform: rotate(-30deg);
  }
  /* ボタンサイズ分の画面下部余白 */
  #wrap {
    margin-bottom: 50px;
  }
}

/*======================================================
480px
======================================================*/
@media only screen and (max-width: 480px) {
  #mainContents {
    padding-bottom: 0;
  }
  .gallery.cta-box .gallery_grid2 li.galleryGrid {
    width: 100%;
    margin-bottom: 0;
  }
}

/*-------------------------------------------------------
recaptcha バッジ非表示
-------------------------------------------------------*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }

/*編集画面*/
.ams-build .freeHtml_body {
    min-height: 40px;
}


/*編集画面でお問い合わせボタン表示*/
.ams-build .sideContents #sideContact {
  display: block;
}