@charset "UTF-8";

/*!
Theme Name: abundance
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** グローバルメニュー sp
************************************/

.sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wide-wrap {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }

  p.sp {
    text-align: center;
    font-size: 22px;
    padding-bottom: 20px;
    font-weight: 700;
  }
}

/************************************
** グローバルメニュー PC
************************************/
#header-container {
  /* 	background: linear-gradient(90deg, rgb(240, 250, 247) 0%, rgb(240, 250, 249) 51.39%, rgb(240, 248, 250) 100%);  */
}

/* ロゴの大きさ・幅に関するもの */
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 100%;
  height: auto;
  /* max-width: 210px; */
  vertical-align: middle;
  margin: 20px 0;
}
#header-container {
  box-shadow: 0 0 10px rgba(30, 30, 30, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}
.site-name-text-link {
  color: #fff;
}
.navi {
  background: none;
}
.navi-in > ul .sub-menu {
  background: #fff;
  box-shadow: 0 0 10px rgba(30, 30, 30, 0.1);
}
.navi-in > ul li {
  width: auto;
}
.navi-in a {
  font-size: 13px; /* ナビ文字大きさ */
  font-weight: bold;
  display: inline-block;
  position: relative;
  color: #000; /* ナビ文字色 */
  padding: 0 20px;
  display: block;
  text-decoration: none;
}
.navi-in a:hover {
  background: none;
}
.navi-in a:before {
  position: absolute;
  left: 0;
  bottom: 6px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #000; /* マウスON時の下線色 */
  transform: scale(0, 1);
  transition: 0.4s;
}
.navi-in a:hover:before {
  transform: scale(1);
}
.navi-in > ul .sub-menu a {
  color: #666; /* サブメニュー文字色 */
  font-size: 12px; /* サブメニュー文字の大きさ */
}
.navi-in > ul .sub-menu a:before {
  background: #42d5e7; /* サブメニューマウスON時の下線色 */
}
.header-container-in.hlt-top-menu .logo-header {
  max-height: 100%;
}
.header-small {
  opacity: 0.9;
}
.header-small .header-container-in.hlt-top-menu .logo-header img {
   max-width: 300px;
  margin: 10px 0;
}
#container {
  padding-top: 70px;
}
[id^="toc"]:target {
  padding-top: 85px;
  margin-top: -85px;
}

/************************************
** グローバルメニュー スマホ
************************************/
#mobile-fixed-menu {
  display: none;
}
@media screen and (max-width: 834px) {
  #container {
    padding-top: 0px;
    /* 	padding-top: 50px;  */
  }
  #header {
    display: none;
    background: linear-gradient(
      90deg,
      #f0f5fa 0%,
      #f0f4fa 51.39%,
      #e1e6f7 100%
    ); /* 背景色*/
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 50px; /* ヘッダー高さ */
    transition: 0.5s;
    box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.2);
  }
  #header-in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  #header-in .logo {
    padding: 0;
    text-align: left;
  }
  .header-container-in.hlt-top-menu .logo-header img {
    width: 120px !important; /* ロゴ大きさ */
    vertical-align: middle;
  }
  #header-in .tagline {
    margin: 0;
    font-size: 10px; /* キャッチフレーズ文字サイズ */
    text-align: left;
  }
  #mobile-fixed-menu {
    margin-left: auto;
    line-height: 1;
    height: 50px; /* メニューボタン高さ */
    padding-top: 5px; /* メニューボタン上部余白 */
    display: block;
  }
  #mobile-fixed-menu .menu-icon::before {
    font-family: FontAwesome;
    font-size: 1em;
    content: "\f0c9";
  }
  #mobile-fixed-menu .menu-icon {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #fff; /* メニューアイコン色 */
  }
  #mobile-fixed-menu .menu-caption {
    font-size: 10px;
    font-weight: bold;
    color: #fff; /* メニューアイコン文字色 */
  }
  .menu-close-button {
    color: #42d5e7; /* メニューを閉じるボタン色 */
    padding: 1em 0;
  }
  #sidebar-menu-content {
    color: #6c6b62; /* サイドバー文字色 */
  }
  [id^="toc"]:target {
    padding-top: 50px;
    margin-top: -50px;
  }
}

