@charset "UTF-8";
/* Scss Document */
/*"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", */
html {
  height: 100%;
  font-size: 62.5%;
  font-weight: 500;
}

body {
  margin: 0;
  min-height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.6em;
  line-height: 1.5em;
}

section {
  padding: 25px 0 50px 0;
}

@media (min-width: 1000px) {
  .container {
    max-width: 960px;
  }
}
.btn-primary {
  color: #fff;
  background-color: #BFF6C3;
  border-color: #BFF6C3;
}

.btn-primary:hover {
  background-color: #72BF78;
  border-color: #72BF78;
}

.btn-outline-primary {
  color: #BFF6C3;
  border-color: #BFF6C3;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #BFF6C3;
  border-color: #72BF78;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #BFF6C3;
  border-color: #72BF78;
}

.btn-outline-primary:focus {
  box-shadow: none;
}

.btn {
  font-size: 1.3rem;
}

.bg-01 {
  background-color: #72BF78;
}

.bg-gray {
  background-color: #f6f7f8;
}

.card {
  border-radius: 10px;
}

.card-img {
  border-radius: 10px;
}

.card-img-top {
  border-radius: 10px 10px 0 0;
}

/*.row-height {
    display: flex;
    flex-wrap: wrap;
}*/
.card-text {
  line-height: 1.5em;
  text-align: justify;
}

/* 文字を中央に揃える */
/*.txt_overlay_box {
	background-color: #2B2B2B;
	color: #fff;
}
.txt_overlay_box img {
	opacity: 0.7;
}*/
.card-img-overlay {
  padding: 0;
  top: calc(50% - 0.5rem);
  text-align: center;
  font-weight: bold;
}

.list-std {
  list-style-type: circle;
  padding-left: 1em;
  margin-bottom: 0;
}

/*==========================================ヘッダ=========================================*/
header {
  font-size: 70%;
  padding: 5px 0 0;
}

.main-logo {
  margin-bottom: 5px;
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: bold;
  color: #72BF78;
}

/*==========================================ナビ=========================================*/
.navbar {
  background-color: #E0FBE2;
}

.nav-item span {
  font-family: "Oswald", sans-serif;
  color: #BFF6C3;
}

@media (min-width: 992px) {
  .nav-item {
    border-left: #72BF78 1px dotted;
    padding: 0 0.5em;
    text-align: center;
    font-size: 85%;
  }
  .nav-item:last-child {
    border-right: #72BF78 1px dotted;
  }
}
@media (max-width: 991px) {
  .nav-item {
    border-left: none;
    border-bottom: #72BF78 1px dotted;
    padding: 0.5em 0;
    text-align: center;
    font-size: 85%;
  }
  .nav-item:last-child {
    border-right: none;
    border-bottom: none;
  }
}
/*==========================================カルーセル=========================================*/
.slider {
  width: 100%;
  margin: 0 auto 80px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.mypattern {
  width: 100%;
}

.mypattern .slick-slide {
  margin: 5px;
}

.mypattern .slick-slide:not(.slick-center) {
  -moz-filter: opacity(30%);
  -o-filter: opacity(30%);
  -ms-filter: opacity(30%);
  filter: opacity(30%);
  transition: 0.2s linear;
}

@media (max-width: 480px) {
  .mypattern .slick-slide:not(.slick-center) {
    -moz-filter: opacity(100%);
    -o-filter: opacity(100%);
    -ms-filter: opacity(100%);
    filter: opacity(100%);
    transition: 0.2s linear;
  }
}
/*slick setting*/
/*.carousel-inner {
}
.carousel-caption {
	background-color: #fff;
	opacity: 0.7;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: 50px;
}
.lead {
	font-size: 150%;
	padding: 0 5px;
	color: #333;
	opacity: 1;
}*/
.resp-table {
  margin-bottom: 20px;
  border: 3px solid #BFF6C3;
  border-radius: 10px;
  background-color: #fff;
}

/*==========================================問い合わせボタン==========================================*/
.contact-button {
  padding: 5px 10px;
  background-color: #72BF78;
  border-radius: 5px;
  color: #fff;
  font-size: 150%;
}

.contact-button:hover {
  background-color: #E0FBE2;
  color: #fff;
}

/*==========================================見出し==========================================*/
.posi {
  width: 100%;
  font-weight: 700;
  font-size: 160%;
  color: #72BF78;
  padding-bottom: 0.3em;
  border-bottom: #72BF78 dotted 3px;
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.4em;
}

.posi span, .nega span, h3 span {
  font-family: "Oswald", sans-serif;
  font-size: 80%;
  color: #E0FBE2;
}

.nega {
  width: 100%;
  font-weight: 700;
  font-size: 160%;
  color: #fff;
  padding-bottom: 0.3em;
  border-bottom: #fff dotted 3px;
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.8em;
}

h3 {
  font-weight: 700;
  font-size: 120%;
  color: #72BF78;
  padding-bottom: 0.3em;
}

.spec {
  text-align: left;
  line-height: 1.4em;
}

@media (max-width: 767px) {
  .spec {
    text-align: center;
  }
}
.fukidasi {
  color: #fff;
  background-image: url("../img/fukidasi.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 180px;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
}

.hr-h2 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 3px solid #72BF78;
  width: 6em;
  /*height: 5px;
  background-color: $deep_color;
  border-radius: 2.5px;*/
}

.card-title {
  color: #72BF78;
  line-height: 1.5em;
  font-size: 1.8rem;
  font-weight: bold;
}

a {
  color: #1B1B1B;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #454545;
  text-decoration: none;
  background-color: transparent;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
  }
}
/*ニュース==============================================================*/
#newsList {
  list-style: none;
}

#newsList li {
  padding: 0.5em 0;
  border-bottom: #BFF6C3 2px dotted;
}

