@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");

/*--------------------------------------------------------------
レスポンシブ02 イエロー 1カラム
---------------------------------------------------------------*/

body {
  font-size:18px;
  color: #222;
  line-height: 2.0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 15px; }
}

.article.zero_margin, .gallery.zero_margin {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
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 table.normalTbl {
  font-size: 1.0em;
}

/*--------------------------------------------------------------
table
---------------------------------------------------------------*/
.article table p {
    margin: 0;
}
.article table:not(.contactTable) {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 10px auto;
    width: 100%;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}
.article table:not(.contactTable) th {
    background-color: #f7f7f7;
    text-align: center;
}

/*--------------------------------------------------------------
guideTbl
---------------------------------------------------------------*/
.article table.officeTbl {
  font-size: 1.0em;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.article table.officeTbl th, .article table.officeTbl td {
  padding: 16px;
  border: none;
  border-bottom: 1px solid #ddd;
}
.article table.officeTbl th {
  width: 20%;
  border-right: none;
  background: #d5eff6;
  text-align: center;
}

/*--------------------------------------------------------------
guideTbl
---------------------------------------------------------------*/
.article table.guideTbl {
  font-size: 1.0em;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.article table.guideTbl th, .article table.guideTbl td {
  padding: 16px;
  border: none;
  border-bottom: 1px solid #ddd;
}
.article table.guideTbl th {
  width: 20%;
  color: #fff;
  border-right: none;
  background: #55c10d;
  text-align: center;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
  position: relative;
}
#title_outer h1 {
  width: 300px;
  height: 100px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/176371983651601.png") center left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  height: 130px;
  background: url("/materials/176371984375701.png") right center no-repeat;
  background-size: 350px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu .topMenu li a {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
#topMenu .topMenu li a:hover {
  background: #fbb816;
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
ul.topics li p.date {
  background: #08beeb;
}
ul.topics li h3 a {
  color: #ff6600;
}
ul.topics li h3 a:hover {
  color: #ffcc00;
}
#mainTopics .listview a, ul.topics li p.more a {
  background: #ff9900;
}
#mainTopics .listview a:hover, ul.topics li p.more a:hover {
  background: #ffcc00;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  font-weight: 700;
}
#mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
  font-size: 1.7em;
  font-weight: 500;
}
.article h4 {
  color: #ff6600;
  font-size: 1.6em;
  font-weight: 700;
  background: none;
  border: none;
  margin-bottom: 1.0em;
  padding: 0 0 0.3em 0;
  border-bottom: 4px dotted #ffcc00;
}
.article h4:before {
  display: none;
}

/*--------------------------------------------------------------
文字装飾
---------------------------------------------------------------*/
.leadText {
  font-size: 110%;
  font-weight: 700;
  color: #55c10d;
  line-height: 1.6;
}
.answerText {
  font-size:140%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  background: #39b54a;
  padding: 0.7em;
}

/*--------------------------------------------------------------
SNS
---------------------------------------------------------------*/
.gallery.sns-link .image {
  width: 160px;
  margin: auto;
}

/*--------------------------------------------------------------
リスト
---------------------------------------------------------------*/
ul.check-plus {
  padding: 1.2em 1.5em 1.2em 0.5em;
  position: relative;
}
ul.check-plus li {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.0em;
  padding: 15px 25px 15px 50px;
  text-indent: -31px;
  background: #f4f2ed;
}
ul.check-plus li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-size: 21px;
  color: #ff9900;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: -1px;
}
ul.check-plus::after {
  display:block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 50px;
  color: #ff9900;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.contact-block {
  text-align: center;
  background: url("/materials/176380494985301.png") no-repeat center bottom;
  background-size: 100%;
  margin-top: 50px;
  margin-bottom: 0;
}
.article.contact-block h4 {
  display: block;
  width: 400px;
  height: 132px;
  background: url("/materials/176371983651601.png") center left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0 auto 30px;
  border: none;
}
.article.contact-block p {
  font-size: 1.1em;
  text-align: center;
}
.article.contact-block a.tel-link {
  font-size: 2.5em;
  color: #ff9900;
  line-height: 1.2;
  margin-bottom: 0;
}
.article.contact-block a.tel-link:hover {
  color: #ff3300;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #55c10d;
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: 50%;
  margin: 0 auto 20px;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:#fff;
  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:#fff;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color: #fff;
  background: #ffcc00;
}

