@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; }
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: #6a7e53;
  font-weight: 500;
}
.article a {
  text-decoration: none;
}
a:hover {
  color: #ff9900;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
}
a.btn {
  color: #fff;
  background: #79895b;
}
a.btn:hover {
  color: #fff;
  background: #999;
}
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 p {
  margin-bottom: 1em;
}
.article p strong {
  font-weight: 500;
}

/*--------------------------------------------------------------
table
---------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
normalTbl
---------------------------------------------------------------*/
.article table.normalTbl {
  font-size: 1.0em;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.article table.normalTbl th, .article table.normalTbl td {
  padding: 16px;
  border: none;
  border-bottom: 1px solid #ddd;
}
.article table.normalTbl th {
  border-right: none;
  background: #f7f9f3;
  text-align: center;
}

/*--------------------------------------------------------------
リスト
---------------------------------------------------------------*/
ul.maru {
  font-size: 1.0em;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  background: #6a7e53;
}
#mainTopics h2, .article h3, .gallery h3, .freeHtml h3 {
  font-weight: 500;
}
.article h4 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  background: #6a7e53;
  border: none;
  margin-bottom: 1.0em;
  padding: 16px;
}
.article h4:before {
  display: none;
}
.article h5 {
  border-left: 4px solid #6a7e53;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
  position: relative;
}
#title_outer h1 {
  width: 300px;
  height: 60px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/176273470407301.png") center left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  background: url("/materials/176273469687101.png") right center no-repeat;
  background-size: 300px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
ul.topics li p.date {
  background: #8b9a7b;
}
#topMenu .topMenu li a {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
#topMenu .topMenu li a:hover {
  background: #6a7e53;
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
#mainTopics {
  background: #f7f9f3;
}
ul.topics li {
  background: #fff;
}
ul.topics li h3 a {
  color: #6a7e53;
}
ul.topics li h3 a:hover {
  color: #ff9900;
}
#mainTopics .listview a, ul.topics li p.more a {
  background: #c5c39a;
}
#mainTopics .listview a:hover, ul.topics li p.more a:hover {
  background: #6a7e53;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: #f7f9f3;
}
#footer_body {
  padding-bottom: 120px;
}
#footer_body .copyright {
  font-size: 14px;
  font-weight: 300;
  background: #6a7e53;
}
.footer a:hover, .footer p a:hover {
  color: #6bdaed;
}
#footer_body .topMenu li a, #footer_body .services li a {
  color: #222;
  font-weight: normal;
  background: #f7f9f3;
  border-bottom: 1px solid #c6d6ab;
}
#footer_body .topMenu li a:before, #footer_body .services li a:before {
  color: inherit;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  color: #ff9900;
  background: #f7f9f3;
  border-bottom: 1px dotted #ff9900;
}

/*-------------------------------------------------------
sideContents
-------------------------------------------------------*/
.sideContents ul li a, .sideContents dt a {
  color: #222;
}
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  background: #6a7e53;
}
.sideContents ul li a:hover, .sideContents dt a:hover {
  background: #6a7e53;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.full.contact-block {
  text-align: center;
  background: url("/materials/176364768634501.jpg") no-repeat center bottom;
  background-size: 100%;
  margin-top: 50px;
  margin-bottom: 0;
}
.article.full.contact-block .article_body {
  margin: 50px auto;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
.article.full.contact-block h3 {
  margin-top: 0;
  padding-bottom: 0;
}
.article.full.contact-block p {
  font-size: 1.1em;
  text-align: center;
}
.article.full.contact-block p.contact-lead {
  font-size: 1.15em;
  font-weight: 700;
}
.article.full.contact-block a.tel-link {
  font-size: 2.4em;
  color: #6a7e53;
  line-height: 1.2;
}
.article.full.contact-block a.tel-link:hover {
  color: #ff9900;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #6a7e53;
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: 70%;
  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: #c6d6ab;
}

/*-------------------------------------------------------
freeHtml　会社概要
-------------------------------------------------------*/
.freeHtml {
  margin-top: 0;
}
#sideCompany {
  width: 100vw;
  background: #fff;
  margin: 0 calc(50% - 50vw) 50px;
  padding: 0;
}
#sideCompany .sideCompany_inner {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 4%;
}
#sideCompany h2.logomark {
  width: 300px;
  height: 60px;
  background: url("/materials/176273470407301.png") no-repeat;
  margin: 0 auto 35px;
  padding: 0;
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany table {
  width: 100%;
  margin: 0 auto;
  font-size: 0.9em;
}
#sideCompany th {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  min-height: 3.0em;
  font-size: 1.0em;
  color: #222;
  font-weight: 500;
  line-height: 1.25;
  margin-right: 1%;
  margin-bottom: 1.0em;
  border-top: none;
  border-bottom: 1px solid #999;
}
#sideCompany td {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  min-height: 3.0em;
  font-size: 1.0em;
  color: #222;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 1.0em;
  border: none;
  border-bottom: 1px solid #ccc;
}
#sideCompany a.link-btn {
  font-size: 1.0em;
  color: #fff;
  font-weight: 400;
  background: #6a7e53;
  width: 80%;
  max-width: 450px;
  margin: 30px auto 0 auto;
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: #a6b68b;
  border: 1px solid #fff;
}
#sideCompany a.link-btn span::after {
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-size:1.0em;
  color: inherit;
  font-weight: bold;
  margin-left: 6px;
}
#sideCompany a.tel-link {
  font-size: 1.25em;
}

