@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&family=Noto+Serif+JP:wght@600&display=swap");
@import url("//use.fontawesome.com/releases/v5.6.1/css/all.css");

/*--------------------------------------------------------------
レスポンシブ01 ブラック 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: #0c2e53;
}
@media only screen and (max-width: 1200px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 15px; }
}
@media only screen and (max-width: 450px) {
  body { font-size: 14px; }
}

/*--------------------------------------------------------------
変数・カラー定義
---------------------------------------------------------------*/
:root {
  --color-main: #0c2e53;
  --color-dark: #1a2226;
  --color-sub: #fcc62b;
  --color-orange: #fd7a02;
  --color-link: #fd7a02;
  --color-hover: #dd6e12;
  --btn-color: #fd7a02;
  --btn-hover: #dd6e12;
}

/*-------------------------------------------------------
背景色
-------------------------------------------------------*/
#wrap {
  background-color: var(--color-main);
}

/*-------------------------------------------------------
レイアウト
-------------------------------------------------------*/
#mainContents, #mainArticles {
  margin-bottom: 0;
}
#sideContents {
  margin-top: 0;
}
/*article fullwidth*/
.article.full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/*description*/
#title .description {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/*gallery*/
ul.galleryGrids {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
/*normalTbl*/
.article table.normalTbl th, table.contactTable th, table.companyTable th {
  background: none;
}
/*ブログ見出しリンク*/
.article h3 a {
  color: #fff;
}
.article h3 a:hover {
  color: var(--color-orange);
}
/*col2 narrow*/
.mainArticles .article.col2.narrow {
  width: 600px;
}
.mainArticles .article.col2.narrow.narrow-left {
  margin-left: calc(50% - 600px);
}
/*お問い合わせフォーム*/
table.contactTable {
  border: none;
}
table.contactTable input.button {
  background-color: var(--color-orange);
  border: 1px solid var(--color-orange);
}
table.contactTable th, table.companyTable th {
  border-bottom: 1px solid var(--color-orange);
}
table.contactTable input[type="text"], table.contactTable input[type="password"], table.contactTable textarea.textField {
  background-color: var(--color-dark);
}
@media only screen and (max-width: 1200px) {
  .mainArticles .article.col2.narrow {
    width: 50%;
  }
  .mainArticles .article.col2.narrow.narrow-left {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .mainArticles .article.col2.narrow {
    width: 100%;
  }
}

#topMenu, #mainImage, #sideContents {
  background-color: var(--color-dark);
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: var(--color-link);
  font-weight: 500;
}
a:hover {
  color: var(--color-hover);
  font-weight: inherit;
}
a.btn {
  color: #fff;
  font-weight: 500;
  background: var(--btn-color);
}
a.btn:hover {
  color:#fff;
  font-weight: inherit;
  background: var(--btn-hover);
}
a.tel-link {
  font-size: 1.05em;
  font-weight: 600;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*--------------------------------------------------------------
段落
---------------------------------------------------------------*/
.article p {
  line-height: 2.0;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
汎用文字装飾
---------------------------------------------------------------*/
.leadCopy, p.leadCopy {
  font-size: 1.15em;
  font-weight: 600;
  line-height: 1.6;
  color: var(--color-sub);
}
.leadCopy-serif {
  font-size: 1.3em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.6 !important;
  margin: 1.5em 0 0 0
}

/*--------------------------------------------------------------
normalTbl
---------------------------------------------------------------*/
.article table.normalTbl th {
/*background: var(--color-dark);*/
  border-bottom: 1px solid var(--color-orange);
}
.article table.normalTbl td {
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
normalTbl + price
---------------------------------------------------------------*/
.article table.normalTbl.price th {
  border-bottom: 1px solid var(--color-sub);
}
.article table.normalTbl.price td {
  border-bottom: 1px solid #666;
}
.article table.normalTbl.price td strong {
  font-size: 120%;
}


/*--------------------------------------------------------------
normalTbl + option price
---------------------------------------------------------------*/
.article table.normalTbl td.subsc {
    /*background: #0c688c;*/
    text-align: center;
}
.article table.normalTbl td.general {
    /*background: #8e6900;*/
    text-align: center;
}
td.optionprice {
    text-align: center;
    font-weight: 600;
}
/*--------------------------------------------------------------
汎用リスト
---------------------------------------------------------------*/
ul.maru-plus {
  font-size: 1.05em;
}
ul.maru-plus li {
  margin-bottom: 0.3em;
}
ul.maru-plus li:before {
  content: "●";
  color: var(--color-light);
  padding-right: 0.1em;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  font-size: 2.3em;
  background: url("/materials/178332367402101.png") no-repeat;
  background-position: top center;
  background-size: 64px;
  padding: 55px 2% 0 2%;
  margin-top: 10px;
}
.mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2 {
  font-size: 1.8em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.mainContents .article h3:after, .mainContents div.gallery h3:after, #mainServices h2:after, #mainTopics h2:after, #mainArticles div[id^="blog"] h2:after {
  background-color: var(--color-sub);
  left: 47%;
  width: 6%;
  height: 3px;
}
.article h4, #mainBlogComments h2, #mainBlogCommentForm h2 {
  font-size: 1.5em;
  border-bottom: 1px solid #fff;
}
.article h4:after, #mainBlogComments h2:after, #mainBlogCommentForm h2:after {
  height: 1px;
  background-color: var(--color-sub);
  bottom: -1px;
}
.article h5:before {
  border-color: var(--color-sub);
}
.article h6 {
  background: var(--color-dark);
}
.article h6:before {
  color: var(--color-sub);
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_body {
  display:flex;
  height: 75px;
  align-items: center;
}
#title {
  display: flex;
  width: 100%;
  height: auto;
  padding: 15px 0; 
}
#title h1 {
  display: block;
  width: 300px;
  height: 29px;
  margin: 0 0 0 0;
  float: none;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/178288101566401.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  height: 75px;
  background: url("/materials/178288172497301.png") right center no-repeat;
  background-size: 280px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu {
  background-color: var(--color-dark);
}
#topMenu_outer .topMenu li a {
  font-size: 0.9em;
  font-weight: 400;
}
#topMenu_outer .topMenu li a:hover {
  color: #fff;
  background: #000;
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
ul.topics li h3 a {
  color: var(--color-link);
}
ul.topics li p.date {
  background: var(--color-main);
}
.mainTopics .topics li .more a {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.mainTopics .topics li .more a:hover {
  color: #fff;
  background-color: none;
  border: 1px solid #fff;
}
#mainTopics .listview, .mainTopics .topics li {
  border-bottom: 1px solid #666;
}
.mainTopics .topics li .more {
  margin-bottom: 12px;
}
.mainTopics .topics {
  border-bottom: none;
}
#mainTopics .listview {
  border-bottom: 1px solid #666;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: var(--color-main);
  padding-bottom: 20px;
}
.footer li {
  font-size: 0.9em;
}
#footer_body .copyright {
  font-size: 0.9em;
  background: var(--color-main);
  padding-top: 50px;
}
.footer a:hover, .footer p a:hover {
  color: var(--color-sub);
}