/************************************
** 648 - ヘッダーレイアウト
************************************/

.header-container-in.hlt-top-menu .header {
  margin-left: 3%;
}

.naa {
  display: flex;
  justify-content: center;
  align-items: center;
}

.naa-inner-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.naa-inner-1 .note {
  font-size: 12px;
  padding: 0 15px;
}

.naa-inner-1 a {
  font-size: 1.75em;
  text-decoration: none;
  font-weight: 700;
  color: #000;
}

.naa-inner-2 a {
  text-decoration: none;
  font-size: 16px;
  color: #b90000;
  border: 1px solid #b90000;
  padding: 5px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .header-container-in.hlt-top-menu .header {
    margin-left: 0;
  }
  .naa {
    display: none;
  }
}

/************************************
** 752 - グローバルメニュー
************************************/

.navi-in > ul li {
  height: 50px;
  line-height: 50px;
}

/* スクロールに合わせaddされる .header-small　より　ヘッダーのナビを非表示にする。 */
.header-small .navi .navi-in {
  display: none;
}

.main {
  /*     padding: 9px 29px; */
}

.aaa {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.aa1 {
  height: 50%;
  width: 100%;
  position: relative;
}
.aa1 img {
  width: 100%;
  height: 90%;
  object-fit: cover;
  padding: 5% 0 0 0;
}
.aa1-img-overlay {
  position: absolute;
  width: 100%;
  height: 80vh;
  top: 9%;
  background: linear-gradient(to left, #0000002e, #0000007a);
  z-index: 2;
}
.aa1-headline {
  position: absolute;
  top: 65%;
  left: 20%;
  font-size: 2em;
  transform: translate(-20%, -70%);
  color: #fff;
  font-family: "ff-en", serif;
  z-index: 3;
}
.aaa h2.ttl01 {
  color: #fff;
  text-align: left;
  margin-top: 40px;
  padding-left: 5%;
  font-size: 4rem;
  font-family: "ff-en", serif;
  letter-spacing: 0.04em;
}

.aa1-left-img {
  position: absolute;
  width: 60%;
  bottom: 10%;
  right: 0%;
}

.aa1-left-img img {
  width: 25%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner {
  position: relative;
}
.aa1-left-img #kai-1,
#maru-1,
#nakagawa-1 {
  position: absolute;
  right: 45%;
  bottom: 10%;
  z-index: 3;
  -webkit-animation: fuwafuwa 3s infinite linear alternate;
  animation: fuwafuwa 3s infinite linear alternate;
}

.aa1-left-img #maru-1 {
  position: absolute;
  right: 25%;
  bottom: 10%;
  z-index: 3;
}

.aa1-left-img #nakagawa-1 {
  position: absolute;
  right: 0%;
  bottom: 10%;
  z-index: 3;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

.aa1-overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  /* background: url(./images/hero-01_1920x1080.jpg);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(12px); */
  background: linear-gradient(to left, #e7e7dc, #f8f8f0);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .sec-02 .wp-block-uagb-column {
    height: 60px;
  }
}

.sec-03 {
  background: #f8f8f0;
  padding: 60px;
}

.sec-03 h2 {
  padding-bottom: 30px;
}

.sec-03 .sec-03-c1 {
  font-size: 20px;
  padding-bottom: 30px;
}

.sec-03 .sec-03-c2 .uagb-column__wrap {
  border-right: 1px solid #bbb;
  padding: 0 10px;
}
.sec-03 .sec-03-c2 .uagb-column__wrap:nth-child(5) {
  border-right: none;
}

.aab-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 70px;
}

.aab .section-title {
  font-size: 36px;
  text-align: center;
}

