@charset "UTF-8";
/***********************共通設定************************/
/* ==========================================================================//
//
//　mv
//
// ========================================================================== */
#mv {
  background-image: url(../images/about/mv.jpg);
  background-size: cover;
  width: 100%;
  height: 206px;
  padding: 40px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
#mv .mv_title {
  width: 432px;
  background: rgba(255, 255, 255, 0.66);
  padding: 20px;
  text-align: left;
  font-size: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mv .mv_title > h1, #mv .mv_title span {
  border-left: 6px solid #4B8E78;
  padding: 0 30px;
  margin: 0 0 0 10px;
  font-weight: bold;
}

/* ==========================================================================//
//
//　パンくず
//
// ========================================================================== */
.bread {
  background: #fff;
}
.bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  padding: 8px 0 10px 0;
}
.bread ul li {
  margin: 10px 10px 0 0;
  text-align: left;
}
.bread ul li::after {
  content: "＞";
  margin: 0 0 0 10px;
}
.bread ul li:last-child::after {
  display: none;
}
.bread ul li a {
  color: #303030;
  position: relative;
}
.bread ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #303030;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bread ul li a:hover::after {
  width: 100%;
}

h1 {
  margin: 30px 0;
  font-size: 23px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  h1 {
    font-size: 36px;
  }
}
h1 span {
  font-size: 25px;
  color: #62CC93;
  display: block;
  font-family: "Style Script", cursive;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 10px;
  font-style: italic;
}

/* ==========================================================================//
//
//　フッター上の連絡エリア
//
// ========================================================================== */
.foot_contact_message {
  background: #FFF6E6;
  font-weight: bold;
  padding: 30px 0;
  line-height: 2.12;
}

.foot_contact_menu {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .foot_contact_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
}
.foot_contact_menu li {
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .foot_contact_menu li {
    margin-bottom: 50px;
    font-size: 24px;
  }
}
.foot_contact_menu li .tel {
  color: #2BB06B;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-family: Palatino Linotype;
  font-style: italic;
  font-weight: bold;
  margin: 10px 0 10px;
  display: block;
  /* 1001以上  */
}
@media all and (min-width: 1001px) {
  .foot_contact_menu li .tel {
    font-size: 50px;
  }
}
.foot_contact_menu li span {
  display: inline-block;
  font-size: 16px;
  color: #2B2B2B;
}

.foot_contact_calendar {
  margin-inline: auto;
  width: min(800px, 100%);
}
.foot_contact_calendar p {
  padding-top: 10px;
  font-size: 12px;
  text-align: left;
}

.web_btn {
  margin: 20px 0 0;
}
.web_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
  line-height: 2.5em;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA103), to(#FFC461));
  background: linear-gradient(#FFA103, #FFC461);
  border-radius: 100px;
  z-index: 0;
  /* 751以上 */
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .web_btn a {
    font-size: 24px;
    width: 375px;
    height: 90px;
  }
}
.web_btn a::before, .web_btn a::after {
  position: absolute;
  content: "";
  font-size: 16px;
  left: 0;
  border-radius: 100px;
}
.web_btn a::before {
  background: #fff;
  width: 396px;
  height: 396px;
  z-index: -1;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web_btn a::after {
  border: 1px solid #E38F00;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .web_btn a::after {
    width: 375px;
    height: 90px;
  }
}
@media all and (min-width: 751px) {
  .web_btn a:hover {
    color: #E38F00;
  }
  .web_btn a:hover::before {
    top: -170px;
    left: 0px;
  }
}
/*# sourceMappingURL=second.css.map */