@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("//use.fontawesome.com/releases/v5.6.1/css/all.css");

/*--------------------------------------------------------------
レスポンシブ01 イエロー 1カラム
---------------------------------------------------------------*/

body {
  font-size:18px;
  color: #777;
  line-height: 2.0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: #d4af37;
}
a:hover {
  color: #ce9c16;
  font-weight: inherit;
  cursor: pointer;
  transition: 0.2s ease;
}
a.btn {
  color: #d4af37;
  font-weight: 500;
  background-image: linear-gradient(180deg, #555, #111);
}
a.btn:hover {
  color: #fff;
  font-weight: 500;
  background-image: linear-gradient(180deg, #333, #333);
}
a.btn::after {
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-size: 1.2em;
  font-weight: bold;
  color: inherit;
  margin-left: 0.5em;
  vertical-align: -0.1em;
}
a.tel-link {
  font-size: 1.1em;
  font-weight: 700;
  color: #d4af37;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
  position: relative;
}
#title_outer h1 {
  width: 130px;
  height: 73px;
  position: absolute;
  top: 18px;
  left: 0;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/176490843226202.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  background: url("/materials/176490843226201.png") right center no-repeat;
  background-size: 280px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu {
  background-color: #222;
}
#topMenu .topMenu li a {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 500;
  color: #d4af37;
}
#topMenu .topMenu li a:hover {
  color: #fff;
}
#topMenu .topMenu li:hover {
  background-color: #333;
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
#mainTopics {
  width: 100vw;
  background: #f5f7f7;
  margin-top: -80px;
  padding-top: 80px;
}
#mainTopics_body {
  width: 1200px;
  margin: 0 auto;
}
.mainTopics .topics li {
  border-bottom: 1px solid #d4af37;
}
.mainTopics .topics li h3 a {
  text-decoration: none;
}
#mainTopics .topics li .more a, .mainTopics .topics li .more a {
  color: #fff;
  font-size: 0.87em;
  font-weight: 500;
  background-color: #d4af37;
  border: 1px solid #d4af37;
  padding: 7px 12px 9px 18px;
}
#mainTopics .topics li .more a:hover, .mainTopics .topics li .more a:hover {
  color: #d4af37;
  background-color: #fff;
  border: 1px solid #d4af37;
}
#mainTopics .topics li .more a::after, .mainTopics .topics li .more a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  margin-left: 8px;
}
.mainTopics .topics, #mainTopics .listview {
  border: none;
}
#mainTopics .listview a {
  font-weight: 500;
}
#mainTopics .listview a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  margin-left: 8px;
}
#mainTopics .topics .description, .mainTopics .topics li .description {
  font-size: 0.9em;
}

/*--------------------------------------------------------------
sideContents
---------------------------------------------------------------*/
#sideContents {
  background-color: #d4af37;
}

.sideServices h2 {
  background: url("/materials/176491380510501.png") no-repeat left center / 32px;
}
.sideMobile h2 {
  background: url("/materials/176491377337501.png") no-repeat left center / 30px;
}
.footer ul.topMenu li a, .footer ul.services li a, .sideServices ul li a {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: #222;
}

/*--------------------------------------------------------------
footer topMenu
---------------------------------------------------------------*/
.footer ul.topMenu li a {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.footer ul.topMenu li a:hover {
  color: #d4af37;
}

/*--------------------------------------------------------------
copyright
---------------------------------------------------------------*/
.footer .copyright {
  font-size: 14px;
  padding-top: 50px;
}
.footer p.copyright a:hover {
  color: #d4af37;
  font-weight: 400;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
h2, h3, h4 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#mainArticles h2, #listTopics h2 {
  font-size: 1.9em;
  font-weight: 600;
  color: #d4af37;
  line-height: 1.3;
  padding-top: 2.2em;
  background: url("/materials/176507716012101.png") top center no-repeat;
  background-size: 2.5em;
}
.mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2 {
  font-size: 1.6em;
  font-weight: 500;
}
.mainContents .article h3:after, .mainContents div.gallery h3:after, #mainServices h2:after, #mainTopics h2:after, #mainArticles div[id^="blog"] h2:after {
  background: #d4af37;
  width: 10%;
  height: 2px;
}
.article h4:after, #mainBlogComments h2:after, #mainBlogCommentForm h2:after {
  background-color: #d4af37;
}
.article h5 {
  color: #222;
}
.article h5:before {
  border-left: 4px solid #d4af37;
}