/*--------------------------------------------------------------
サイト案内
---------------------------------------------------------------*/
.gallery.guideBtn .gallery_grid3 li.galleryGrid {
  width: calc(100% / 3);
  margin: 0 0 15px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .galleryGrid_outer {
  background: var(--color-dark);
  margin: 0 2% 15px 2%;
  padding: 0 5px;
  border-radius: 6px;
  overflow: hidden;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image {
  max-width: 96%;
  margin: 12px auto 0 auto;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image a {
  display: block;
  padding-bottom: 30px;
}
.gallery.guideBtn ul.galleryGrids .comment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 30px);
  height: 60px;
  border-radius: 4px;
  position: absolute;
  left: 15px;
  bottom: 10px;
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
  padding: 0 8px;
  pointer-events: none;
}
.gallery.guideBtn ul.galleryGrids .comment::after {
  font-size:1.0em;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: var(--color-dark);
  font-weight: bold;
  margin-top: 2px;
  margin-left: 6px;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.full.contact-block {
  text-align: center;
  background: url("/materials/178296912027101.jpg") center bottom no-repeat;
  background-size: cover;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
.article.full.contact-block::after {
  content: "";
  display:block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.article.full.contact-block .article_body {
  width: 50%;
  background: rgba(255, 255, 255, 0.6);
  margin: 45px auto;
  padding: 0 0 5px 0;
  position: relative;
  z-index: 2;
}
.article.full.contact-block h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1.0em;
  padding: 0.7em 0.5em 1.2em;
  background: rgba(0, 0, 0, 0.8);
}
.article.full.contact-block h3::after {
  background-color: var(--color-orange);
  bottom: 24px;
}
.article.full.contact-block h4 {
  font-size: 1.2em;
  font-weight: 700;
  color: #222;
  border: none;
  background: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.article.full.contact-block h4:after {
  display: none;
}
.article.full.contact-block p {
  color: #000;
  line-height: 1.7;
}
.article.full.contact-block p.tel-num {
  margin-bottom: 0;
}
.article.full.contact-block a.tel-link {
  font-size: 2.8em;
  font-weight: 900;
  color: var(--color-main);
}
.article.full.contact-block a.tel-link::before {
  font-size: 80%;
  display: inline-block;
  transform: rotate(-25deg)  translateY(-4px);
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: var(--btn-color);
  text-align: center;
  display: flow-root;
  border: 2px solid var(--btn-color);
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: 90%;
  margin: 0 auto;
}
a.btn-mailform::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-size: 140%;
  color: inherit;
  font-weight: bold;
  line-height: 1.0;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-2px);
}
a.btn-mailform::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: inherit;
  font-weight: bold;
  margin-left: 10px;
}
a.btn-mailform:hover {
  color: #fff;
  background: var(--btn-hover);
  border: 2px solid var(--btn-hover);
}

/*--------------------------------------------------------------
GoogleMap
---------------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  /*padding-bottom: 75%;*/ /*4:3*/
  padding-bottom: 56.25%; /*16:9*/
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
FAQ
---------------------------------------------------------------*/
ul.faq {
  display: flow-root;
  margin: 30px 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: var(--color-orange);
}
ul.faq li.ans::before {
  background: #666;
}
/* 文字ベース */
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);
}