.aab .section-body {
  font-size: 20px;
  width: 900px;
  line-height: 2;
  text-align: center;
}
.aab .section-body {
  border-radius: 1rem;
  position: relative;
}
.aab1-img {
  position: relative;
  width: 100%;
}
#kai-2,
#maru-2 {
  width: 200px;
  bottom: 0%;
  z-index: 3;
  animation: fuwafuwa 3s infinite linear alternate;
}
#kai-2 {
  position: absolute;
  left: 0%;
}
#maru-2 {
  position: absolute;
  right: 0%;
}

/* リンクボタン hover css */

.link-btn {
  margin: 40px 0 0 0;
  overflow: hidden;
}

.link-btn a {
  display: block;
  width: 380px;
  height: 70px;
  background: #fff;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  padding: 20px 15px 20px 0px;
  text-align: center;
  border: 1px solid #000;
  transition: transform 0.4s;
  position: relative;
  z-index: 2;
}
.link-btn a:before {
  content: "";
  display: block;
  position: absolute;
  width: 436px;
  height: 100%;
  top: 0;
  height: 70px;
  background: #000;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: left;
  transform-origin: left;
  z-index: -1;
}

.link-btn a:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.link-btn a:hover {
  color: #fff;
}
.link-btn a span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  margin-top: -0.5em;
  right: 10%;
}

@media screen and (max-width: 767px) {
  .sec-03 {
    padding: 30px 16px;
  }
  .sec-03 .wp-block-uagb-section.uagb-section__wrap {
    padding: 0px;
  }

  .sec-03 h2 {
    padding-bottom: 20px;
    font-size: 24px;
    text-align: center;
  }
  .sec-03 .sec-03-c1 p {
    text-align: left;
  }
  .sec-03 .wp-block-uagb-columns.uagb-columns__wrap {
    padding: 0;
  }
  .sec-03 .uagb-columns__stack-mobile > .uagb-columns__inner-wrap {
    display: flex;
  }
  .sec-03 .uagb-column__inner-wrap {
    padding: 0;
  }

  .aab-inner {
    margin-bottom: 30px;
  }

  .link-btn a {
    width: 300px;
    margin: 0 auto;
  }

  .aab1-img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sec-04 h2 {
    text-align: left;
  }
}

.sec-05 {
  padding: 60px;
  margin-bottom: 60px;
}
.sec-05-overlay {
  background: url(https://abundance-life.com/wp-content/uploads/2021/01/sec-05_bg_2.jpg)
    center top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.sec-05-overlay:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: #00000085;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: left;
  z-index: -1;
}

.sec-05 .heading-title {
  text-align: center;
}
.sec-05 .uagb-section__inner-wrap {
  max-width: 1200px;
  margin-top: 20px 0;
}

.sec-05 a {
  background: #fff;
  position: relative;
  display: flex;
  align-items: flex-end;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
  transition: 0.5s ease-in-out;
}

.sec-05 a:hover {
  transform: translateY(-10px);
}

.sec-05 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(202 253 213 / 50%), #2196f382);
  z-index: 2;
  transition: 0.5s all;
  opacity: 0;
}

.sec-05 a:hover:before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .sec-05 {
    padding: 30px 16px;
  }
  .section-title {
    padding-bottom: 15px;
  }
}

.sec-06 .uagb-tm__content {
  padding: 0 50px !important;
}

.sec-06 .uagb-tm__content .uagb-tm__desc {
  text-align: left;
}

.sec-07 .uagb-column__inner-wrap img {
  box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .sec-07 h2 {
    text-align: center;
    line-height: 1.5;
    padding-bottom: 15px;
  }

  .sec-07 h2 span {
    font-size: 28px;
    color: #ce0000;
  }

  .sec-07.uagb-section__wrap {
    padding: 0;
  }

  .sec-07 .uagb-section__wrap {
    padding: 0;
  }

  .sec-07 .uagb-columns__wrap {
    padding: 10px;
  }
}

.sec-08 {
  background: #f8f8f0;
}