/*--------------------------------------------------------------
サイト案内
---------------------------------------------------------------*/
.guideBtn ul.galleryGrids li.galleryGrid .galleryGrid_outer {
  margin:0 4px 10px;
  background: #fcee21;
  border-radius: 8px;
}
.guideBtn ul.galleryGrids li.galleryGrid .image {
  padding:8px 4px 0;
}
.guideBtn ul.galleryGrids li.galleryGrid .comment {
  font-size: 1.0em;
  color: #222;
  line-height: 1.4;
  display: flex;
  width: 100%;
  height: 3.0em;
  padding: 0 2em 0 0.5em;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.guideBtn ul.galleryGrids li.galleryGrid .comment::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: bold;
  color: #222;
  line-height: 1.2;
  position: absolute;
  right: 15px;
  pointer-events: none;
  transform: translateY(2px);
}
.guideBtn ul.galleryGrids li.galleryGrid .image a {
  display: inline-block;
  background-color: #fff;
}
.guideBtn ul.galleryGrids li.galleryGrid .image a:hover {
  opacity: unset;
}
.guideBtn ul.galleryGrids li.galleryGrid .image a:hover img {
  opacity: 0.75;
}

/*--------------------------------------------------------------
こんな方におすすめ
---------------------------------------------------------------*/
ul.recommend {
  margin: 15px 0;
  padding: 0;
}
ul.recommend li {
  margin-bottom: 1.0em;
  padding: 20px 25px 20px 70px;
  background: #ffffcc;
  position: relative;
}
ul.recommend li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-size: 40px;
  color: #ff9900;
  font-weight: bold;
  line-height: 1.0;
  margin-right: 10px;
  vertical-align: -2px;
  position: absolute;
  top: calc(50% - 20px);
  left: 20px;
}
.article ul.recommend h4 {
  font-size: 1.2em;
  color: #ff6600;
  font-weight: 500;
  background: none;
  padding: 0;
  margin: 0 0 5px 0;
}
.article ul.recommend li p {
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
お問い合わせ方法
---------------------------------------------------------------*/
.article.contact-method .image {
  width: 140px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
汎用ボタン
---------------------------------------------------------------*/
a.btn {
  width: 80%;
  max-width: 480px;
  color: #FFF;
  display: block;
  background: linear-gradient(to bottom, #fcc800 0% , #f8b500 100%);
  border-bottom: none;
  margin: 1.5em auto;
  padding: 1em;
  font-weight: 500;
  overflow: hidden;
  position: relative;
}
a.btn:hover {
  background: linear-gradient(to bottom, #f8b500 0% , #fcc800 100%);
  color: #FFF;
  text-decoration: none;
//  top: 1px;
}
a.btn:after {
    color: #FFF;
}

/*======================================================
768px
======================================================*/
@media only screen and (max-width: 768px) {
  #title #title_outer {
    background-size: 240px;
  }
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*toggle*/
  #toggle {
    background-color: #ff9900;
  }
  /*title*/
  #title h1 {
    width: 40vw;
    height: 13.2vw;
    padding-left: 0;
  }
  #title #title_outer {
    height: 18vw;
    background: none;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.6em;
    padding: 3vw 4%;
  }
  /*お問い合わせセクション*/
  .article.contact-block {
    background-size: 155vw;
    background-position: left -10vw bottom;
  }
  .article.contact-block h4 {
    width: 60vw;
    height: 20vw;
  }
  /*お問い合わせメールフォームボタン*/
  a.btn-mailform {
    width: 100%;
  }
  /*事務局連絡先テーブル*/
  .article table.officeTbl th, .article table.officeTbl td {
    display: block;
    width: 100%;
    padding: 8px 16px;
    border-bottom: none;
  }
  /*ご利用案内テーブル*/
  .article table.guideTbl th, .article table.guideTbl td {
    display: block;
    width: 100%;
    padding: 8px 16px;
    border-bottom: none;
  }
  /*お問い合わせ方法*/
  .article.contact-method h5 {
    margin-top: 0;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #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: #ff6600;
    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) {
  .guideBtn ul.galleryGrids li.galleryGrid .comment {
    font-size: 0.8em;
    height: 4.5em;
    padding-right: 2.5em;
  }
  .guideBtn ul.galleryGrids li.galleryGrid .comment::after {
    font-size: 18px;
  }
}

/*-------------------------------------------------------
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;
}