.catName {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 11px;
  line-height: 100%;
  margin: 0 2px;
}

.newMark {
  display: inline-block;
  padding: 3px 5px;
  font-size: 10px;
  line-height: 100%;
  background: #080404;
  color: #fff;
}

.up_ymd {
  font-size: 80%;
}

.comment {
  display: block;
  padding: 3px 0;
  float: left;
  overflow: hidden;
  width: 500px; /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}

.thumbNailWrap {
  display: block;
  width: 110px;
  float: left;
  height: 80px;
  overflow: hidden;
}

.det-title {
  width: 100%;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  padding: 0.3em 0.5em;
  background-color: #72BF78;
}

#up_ymd {
  color: #808080;
  font-size: 80%;
  margin-bottom: 1.4em;
}

.detailText {
  text-align: justify;
  font-size: 15px;
  line-height: 1.4em;
}

.feat-box {
  position: relative;
  background-color: #333;
  border-radius: 10px 10px 0 0;
  min-height: 0%;
}

.feat-box-in {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(50% - 25px);
  text-align: center;
  font-weight: bold;
}

.feat-box img {
  opacity: 0.6;
  border-radius: 10px 10px 0 0;
  vertical-aling: bottom;
}

/*.osusume {
	list-style: none;
	font-size: 130%;
	font-weight: bold;
	line-height: 2.3em;
	text-align: left;
	color: #666;
}*/
.fa-check {
  color: #BFF6C3;
}

.rec-box {
  font-size: 110%;
  font-weight: bold;
  border: #BFF6C3 4px solid;
  border-radius: 5px;
  padding: 1em;
}

.bg-grid {
  background: url(../img/plaid.png) 0 0 repeat;
}

.out-border {
  border: 3px solid #E0FBE2;
  padding: 24px 24px 0 24px;
  margin: 0;
}

.teacher {
  padding: 15px 0;
  border: 1px #4E4E4E solid;
  border-radius: 5px;
  margin: 0 5px;
}

.p-t {
  position: relative;
  background: #efedeb;
  border-radius: 5px;
  padding: 30px;
  text-align: left;
  margin: 0 1em;
}

.p-t:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-right-color: #efedeb;
  border-width: 10px;
  margin-top: -10px;
}

.p-t-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 24px;
}

.p-t-txt {
  text-align: justify;
}

@media all and (max-width: 767px) {
  .p-t:after {
    top: -10px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-bottom-color: #efedeb;
    border-width: 10px;
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .chart {
    text-align: left;
  }
}
.chart {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  /*white-space: nowrap;*/
  display: flex;
  /*flex: 0 0 70%;*/
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.chart-table {
  min-width: 930px;
  margin-bottom: 20px;
  border: 3px solid #BFF6C3;
  border-radius: 10px;
  table-layout: fixed;
  background-color: #fff;
}

.chart-table2 {
  margin-bottom: 20px;
  border: 3px solid #BFF6C3;
  border-radius: 10px;
  table-layout: fixed;
  background-color: #fff;
}

.chart th {
  width: 336px;
}

.chart td:first-child {
  max-width: 100px;
  background-color: #E8E8E8;
  border-bottom: 1px solid #fff;
}

.chart th, .chart td {
  border: 1px solid #E0FBE2;
  padding: 8px 10px;
  line-height: 1.5em;
}

.chart-hl {
  text-align: center;
  font-size: 120%;
  color: #72BF78;
}

.price {
  text-align: center;
  font-size: 180%;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  color: #72BF78;
}

.price_disc {
  text-decoration: line-through;
  font-size: 80%;
  color: #666;
  line-height: 1.5em;
}

.price span {
  color: #666;
}

.sp-price {
  font-size: 60%;
}

.fa-arrow-circle-right {
  font-size: 70%;
  color: #72BF78;
}

.hours {
  text-align: center;
}

.chart-table tr td ul {
  margin-top: 0;
  margin-bottom: 0;
}

.chart-table ul {
  padding-left: 15px;
}

.chart-table .em {
  background-color: #72BF78 !important;
  color: #fff;
}

.chart-notice {
  font-size: 80%;
}

.chart_annotat {
  display: none;
  text-align: center;
  font-size: 70%;
}

@media (max-width: 990px) {
  .chart_annotat {
    display: block;
  }
}
.chart-bg-red {
  background-color: #E0FBE2;
  font-weight: bold;
  border: 1px solid #fff !important;
}

.zoom {
  font-size: 150%;
  line-height: 1.3em;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  background-color: #72BF78;
  text-align: justify;
}

.ex-box:nth-child(2n) {
  border-left: 2px dotted #BFF6C3;
}

.ex-box:nth-child(n+3) {
  border-top: 2px dotted #BFF6C3;
}

@media (max-width: 767px) {
  .ex-box:nth-child(2n) {
    border-left: none;
  }
  .ex-box:nth-child(n+3) {
    border-top: none;
  }
  .ex-box:nth-child(n+2) {
    border-top: 2px dotted #BFF6C3;
  }
}
.bfaf-img {
  position: relative;
}

.bfaf-over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.tel {
  text-align: center;
  letter-spacing: 0.8px;
}

form#mail_form p#form_submit {
  padding: 0 30px;
  margin-left: 31%;
  margin-bottom: 50px;
}

@media (max-width: 1000px) {
  form#mail_form p#form_submit {
    padding: 0 30px;
    margin-left: 0;
  }
}
/*トップへ戻るボタン==============================================================*/
#pagetop2 {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 15px;
  background: #72BF78;
  opacity: 0.7;
}

#pagetop2 a {
  position: relative;
  display: block;
  width: 50px;
  height: 35px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 160%;
  padding-top: 10px;
}/*# sourceMappingURL=custom.css.map */