p,
a,
li,
dt,
dd,
time,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
span,
label,
input {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.center {
  text-align: center;
}

.m-top {
  margin-top: 1em;
}

.p-top {
  padding-top: 3em;
}

.m-bottom {
  margin-bottom: 7em;
}
.m-bottom02 {
  margin-bottom: 5em;
}
.p-bottom {
  padding-bottom: 5em;
}
.p-bottom02 {
  padding-bottom: 7em;
}
.sp {
  display: none;
}

.pc {
  display: block;
}

br.pc {
  display: block;
}

br.sp {
  display: none;
}
.half {
  width: 48%;
  margin-bottom: 2em;
}
.left70 {
  width: 66%;
  margin-bottom: 2em;
}
.right30 {
  width: 30%;
  margin-bottom: 2em;
}
.left30 {
  width: 30%;
  margin-bottom: 2em;
}
.right70 {
  width: 66%;
  margin-bottom: 2em;
}
.left60 {
  width: 56%;
  margin-bottom: 2em;
}
.right40 {
  width: 40%;
  margin-bottom: 2em;
}
.left40 {
  width: 40%;
  margin-bottom: 2em;
}
.right60 {
  width: 56%;
  margin-bottom: 2em;
}

.js-fade-up {
  opacity: 0 !important;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.js-fade-up.is-show {
  opacity: 1 !important;
  -webkit-transform: translateY(-0);
  transform: translateY(-0);
}

/*------------------------------------------
 * tablepress
 * ---------------------------------------*/
table.tablepress {
  border: 1px solid #dddddd;
}
.tablepress tbody td.column-1 {
  width: 30%;
  font-weight: 700;
  color: #604c3f;
  background-color: #f7f5f3;
}

/*------------------------------------------
 * header
 * ---------------------------------------*/
.header-box01 .logo {
  max-width: 300px;
  width: 100%;
}
.header-content {
  padding: 50px 0 30px 0;
}
/*.header-inner.flex {
    max-width: 1400px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo {
    width: 250px;
    margin-bottom: 0;
}
.g-menu-wrap {
    width: calc(100% - 260px);
}*/

.g-menu-b-list > li .g-menu-icon-img-wrap svg path {
  fill: #604c3f;
}
.menu-image-title {
  margin: 10px 0 0;
  width: 100%;
  font-weight: 700;
  font-size: 1.6rem;
  color: #604c3f;
}
.g-menu-b-list > li {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(95% / 3);
  padding: 0 15px;
  border-right: 5px dotted #afa59e;
}
.g-sub-nav {
  position: absolute;
  top: 0;
  right: 40px;
}
li.g-sub-nav-list-con a {
  border: solid 2px var(--main) !important;
  background-color: var(--main) !important;
}
li.g-sub-nav-list-rec a {
  border: solid 2px #fab52e !important;
  background-color: #fab52e !important;
}

li.g-sub-nav-list-con a:hover {
  color: var(--main) !important;
  background-color: #fff !important;
}
li.g-sub-nav-list-rec a:hover {
  color: #fab52e !important;
  background-color: #fff !important;
}

/*------------------------------------------
 * mobile
 * ---------------------------------------*/
#hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #604c3f;
  width: 45%;
}
#mobile-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-size: auto auto;
  background-color: #604c3f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
  background-image: none;
}
.mobile-menu-icon-list > li.sub-off .mobile-menu-title {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  color: #604c3f;
  margin-bottom: 10px;
}
.mobile-menu-icon-list > li.sub-off .mobile-menu-icon path {
  fill: #604c3f;
}
.mobile-sub-nav li a {
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  color: #604c3f;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 25px;
}

/*------------------------------------------
 * h2
 * ---------------------------------------*/
.title01 {
  color: #614e41;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.title01 span {
  display: block;
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
  font-size: 1.3vw;
  color: var(--main);
  margin-top: -15px;
}
.title01::before {
  display: none;
}
.title02 {
  color: #fff;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  background-color: transparent;
}
.title02 span {
  display: block;
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
  font-size: 1.3vw;
  color: #ffdea1;
  margin-top: -15px;
}
h3.h-title {
  padding: 10px 15px;
  text-align: center;
  font-size: 2.2rem;
  background-color: #ffaa0a;
  color: #ffffff;
  max-width: 600px;
  margin: 0 auto 30px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  font-weight: 600;
  width: 100%;
}

/*------------------------------------------
 * news
 * ---------------------------------------*/

