@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/* ======= 共通部分 ======= */
/* 全体 */
body {
  font-size: 16px;
  color: #222;
  line-height: 2em;
  font-family: 'Noto Sans Japanese',sans-serif; }

h1, h2, h3, h4, ul, li {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

iframe {
  border: 0; }

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }
.text-green{
	color: #59A805;
}

@media (min-width: 768px) {
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px; } }

/* 見出し */
.ttl-h1{
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  padding:100px auto;
  color: #fff;
  background-color:#E58120;
  border:solid 10px #E58120;
}
.head_ttl-01, .head_ttl-02, .head_ttl-04 {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative; }
  .head_ttl-01::before, .head_ttl-02::before, .head_ttl-04::before {
    content: '';
    width: 168px;
    height: 27px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }

.head_ttl-01 {
  color: #59A805;
  padding-top: 37px;
  margin-bottom: 35px; }
  .head_ttl-01::before {
    top: 0;
    background: url("../image/head-img-01.png") center center/cover no-repeat; }

.head_ttl-02 {
  color: #fff;
  padding-top: 47px;
  padding-bottom: 10px; }
  .head_ttl-02::before {
    top: 10px;
    background: url("../image/head-img-02.png") center center/cover no-repeat; }

.head_ttl-02 {
  background-color: #59A805; }

.head_ttl-04 {
  color: #fff;
  padding-top: 47px;
  padding-bottom: 10px; }
  .head_ttl-04::before {
    top: 10px;
    background: url("../image/head-img-02.png") center center/cover no-repeat; }

.head_ttl-04 {
  background-color: #E58120; }

.head_ttl-03 {
  color: #59A805;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom: #59A805 1px solid;
  margin-bottom: 1em; }
@media (max-width: 768px) {
.ttl-h1{
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
}
}
.campaign{
    font-size:36px;
	color:#E58120;
	text-decoration: underline;
	line-height: 50px;
}
@media (max-width: 768px) {
.campaign{
    font-size:22px;
	line-height: 32px;}
}

/* 背景 */
.bg-green {
  background-color: #59A805; }

.bg-light-green {
  background-color: rgba(89, 168, 5, 0.12); }

.bg-orange {
  background-color: #E58120; }

.bg-light-orange {
  background-color: #FFE6BE; }

/* ボタン */
.btn {
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative; }
  .btn:hover {
    opacity: 0.8;
    text-decoration: none; }

.btn-arrow-ctr {
  display: block; }
  .btn-arrow-ctr::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
    font-size: 14px;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%); }
  @media (max-width: 767px) {
    .btn-arrow-ctr::after {
      right: 0.5em; } }

/* #page-header */
#page-header .navbar {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 1199px) {
    #page-header .navbar {
      padding-top: 0.7em;
      padding-bottom: 0.7em; } }

#page-header a {
  color: #222;
  text-decoration: none; }
  #page-header a:hover {
    color: #222;
    opacity: 0.7; }

#page-header .header-logo {
  font-size: 18px; }
  #page-header .header-logo a {
    color: #59A805;
    font-weight: bold; }
    #page-header .header-logo a:hover {
      color: #59A805;
      text-decoration: none; }
  #page-header .header-logo span {
    font-size: 10px; }

#page-header .btn-green {
  background-color: #59A805; }
#page-header .btn-orange {
  background-color: #E58120; }
  @media (max-width: 1199px) {
    #page-header .btn-green {
      background-color: inherit; }
	  #page-header .btn-orange {
      background-color: inherit; } }
  #page-header .btn-green a {
    color: #fff; }
#page-header .btn-orange a {
    color: #fff; }
    @media (max-width: 1199px) {
      #page-header .btn-green a {
        color: #59A805;
        font-weight: bold; }
		#page-header .btn-orange a {
        color: #E58120;
        font-weight: bold; } }

#page-header .navbar-nav {
  padding: 1em; }
  @media (min-width: 768px) {
    #page-header .navbar-nav {
      padding: 0; } }

#page-header .nav-link {
  text-align: center;
  padding-left: 0em;
  padding-right: 0em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 16px;
  line-height: 1em; }
  @media (min-width: 768px) {
    #page-header .nav-link {
      height: 50px;
      padding-left: 0.75em;
      padding-right: 0.75em; } }
  @media (min-width: 1200px) {
    #page-header .nav-link {
      font-size: 14px;} }
  @media (min-width: 1287px) {
    #page-header .nav-link {
      font-size: 16px;} }

#page-header .navbar-toggler {
  border: none;
  padding: 0; }
  #page-header .navbar-toggler .navbar-toggler-icon {
    background-image: url("../image/close.png"); }

#page-header .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("../image/open.png"); }

/* #fixed-footer */
#fixed-footer .col-4 {
  padding-left: 0;
  padding-right: 0; }
#fixed-footer .col-4 .btn.bg-light-orange {
	 color: #000;
}
  #fixed-footer .col-4 .btn {
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding: 0.7em 1em 0.7em 4em; }
    @media (max-width: 1199px) {
      #fixed-footer .col-4 .btn {
        padding: 0.7em 1em 0.7em 2em; } }
    @media (max-width: 767px) {
      #fixed-footer .col-4 .btn {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    #fixed-footer .col-4 .btn::after {
      content: none; }