/*--------------------------------------------------------------
3つのこだわり
---------------------------------------------------------------*/
.article.commitment h4 span {
  font-size: 60%;
  font-weight: 400;
  display: inline-block;
  margin-left: 1em;
  opacity: 0.5;
}
.article.commitment {
  position: relative;
}
.article.commitment::before {
  font-size: 10em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0.05;
  position: absolute;
  left: calc(50% - 600px);
  bottom: 0;
}
.article.commitment.cmm01::before {
  content: "01";
}
.article.commitment.cmm02::before {
  content: "02";
}
.article.commitment.cmm03::before {
  content: "03";
}

/*--------------------------------------------------------------
お問い合わせページ
---------------------------------------------------------------*/
.article.reserve p {
  margin-bottom: 0.5em;
}
.reserve-url {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0;
}
.reserve-tel {
  font-size: 1.4em;
  margin: 0;
}
.mainArticles .article.col2.reserve .article_body .image {
  width: 80px;
  margin-right: 20px;
}
.mainArticles .article.col2.reserve h4 {
  padding-top: 0.5em;
}

/*======================================================
1200px
======================================================*/
@media only screen and (max-width: 1200px) {
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 2.1em;
  }
  /*3つのこだわり*/
  .article.commitment::before {
    left: 14px;
  }
  .article.full.contact-block .article_body {
    width: 100%;
    max-width: 600px;
  }
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*title*/
  #title {
    width: 100%;
    padding: 0;
  }
  #title #title_outer {
    height: 65px;
    background: none;
  }
  #title #title_body {
    height: 65px;
  }
  #title h1 {
    width: 60%;
    max-width: 280px;
    height: 27px;
    padding: 0;
    margin-left: 4%;
  }
  /*toggle*/
  #toggle, .active #toggle {
    background-color: transparent;
  }
  /*3つのこだわり*/
  .article.commitment::before {
    left: unset;
    right: 14px;
  }
  /*サイト案内*/
  .gallery.guideBtn ul.galleryGrids {
    width: 92%;
    padding: 0 0 24px;
    margin: 0 auto;
  }
  .gallery.guideBtn .gallery_grid3 li.galleryGrid {
    width: 50% !important;
    margin: 0 !important;
  }
  /*ご予約方法*/
  .mainArticles .article.col2.reserve .article_body .image {
    float: left;
  }
   /*オプションメニュー*/
  td.general {
    max-width: 50%;
    float: left;
}
td.optionprice {
    max-width: 50%;
    float: right;
}
td.subsc {
    max-width: 50%;
    float: left;
}
  
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #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-dark);
    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) {
  .article.full.contact-block a.tel-link {
    font-size: 2.2em;
  }
  a.btn-mailform {
    font-size: 1.0em;
    padding: 10px 8px;
  }
  a.btn-mailform::before {
    margin-right: 4px;
  }
  a.btn-mailform::after {
    margin-left: 4px;
  }
}

/*===================================================================
335px以下
===================================================================*/
@media only screen and (max-width: 335px) {
  a.btn-mailform {
    font-size: 0.9em;
  }
}

/*-------------------------------------------------------
recaptcha バッジ非表示
-------------------------------------------------------*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #fff !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
}
.grecaptcha-badge { visibility: hidden; }

/*--------------------------------------------------------------
編集画面
---------------------------------------------------------------*/
.ams-build .freeHtml_body {
    min-height: 40px;
}