.sec-08 .su-posts-default-loop-2 {
  display: table;
  width: 100%;
}
.sec-08 .news-wrap {
  border-bottom: 1px solid #444;
  padding: 20px;
  display: flex;
}
.sec-08 .news-wrap:nth-child(1) {
  border-top: 1px solid #444;
}
.sec-08 .news-wrap .su-post-meta {
  flex: 1;
  color: #999;
  padding-right: 20px;
}
.sec-08 .su-post-title {
  flex: 5;
}

@media screen and (max-width: 767px) {
  .sec-08 .uagb-section__wrap {
    padding: 10px;
  }
  .sec-08 .news-wrap {
    padding: 10px 0;
    display: block;
  }
}

.sec-09 h2 {
  padding-bottom: 30px;
}
.sec-09 .sec-09-c1 {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sec-09 .sec-09-c1 {
    padding: 20px;
  }
  .sec-09 .sec-09-c1 p {
    text-align: left !important;
  }
}

/************************************
** お問い合わせ
************************************/
.wpcf7 {
  width: 80%;
  margin: 0 auto;
}
.inquiry {
  /* border: 1px solid #777; */
  padding: 30px;
}
.inquiry .item-box {
  margin-bottom: 1em;
}
.inquiry .item-box .header-item,
.inquiry .item-box .item {
  margin-bottom: 10px;
}
.inquiry .item-box .header-item p {
  font-weight: 700;
}
.wpcf7-list-item {
  margin-bottom: 5px;
}
.button-tap label {
  background: #999;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
span.haveto {
  background: #ff9800;
  color: #fff;
  font-size: 0.8em;
  margin: 10px;
  padding: 1px 5px;
  border-radius: 3px;
}
span.any {
  background: #03a9f4;
  color: #fff;
  font-size: 0.8em;
  margin: 10px;
  padding: 1px 5px;
  border-radius: 3px;
}
span.attension {
  font-size: 0.8em;
}

.inquiry-table td {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px;
}

.inquiry-table td .caption {
  line-height: 1.2;
  font-size: 14px;
  margin-top: 10px;
}

.submit-box {
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 30px 0;
}

.box-inner-1 {
  padding: 30px 0;
}

.submit {
  width: 50%;
  margin: 0 auto;
}

input[type="submit"] {
  padding: 20px;
  font-size: 20px;
  background-color: #444;
  color: #fff;
  transition: 0.5s all;
}

input[type="submit"]:hover {
  background-color: #fff;
  border: 1px solid #444;
  color: #444;
}

@media screen and (max-width: 767px) {
  .wpcf7 {
    width: 100%;
  }
  .inquiry-table th,
  .inquiry-table td {
    padding: 10px;
  }
  .submit {
    width: 100%;
  }
}

/* Box menu class="ex-box-menu" */
.ex-box-menu .box-menu-icon {
  color: #000;
}
.box-menu:hover {
  box-shadow: inset 2px 2px 0 0 #000000, 2px 2px 0 0 #000000, 2px 0 0 0 #000000,
    0 2px 0 0 #000000;
}

/************************************
** 記事見出し
************************************/
.article h2 {
  position: relative;
  padding: 1rem 0.5rem;
  background: #fff;
}

.article h2:before,
.article h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#30cfd0),
    to(#330867)
  );
  background-image: -webkit-linear-gradient(right, #30cfd0 0%, #330867 100%);
  background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
}

.article h2:before {
  top: 0;
}

.article h2:after {
  bottom: 0;
}

/************************************
** 記事内 関連記事(ウィジット)
************************************/

.main-widget-label {
  margin: 22px 0;
  font-size: 24px;
  font-weight: 700;
}

#related_entries-2 .widget-related-entry-cards {
  display: flex;
  flex-wrap: wrap;
}

#related_entries-2 .widget-related-entry-cards a {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #related_entries-2 .widget-related-entry-cards a {
    width: 100%;
  }
}

/************************************
** 基本設定
************************************/

p {
  background-color: transparent !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}

/************************************
** /column menu-box
************************************/

.box-menu {
  width: calc(100% / 3);
}

/************************************
** ナレッジベースへのリンク削除
************************************/
a[href*="knowledge-base"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