/* #page-footer */
@media (max-width: 1199px) {
  footer {
    padding-bottom: 45px; } }

footer #page-footer {
  padding: 1.5em 0;
  font-size: 13px;
  background-color: #F4F4F4;
  line-height: 1.6em; }
  footer #page-footer a {
    color: #222;
    text-decoration: underline; }

/* ======= コンテンツ ======= */
#mv {
  width: 100%;
  height: 50vh;
  background: url("../image/mv-sp.png") center top/cover no-repeat; }
  @media (min-width: 992px) {
    #mv {
      height: 75vh;
      background: url("../image/mv-pc.png") center center/cover no-repeat; } }

#about .about-img {
  width: 50%;
  margin: auto; }

#about .about-head {
  color: #59A805;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

#info .info-btn {
  display: flex;
  align-items: center; }

#info .info-btn-img {
  width: 40%; }

#info .info-btn-text {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding-left: 1em; }

#info h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0; }

#info .couse-head {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em; }

#info .info-gallery img {
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    #info .info-gallery img {
      width: 50%; } }

#info .price-hello {
  text-align: center; }
  #info .price-hello strong {
    font-size: 18px;
    display: block;
    margin-top: 2em; }

#info .price-ttl-head {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0; }

#info .price-box {
  font-size: 18px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: #707070 1px solid;
  margin-left: 0;
  margin-right: 0; }

#info .price-head {
  font-weight: bold; }

#info .price-detail, #info .price-detail-last {
  font-weight: bold;
  text-align: right; }

#info .explanation-head {
  font-size: 18px;
  margin-bottom: 1em;
  font-weight: bold; }

#info .explanation-detail {
  font-weight: bold; }

#info .slider li {
  padding-left: 7px;
  padding-right: 7px; }

#info .slick-prev:before, #info .slick-next:before {
  color: #222; }

#info .slick-prev {
  left: 12px;
  z-index: 1030; }

#info .slick-next {
  right: 12px;
  z-index: 1030; }

#info .bg-light-green, #info .bg-light-orange {
  border-radius: 7px; }

#frosting-flower-couse .couse-head, #frosting-flower-couse .price-hello strong, #frosting-flower-couse .price-head, #frosting-flower-couse .price-detail-last, #frosting-flower-couse .explanation-head {
  color: #59A805; }

#stained-flower-couse .couse-head, #stained-flower-couse .price-hello strong, #stained-flower-couse .price-head, #stained-flower-couse .price-detail-last, #stained-flower-couse .explanation-head {
  color: #E58120; }

.recommend-box-green li {
    font-size: 18px; 
    line-height:35px;}
.recommend-box-green li::before {
      color: #59A805;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f058';
      display: inline-block;
      margin-right: 0.5em; }


.recommend-box li {
    font-size: 18px; 
    line-height:35px;}
.recommend-box li::before {
      color: #E58120;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f058';
      display: inline-block;
      margin-right: 0.5em; }

#voice .voice-box {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: #59A805 1px solid; }

#voice h3 {
  font-size: 16px;
  line-height:30px; 	
  color: #59A805;
  font-weight: bold;
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    #voice h3 {
      font-size: 18px; } }

.faq-box {
  background: url("../image/faq-bg.png") center center/cover repeat;
  padding: 30px 15px; }

.faq-head {
  font-size: 25px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  line-height: 0.9; }

.question {
  color: #59A805;
  font-weight: bold; }
 @media (min-width: 768px) {
	 #voice .voice-box {
  border-bottom: none; }
}
#contact-form h3{
	color:#E58120;
	text-decoration: underline;
	line-height: 40px;
}
#contact-form .bg-white, #seminar-form .bg-white, #seminar-form2 .bg-white,#session-form .bg-white {
  padding: 1.5em 1em; }
  @media (min-width: 768px) {
    #contact-form .bg-white, #seminar-form .bg-white, #seminar-form2 .bg-white,#session-form .bg-white {
      padding: 4em 3em; } 
}
.datepicker + i{
	color: #aaa;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
form {
  font-size: 16px; }
  form .form-head {
    font-weight: bold; }
  form .required {
    color: #fff;
    font-size: 13px;
    background-color: #E58120;
    padding: 0.2em 0.5em 0.2em;
    margin-left: 0.5em; }
  form textarea.form-control {
    height: 300px; }
  form input[type="radio"], form input[type="checkbox"] {
    position: relative;
    top: 2px;
    width: 1em;
    height: 1em;
    margin-right: 0.5em; }
  form .help-block {
    color: #f00;
    font-size: 13px; }
  form .btn {
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    padding: 0.5em 3em 0.5em 1em; }
    form .btn:hover {
      color: #fff; }
  form .form-check label {
    font-size: 15px; }
    @media (min-width: 768px) {
      form .form-check label {
        font-size: 16px; } }
    @media screen and (max-width: 360px) {
      form .form-check label {
        font-size: 12px; } }

#thanks a {
  color: #59A805;
  text-decoration: underline; }

.policy h2{
	background-color: rgba(89, 168, 5, 0.12);
	font-size:18px;
	padding:13px 0;
	text-align: center;
	
}

.policy-box {
	border-bottom:#333 solid 1px;
	padding: 10px 0;
	margin: 0;
}

.policy-head {
	font-weight: bold;
}