/*-------------------------------------------------------
文字装飾
-------------------------------------------------------*/
.leadText {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
}
.message {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.6;
  color: #d4af37;
  text-align: center;
  padding: 0.7em 0.2em;
  border-top: 3px dotted #d4af37;
  border-bottom: 3px dotted #d4af37;
}

/*-------------------------------------------------------
sideContents お問い合わせボタン
-------------------------------------------------------*/
#contact-btn-space a {
  display:block;
  width: 30%;
  height: auto;
  font-size: 1.0em;
  font-weight: 500;
  color: #fff;
  background: #222;
  border-radius: 4px;
  text-align:center;
  padding: 0.4em;
  margin: auto;
}
#contact-btn-space a::after {
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-size: 1.2em;
  font-weight: bold;
  color: inherit;
  margin-left: 0.5em;
  vertical-align: -0.1em;
}
#contact-btn-space a:hover {
  background: #555;
}

/*-------------------------------------------------------
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%;
}

/*--------------------------------------------------------------
リスト check
---------------------------------------------------------------*/
ul.check-plus {
  padding: 1.2em 0.5em 1.2em 0.5em;
  position: relative;
}
ul.check-plus li {
  color: #333;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.0em;
  padding: 15px 25px 15px 50px;
  text-indent: -31px;
  background: #f4f2ed;
  position: relative;
}
ul.check-plus li span {
  font-size: 1.05em;
  font-weight: 600;
  color: #c3a131;
}
ul.check-plus li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-size: 28px;
  color: #d4af37;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: -4px;
}
ul.check-plus li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 10px solid #d4af37;
  border-right-color: #fff;
  border-bottom-color: #fff;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
リスト 料金
---------------------------------------------------------------*/
ul.price-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
ul.price-list li {
  font-size: 1.15em;
  font-weight: 600;
  color: #222;
  padding: 0.5em 0 0.5em 2.0em;
  background: url("/materials/176507393943201.png") center left no-repeat;
  background-size: 1.5em;
  border-bottom: 2px dotted #d4af37;
}

/*--------------------------------------------------------------
リスト FAQ
---------------------------------------------------------------*/
ul.faq {
  padding: 0;
}
ul.faq li.qus ,
ul.faq li.ans {
  display: block;
  font-size: 100%;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 3em;
}
ul.faq li.qus{
  color: #222;
  font-weight:bold;
  font-size:120%;
  border-bottom:1px dotted #666;
  padding-bottom: 0.5em;
}
ul.faq li.qus::before ,
ul.faq li.ans::before {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  height: 32px;
  line-height: 32px;
  margin: 0 1em 0 -3em;
  text-align: center;
  width: 32px;
}
ul.faq li.qus::before {
  background-color: #d4af37;
  content: "Q";
  line-height: 25px;
  vertical-align: 2px;
}
ul.faq li.ans::before {
  background-color: #555;
  content: "A";
}

/*--------------------------------------------------------------
リスト ps pp
---------------------------------------------------------------*/
ul.ps, ul.notes, ol.pp {
  font-size: 87%;
}

/*--------------------------------------------------------------
テーブル　normalTbl
---------------------------------------------------------------*/
.article table.normalTbl th {
  border-bottom: 1px solid #d4af37;
}

/*--------------------------------------------------------------
テーブル　料金表
---------------------------------------------------------------*/
.article table.priceTbl {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
  margin: 30px 0;
}
.article table.priceTbl th {
  width: 70%;
  color: #222;
  font-weight: 500;
  text-align: left;
  background: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
}
.article table.priceTbl td {
  width: 30%;
  text-align: center;
  background: #f9f8f6;
  border: none;
  border-bottom: 1px solid #ccc;
}