section.home-section01 {
  background-image: url(/wp-content/uploads/2025/06/news_bg01.png),
    url(/wp-content/uploads/2025/06/news_bg02.png), url(/wp-content/uploads/2025/06/wave05.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 10% 7%, 95% 95%, 0 100%;
  background-size: auto;
}
.news-list01 li .news-cat a {
  line-height: 1em;
  font-size: 1.2rem;
  padding: 5px 8px;
  font-weight: 700;
  color: #fff;
  background-color: #604c3f;
  border: 1px solid #604c3f;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}
.news-list01 li .news-cat a {
  background-color: var(--main);
  border: 1px solid var(--main);
}
.news-list01 li {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: dashed 2px #b19e73;
}
.btn01 {
  border: 1px solid #604c3f;
  background-color: #604c3f;
}

.btn01 .btn-arrow {
  fill: #fff;
}

.btn01:hover {
  color: #604c3f;
  background-color: #fff;
}

.btn01:hover .btn-arrow {
  fill: #604c3f;
}

/*------------------------------------------
 * list_service
 * ---------------------------------------*/
ul.flex.list_service li img {
  border-radius: 30px;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.list_service li a {
  cursor: pointer;
}
/*------------------------------------------
 * single
 * ---------------------------------------*/
.sub-header-txt {
  padding: 10px 25px;
  color: #604c3f;
  line-height: 1.5em;
  font-size: 3rem;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
}
.single-info-title {
  color: #604c3f;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-info-date-cat span a {
  display: block;
  background-color: var(--main);
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 10px;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid var(--main);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  line-height: 1em;
}
.single-info-date-cat span a:hover {
  background-color: #fff;
  color: var(--main);
}
.file-list a {
  display: block;
  padding: 15px 20px;
  text-align: center;
  color: #604c3f;
  background-color: #ebf9fd;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.file-list a:hover {
  color: #fff;
  background-color: #604c3f;
}
.sidebar h3 {
  font-size: 2rem;
  padding: 0;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  background-color: var(--main);
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 30px;
}
.side-box li a:hover,
.widget_archive li a:hover {
  color: #b19e73;
}
.side-box li,
.widget_archive li {
  padding: 10px 0;
  border-bottom: 1px dashed #b19e73;
}

/*------------------------------------------
 * greet
 * ---------------------------------------*/
section.home-section02 {
  padding-bottom: 50px;
}
.greet-box {
  background-image: url(/wp-content/uploads/2025/06/greet‗bg01.png),
    url(/wp-content/uploads/2025/06/greet‗bg02.png);
  background-repeat: no-repeat;
  background-position: 0 0, 100% 0;
  margin-bottom: 50px !important;
}
.philo-box {
  background-color: #e6f8ff;
  border-radius: 30px;
  padding: 50px 20px 0;
  margin-bottom: 100px !important;
}
.greet-box p {
  padding: 30px 0;
}
.greet-box img {
  margin: 0 auto 30px;
  max-width: 500px;
}
.philo-box .title01 {
  margin-bottom: 0;
}
ul.flex.philo-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}
h3.philo-title {
  font-size: 20px;
  padding: 10px 10px 10px 75px;
  font-weight: 700;
  color: #ff7c0a;
  margin-bottom: 15px;
  border-bottom: dashed 3px #fee013;
  position: relative;
}
h3.philo-title:before {
  content: url(/wp-content/uploads/2025/06/philo_img.png);
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 11px;
}
.bg-y {
  background-color: #ffffd8;
}
.news-bon {
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
}
section.home-section04 {
  background-image: url(/wp-content/uploads/2025/06/overview‗bg01.png),
    url(/wp-content/uploads/2025/06/overview‗bg02.png), url(/wp-content/uploads/2025/06/wave03.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 5% 5%, 95% 95%, 0 0;
  background-size: auto;
}
section.home-section06 {
  background-color: #ffaa0a;
}
h3.h-title.bw {
  padding: 10px 15px;
  text-align: center;
  font-size: 2.2rem;
  background-color: #fff;
  color: #ffaa0a;
  max-width: 600px;
  margin: 0 auto 30px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  font-weight: 600;
  width: 100%;
}
ul.flex.link-list .half a {
  display: block;
  padding: 25px 0;
  background-color: #ffffd8;
  color: #604c3f;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.25s, transform 0.2s;
}

ul.flex.link-list .half a:hover {
  background-color: #ffff6f; /* ホバー時の色 */
}

/*------------------------------------------
 * service
 * ---------------------------------------*/
section.home-section03 {
  background-color: var(--main);
  background-image: url(/wp-content/uploads/2025/06/service_bg01.png),
    url(/wp-content/uploads/2025/06/wave01.png);
  background-repeat: no-repeat;
  background-size: auto, contain;
  background-position: 95% 0, 0 0;
  padding-top: 200px;
}
ul.flex.list_service {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

ul.flex.list_service li {
  width: 30%;
}
p.service-name {
  background-color: #fff;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--main);
  text-align: center;
  border-radius: 30px;
  margin: 15px 0;
}

/*------------------------------------------
 * service-single
 * ---------------------------------------*/
h2.title03 {
  text-align: center;
  font-size: 4rem;
  color: var(--main);
  border-bottom: 0;
  margin-bottom: 30px;
}
h2.title03.cw {
  text-align: center;
  font-size: 4rem;
  color: #fff;
  border-bottom: 0;
  margin-bottom: 30px;
}
.intro-text {
  background-color: #fffbe1;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 50px;
}
.intro-text p {
  font-size: 18px;
  text-align: center;
}
section#introduction02 {
  background-color: var(--main);
  background-image: url(/wp-content/uploads/2025/06/wave02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.service-contents {
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
}
h3.service-contents-title {
  font-size: 20px;
  padding: 10px 10px 10px 75px;
  font-weight: 700;
  color: #ff7c0a;
  margin-bottom: 30px;
  border-bottom: dashed 3px #fee013;
  position: relative;
}
h3.service-contents-title:before {
  content: url(/wp-content/uploads/2025/06/philo_img.png);
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 11px;
}
.service-contents ul {
  margin-bottom: 30px;
}

.service-contents ul li img {
  border-radius: 30px;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.service-contents ul li p {
  font-size: 18px;
}

section#introduction03 {
  background: #fffbe1;
}
h3.intro-name {
  font-size: 2.7rem;
  text-align: center;
  font-weight: 700;
  background-color: #adda81;
  color: #5f4b3e;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
}

h4.service-item-lower-title {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--main);
  border-bottom: 0;
  margin-bottom: 30px;
}
h4.service-item-lower-title span {
  display: block;
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
  font-size: 1.3vw;
  color: #ffdea1;
  margin-top: -15px;
}
.intro-txt {
  margin-bottom: 30px;
}
.intro-txt p {
  font-size: 18px;
}

.ex-item {
  margin-bottom: 2rem;
}

.ex-subtitle {
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.ex-content-wrap {
  display: flex;
   gap: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

.ex-content-wrap .ex-img {
  width: 40%;
  max-width: 100%;
}
.ex-img img {
  border-radius: 30px;
}
.ex-txt {
  padding: 15px;
}
.ex-content-wrap .ex-txt {
  width: 60%;
}
.ex-txt p {
  font-size: 18px;
}
.ex-item.no-img .ex-content-wrap {
  display: block;
}

.ex-item.no-img .ex-txt {
  width: 100%;
}
.ex-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
p.ex-subtitle {
  font-size: 22px;
  padding: 10px 10px 10px 90px;
  font-weight: 700;
  color: #ff7c0a;
  margin-bottom: 15px;
  border-bottom: dashed 3px #fee013;
  position: relative;
}
p.ex-subtitle:before {
  content: url(/wp-content/uploads/2025/06/service_img.png);
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  top: 10px;
  left: 11px;
}

.overview-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  margin-bottom: 50px;
}
.overview-table th,
.overview-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
}

.overview-table th {
  background-color: #f4f4f4;
  width: 30%;
  font-weight: bold;
}

ul.flex.gallery-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.flex.gallery-wrap li {
  width: 30%;
  width: -webkit-calc(96% / 3);
  width: calc(96% / 3);
  text-align: center;
  margin-bottom: 20px;
}
ul.flex.gallery-wrap li img {
  border-radius: 30px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.gallery-item a {
  cursor: pointer;
}
.file-block {
  gap: 20px;
  padding: 20px;
  border-radius: 8px;
  list-style: none;
  margin: 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.file-block li {
  width: 46%;
  box-sizing: border-box;
}

.file-block li a {
  display: block;
  padding: 20px 10px;
  background-color: #51c478;
  border-radius: 10px;
  color: #ffffff;
  transition: background-color 0.3s ease;
}
.file-block li a:hover {
  background-color: #c2fdd6;
  color: #2ec25f;
}
.file-block li p {
  margin: 0;
  font-weight: 600;
  font-size: 19px;
  text-align: center;
}
.service-flie-wrapper {
  text-align: center;
}

.service-flie-wrapper .center-text {
  margin-bottom: 20px;
  font-size: 18px;
}
.service-flie-wrapper .contact-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
ul.flex.contact-row li {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 15px;
}
ul.flex.contact-row li p,
ul.flex.contact-row li a {
  font-size: 22px;
  font-weight: 700;
  color: #f39800;
  letter-spacing: 2px;
  margin-bottom: 0;
}

/*------------------------------------------
 * guide
 * ---------------------------------------*/
.guide-box {
  background-color: #dbf1c6;
  padding: 50px 30px;
  border-radius: 30px;
  background-image: url(/wp-content/uploads/2025/06/guide_bg01.png);
  background-repeat: no-repeat;
  background-position: 93% 7%;
  background-size: 10%;
}
h3.guide-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #614e41;
  margin-bottom: 15px;
}
.guide-box p {
  margin-bottom: 0;
  text-align: center;
}
.guide-list li {
  width: 46%;
  margin: 20px auto;
}
.guide-list li a {
  transition: background-color 0.3s ease, color 0.3s ease;
}
.guide-list li a:hover {
  background-color: #614e41;
  color: #ffffff;
}
.guide-list li .tel-link,
.guide-list li .con-link {
  display: block;
  padding: 15px 15px;
  background-color: #ffffff;
  color: #614e41;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
}
.guide-list li .tel-link {
  font-size: 2rem;
}
.guide-list li .con-link {
  font-size: 1.8rem;
}
section.guide-section.guide-section02 {
  background-image: url(/wp-content/uploads/2025/06/guide_bg02.png),
    url(/wp-content/uploads/2025/06/guide_bg03.png), url(/wp-content/uploads/2025/06/guide_bg04.png),
    url(/wp-content/uploads/2025/06/guide_bg05.png);
  background-repeat: no-repeat;
  background-position: 10% 0, 90% 0, 10% 100%, 90% 100%;
  padding-top: 170px;
}
.bg-w {
  background-color: rgb(255 255 255 / 88%);
  padding: 30px;
  border-radius: 30px;
}

/*------------------------------------------
 * contact
 * ---------------------------------------*/
section.contact-section02 {
  background-image: url(/wp-content/uploads/2025/06/contact_bg01.png),
    url(/wp-content/uploads/2025/06/contact_bg02.png),
    url(/wp-content/uploads/2025/06/contact_bg03.png);
  background-repeat: no-repeat;
  background-position: 95% 0, 5% 65%, 95% 95%;
}
ul.flex.con-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
span.at {
  font-size: 1.5rem;
}

/*------------------------------------------
 * footer
 * ---------------------------------------*/
.footer {
  background-color: #82756d;
  padding: 100px 0 15px;
}
.footer-logo.o-hover img {
  display: block;
  height: auto;
  max-width: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer-menu-title {
  background-color: #fff;
  color: #5f4b3e;
  font-weight: 600;
  padding: 5px 30px;
  border-radius: 20px;
}
.footer-menu a:hover {
  color: #a39f71;
}
.footer-menu > li > a {
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #fff;
  display: block;
}

/*------------------------------------------
 * pagetop
 * ---------------------------------------*/
#page-top img {
  max-height: 80px;
  width: auto;
}

/*------------------------------------------
 * privacy
 * ---------------------------------------*/
.privacy-head {
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 3px #b19e73;
  margin-top: 40px;
  color: #5f4b3e;
  font-weight: 700;
}
.privacy-head span {
  color: #b19e73;
  margin-left: 5px;
  font-weight: 700;
  font-size: 1.4rem;
}

/*------------------------------------------
 * 2025/06/30追加
 * ---------------------------------------*/
section#link li.half {
  margin: auto;
}

/*------------------------------------------
 * 2025/07/08追加
 * ---------------------------------------*/
.header-menu .sub-menu a {
  background-color: #fff;
  color: #614e41;
}
.header-menu .sub-menu li {
  border-bottom: 1px solid var(--main);
}
.home-section05 {
  background-image: url(/wp-content/uploads/2025/06/service_bg01.png),
    url(/wp-content/uploads/2025/06/wave01.png);
  background-repeat: no-repeat;
  background-size: auto, contain;
  background-position: 95% 0, 0 0;
  padding-top: 300px;
}

.philo-box {
  background-color: #ffffd8;
  border-radius: 30px;
  padding: 50px 20px 0;
  margin-bottom: 0 !important;
  margin-top: 100px !important;
}

@media screen and (max-width: 770px) {
  .slide-txt {
    font-size: 14px !important;
  }
  .n2-ss-text {
    font-size: 3.5vw !important;
  }
  .home-section05 {
    background-size: 25%, 100%;
    padding-top: 100px;
  }
  .philo-box {
    width: 95%;
    margin: 20px auto !important;
    padding: 30px 10px !important;
  }
}
.video-box.overlay {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 41.67%; /* 12:5 Aspect Ratio */
}


#yt_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

section#home {
  position: relative;
  padding: 0;
}
.mv {
  position: relative;
}
.slider {
  position: absolute;
  top: 0;
  z-index: 99;
  height: 100%;
}
.slider-inner {
}
#bubbleWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.bubble {
  position: absolute;
  bottom: -140px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  animation: rise 10s ease-in-out forwards;
}

.bubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

@keyframes rise {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-160vh) scale(1.1);
    opacity: 0;
  }
}

/*20250715*/

.n2-ss-slider .n2-ow {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 900 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important;
}

.postid-2085 .intro-text p {
  font-size: 18px;
  text-align: left;
}

/*20251010*/
.fa-twitter:before {
    content: "\f167";
}