/*--------------------------------------------------------------
GoogleMap
---------------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 30px;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
文字装飾
---------------------------------------------------------------*/
.leadText {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.6;
  color: #774e30;
}

/*--------------------------------------------------------------
リスト
---------------------------------------------------------------*/
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;
  margin-bottom: 1.0em;
  padding: 15px 15px 15px 50px;
  background: #f4f2ed;
}
ul.check-plus li:before {
  top: 0.5em;
  width: 0.85em;
  border-left: 4px solid #ff3300;
  border-bottom: 4px solid #ff9900;
  top: 20px;
  left: 18px;
}

/*--------------------------------------------------------------
サイト案内
---------------------------------------------------------------*/
.guideBtn ul.galleryGrids li.galleryGrid .galleryGrid_outer {
  margin:0 4px 10px;
  background: #d5dbcd;
}
.guideBtn ul.galleryGrids li.galleryGrid .image {
  padding:8px 4px 0;
}
.guideBtn ul.galleryGrids li.galleryGrid .image img {
  max-width:100%;
}
.guideBtn ul.galleryGrids li.galleryGrid .image {
  position: relative;
}
.guideBtn ul.galleryGrids li.galleryGrid .image::before {
  content: "";
  display: block;
  width: 40px;
  height: 36px;
  background: #d5dbcd;
  border-radius: 10px 0 0 0;
  position: absolute;
  right: 4px;
  bottom: 0;
  pointer-events: none;
}
.guideBtn ul.galleryGrids li.galleryGrid .image::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: bold;
  color: #222;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  right: 8px;
  pointer-events: none;
}
.guideBtn ul.galleryGrids li.galleryGrid .comment {
  color:#222;
  text-align: center;
}

/*--------------------------------------------------------------
料金テーブル
---------------------------------------------------------------*/
.article table.priceTbl {
  width: 100%;
  font-size: 1.0em;
  line-height: 1.5;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.article table.priceTbl th, .article table.priceTbl td {
  padding: 16px;
  border: none;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.article table.priceTbl th {
  border-right: none;
  background: #f7f9f3;
}
.article table.priceTbl tr:last-child th, .article table.priceTbl tr:last-child td {
  border-bottom: none;
}

/*--------------------------------------------------------------
特徴テーブル
---------------------------------------------------------------*/
.article table.featureTbl {
  width: 100%;
  line-height: 1.6;
  border: none;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.article table.featureTbl th, .article table.featureTbl td {
  padding: 16px;
  border: none;
}
.article table.featureTbl th {
  display:flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  font-size: 1.1em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #c6d6ab;
  border-radius: 50vh;
  margin-bottom: 10px;
}
.article table.featureTbl td {
  font-size: 1.1em;
  font-weight: 500;
}

/*--------------------------------------------------------------
ご利用の流れテーブル
---------------------------------------------------------------*/
.article table.flowTbl {
  width: 100%;
  line-height: 1.6;
  border: none;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.article table.flowTbl th, .article table.flowTbl td {
  padding: 16px;
  border: none;
  background: none;
  vertical-align: top;
}
.article table.flowTbl th span {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 2.0em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #6a7e53;
  border-radius: 50vh;
  margin-bottom: 10px;
  position: relative;
}
.article table.flowTbl th span::after {
  content: "";
  display:block;
  width: 1px;
  height:100%;
  border-left: 4px dotted #6a7e53;
  position: absolute;
  top: 64px;
  left: 28px;
}
.article table.flowTbl td {
  font-size: 1.1em;
  font-weight: 500;
  position: relative;
}
.article table.flowTbl td h5 {
  margin: 10px 0;
  padding-left: 0;
  border: none;
}

/*--------------------------------------------------------------
塾生のご紹介
---------------------------------------------------------------*/
.article.profile h3 {
  font-size: 1.3em;
  text-align: left;
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid #6a7e53;
}
.article.profile h3:after {
  display: none;
}
.article.profile .image {
  width: 280px;
  height: auto;
}

/*--------------------------------------------------------------
お問い合わせ方法
---------------------------------------------------------------*/
.article.contact-method .image {
  width: 140px;
  margin-bottom: 0;
}

/*======================================================
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: #6a7e53;
  }
  /*title*/
  #title h1 {
    width: 50vw;
    min-width: 200px;
    height: 10vw;
    min-height: 40px;
    padding-left: 0;
  }
  #title #title_outer {
    height: 15vw;
    min-height: 56px;
    background: none;
  }
  /*余白調整*/
  .article.full.contact-block {
    margin-top: 0;
  }
  #footer_body {
    padding-bottom: 0;
  }
  /*お問い合わせセクション*/
  .article.full.contact-block {
    background-size: cover;
  }
  a.btn-mailform {
    width: 100%;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.6em;
  }
  /*特徴テーブル*/
  .article table.featureTbl th {
    width: 80px;
    height: 80px;
  }
  /*normalTbl*/
  .article table.normalTbl th, .article table.normalTbl td {
    padding: 10px;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #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: #374231;
    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 table.priceTbl th, .article table.priceTbl td {
    display: block;
    width: 100%;
  }
  .article table.priceTbl tr:last-child th {
    border-bottom: 1px solid #ddd;
  }
}


/*-------------------------------------------------------
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;
}