/*--------------------------------------------------------------
ご予約方法　コメント
---------------------------------------------------------------*/
.method .comment {
  width: 90%;
  color: #fff;
  background: #d4af37;
  border-radius: 50vh;
  margin: auto;
}

/*--------------------------------------------------------------
お問い合わせ方法アイコン
---------------------------------------------------------------*/
.article.contact-method {
  padding-top: 0;
}
.article.contact-method .article_body {
  display: flex;
}
.article.contact-method .image {
  width: 120px;
  float: none;
  margin-right: 20px;
}
.article.contact-method .image img {
  width: 100px;
}
.article.contact-method div.contact-method-body {
  width: calc(100% - 140px);
}
.article.contact-method p {
  margin-bottom: 0;
}
.article.contact-method .tel-link {
  font-size: 28px;
}

@media only screen and (max-width: 1280px) {
  #mainTopics_body {
    width: 100%;
    max-width: 1200px;
  }
}

@media only screen and (max-width: 600px) {
  /*title*/
  #title, #title_outer, #title_body {
    height: 17vw;
  }
  #title #title_outer {
    background: none;
  }
  #title_outer h1 {
    width: 25vw;
    height: 14vw;
    top: 2.5vw;
    left: 0;
    padding-left: 2%;
  }
  /*toggle*/
  #toggle {
    width: 9vw;
    height: 9vw;
    top: 3vw;
    right: 3vw;
    background: #222 url("/materials/176524390764001.png") center no-repeat;
    background-size: cover;
  }
  .active #toggle {
    background: #222 url("/materials/176524389908101.png") center no-repeat;
    background-size: cover;
  }
  /*mainTopics*/
  #mainTopics {
    margin-top: -40px;
  }
  /*topMenu*/
  #topMenu .topMenu li {
    border-top: 1px solid #777;
  }
  #topMenu .topMenu li a {
    font-size: 15px;
    padding-left: 5%;
  }
  /*topics*/
  #mainTopics .topics li .more {
    margin: 15px 0 5px 0;
  }
  /*見出し*/
  #mainTopics h2 {
    margin-bottom: 1.0em;
    padding-top: 0;
  }
  #mainArticles h2, #listTopics h2 {
    font-size: 1.7em;
  }
  .mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2 {
    font-size: 1.4em;
  }
  /*ご予約方法*/
  .gallery.method .gallery_grid3 li.galleryGrid {
    width: 100% !important;
  }
  .gallery.method .gallery_grid3 li.galleryGrid .galleryGrid_outer {
    width: 84%;
    margin: auto;
  }
  /*footer*/
  .footer ul.topMenu, .footer ul.services {
    background: #d4af37;
    padding-bottom: 25px;
  }
  .footer ul.topMenu:before, .footer ul.services:before {
    background-color: #d4af37;
  }
  .footer ul.topMenu li, .footer ul.services li {
    border-bottom: 1px dotted #222;
    padding: 0;
    margin: 0 4%;
  }
  .footer ul.topMenu li a, .footer ul.services li a {
    color: #222;
  }
  .footer ul.topMenu li a:hover, .footer ul.topMenu li a:active,
  .footer ul.services li a:hover, .footer ul.services li a:active {
    color: #fff;
  }
  .footer .copyright {
    padding-top: 24px;
  }
  /*文字装飾*/
  .leadText {
    font-size: 1.4em;
  }
  .message {
    font-size: 1.3em;
  }
  /*normalTbl*/
  .article table.normalTbl th {
    background: #d4af37;
  }
  /*お問い合わせ方法*/
  .article.contact-method .article_body {
    display: block;
  }
  .article.contact-method .image {
    margin: 0 auto;
  }
  .article.contact-method div.contact-method-body {
    width: 100%;
  }
  /*contactTable*/
  table.contactTable th {
    background: #d4af37;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #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: #222;
    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;
  }
}

/*-------------
バッジ非表示
---------------*/
.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 {
  background: #ccc;
    min-height: 40px;
}
