body {font-family: "Noto Sans JP";}
h2 {
    padding: .8em 0 .7em;
    border-top: unset;
    border-bottom: unset;
}
h3,
h3:after {
 border-bottom:unset;
 margin-bottom: 0;
}
.bg-stripe {
    background: linear-gradient(-45deg, #ffeee6 25%, #fff3ea 25%, #fff3ea 50%, #ffeee6 50%, #ffeee6 75%, #fff3ea 75%, #fff3ea);
    background-size: 40px 40px;
}
.bg-stripe {
    background: linear-gradient(-45deg, #fffef2 25%, #fdfce9 25%, #fdfce9 50%, #fffef2 50%, #fffef2 75%, #fdfce9 75%, #fdfce9);
    background-size: 40px 40px;
}
.text-block {
  text-align: center;
}
@media (max-width: 767px) {
  .text-block {
    text-align: left !important;
  }
}
.gap0 {
  gap: unset;
}
.siteHeader {
    background-color:#ffffff ;
}
.page-header {
    background: linear-gradient(-45deg, #ffeee6 25%, #fff3ea 25%, #fff3ea 50%, #ffeee6 50%, #ffeee6 75%, #fff3ea 75%, #fff3ea);
    background-size: 30px 30px;
    color: #333;
}
a[href^="tel"] {
  text-decoration: none;
  color: inherit;
}
#breadcrumb {
  display: none;
}
.fs-08 {
 font-size: .8rem;
}
/******header.php*****/
#site-header {
  display: none;
}
@media screen and (max-width: 768px) {
  .site-header {
    position: static;
    width: 100%;
    z-index: 9999;
    background: #fff;
  }
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 100px;
  position: relative;
  z-index: 10000;
  background-color: #ffffff;
}
.site-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  height: 100%;
}
.site-logo p {
  color: #efeb49;
  font-weight: 600;
  font-size: .8rem;
  margin: 4px 0 0 0;
}

@media (max-width: 991px) {

.site-logo img {
    width: 200px;
}
.header-inner {
  padding: 10px 15px;
}
}

/***toggle***/
.vk-mobile-nav-menu-btn {
 display: none;
}
.menu-toggle {
  display: inline-block;
  cursor: pointer;
  border: none;
  background: none;
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 10001;
  margin-left: auto;
}
.menu-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease;
}
.menu-toggle span:nth-child(1) { top: 0; }
.menu-toggle span:nth-child(2) { top: 10px; }
.menu-toggle span:nth-child(3) { top: 20px; }

.menu-toggle.active span:nth-child(1) { transform: rotate(45deg); top: 10px; }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg); top: 10px; }

.menu-toggle.fixed {
  position: fixed;
  top: 40px;
  right: 15px;
  z-index: 10002;
}

.header-item {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-item:hover {
  transform: translateY(-3px); 
  opacity: 0.9; 
}
/* ===== main-nav/mobile-nav ===== */
.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #f9e0c9;
  transition: right 0.3s ease-in-out;
  padding: 150px 20px;
  z-index: 1000;
}
.mobile-nav.active {
  right: 0;
}
.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block; 
  text-align: left;
  max-width: 400px;
  width: 80%;
}
.mobile-nav li {
  margin-bottom: 50px;
  text-align: left; 
  display: flex; 
  align-items: center; 
  gap: 10px; 
}
.mobile-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  font-size: 1.5rem;
}
.mobile-nav ul li img {
  width: 30px;
  height: auto;
}

.main-nav {
  position: static;
  display: flex;
  gap: 10px;
  padding: 0;
}

@media (min-width: 992px) {
  .menu-toggle { display: none; }
  .main-nav {
    position: static;
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    padding: 0;
    display: flex;
    gap: 30px;
    margin-top: 10px;
  }
  .nav-menu {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
.main-nav ul li,
.mobile-nav ul li {
  margin-bottom: 0;
}
  .nav-menu li { display: inline-block; }
  .nav-menu a {
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  .mobile-nav { display: none; }
  .main-nav { display: flex; }
}

@media (max-width: 991px) {
  .mobile-nav { display: block; } 
}

/*****front-page.php*********/
.top-appeal {
    background-color:#f4e9a8 ;
    color: #734b23;
    text-align: center;
}
.top-appeal__text {
    margin-bottom: 0;
    font-size: 1.6rem;
}
.mainevisual {
    background: linear-gradient(135deg, #80ccda, #80ccda);
}
@media screen and (max-width: 767px) {
.hero-content {
    padding-top: 30px;
    padding-bottom: 20px;
}
.top-appeal__text {
    font-size: 1.2rem;
}
}
.tel-cover p {
  margin-bottom: 0;
}
.tel-cover {
    background: linear-gradient(-45deg, #ffeee6 25%, #fff3ea 25%, #fff3ea 50%, #ffeee6 50%, #ffeee6 75%, #fff3ea 75%, #fff3ea);
    background-size: 40px 40px;
}
.tel-cover .ex-colum .kt-row-column-wrap .wp-block-kadence-column {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ffd046;
  border-radius: 50px;
  color: #000;
  height: 100%; 
  padding: 5px;
  font-weight: 700;
  font-size: 1.2rem;
}
.tel-cover .tel-colum {
  background-color: #fff;
  color: #136db4;
}
.tel-cover .comment {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.tel-cover .tel-num {
  font-size: 5rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .tel-cover .comment {
  font-size: 1.5rem;
}
.tel-cover .tel-num {
  font-size: 2.8rem;
}
}
/******* point-cover ******/
.point-cover .point-img {
  text-align: center;
}
.point-cover .point-img img {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .point-cover .point-img img {
  width: 90%;
}
}
/*** point3-colum ***/
.point3-colum .wp-block-column {
  text-align: center;
}
/****** worries-cover *****/
.worries-cover {
  background: url(../img/bg-house.png) no-repeat center center;
  background-size: cover;
}
.worries-cover .kt-inside-inner-col {
  padding: 20px;
}

.worries-cover .text-img {
  margin: 150px auto 0;
  width: 70%;
}
.worries-cover > .wp-block-cover__inner-container > .wp-block-columns:nth-child(3) {
  text-align: end;
}
.worries-cover > .wp-block-cover__inner-container > .wp-block-columns:nth-child(2) {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .worries-cover .text-img {
    margin: 100px auto 0;
    width: 100%;
  }
}

/******* life-service-cover *******/
.life-service-cover {
 background: url(../img/bg-stripe-be.png);
}
.life-service-card {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 30px 25px;
  border-radius: 10px;
  background: #fff;
}
.life-service-card figure {
  text-align: center;
}
.life-service-card img {
  border-radius: 10px;
  text-align: center;
}
.life-service-card h6 {
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    background: #ffffff;
    color: #333;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
    border-bottom: 5px dotted #f7cc0b;
}
.life-service-card h6::before {
 content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px; 
  height: 60px;
  background-image: url('../img/smile1.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5; 
}
.life-service-card .arkb-inline-icon.-has-margin {
  color: #FFC107;
}
.life-service-cover .wp-block-kadence-column {
  padding: 20px 10px;
}
.life-service-cover h3 {
    background-color: #f2b150;
    color: #fff;
    width: 55%;
    margin: auto;
    padding: 15px 0;
    border-radius: 50px;
    font-size: 2.6rem;
}
/******* home-service-cover *******/
.home-service-cover h3 {
    background-color: #28b57a;
    color: #fff;
    width: 55%;
    margin: auto;
    padding: 15px 0;
    border-radius: 50px;
    font-size: 2.6rem;
}
.home-service-card .wp-block-kadence-column {
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius:5px;
}
.home-service-card h6 {
    text-align: center;
    background-color: #28b57a;
    padding: 8px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
}
.home-service-card img {
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
.life-service-card {
  padding: 10px;
}
.life-service-cover h3 {
    background-color: #f2b150;
    color: #fff;
    width:auto ;
    margin: auto;
    padding: 10px 0;
    border-radius: 50px;
    font-size: 1.8rem;
}
.home-service-cover h3 {
    background-color: #28b57a;
    color: #fff;
    width:auto ;
    margin: auto;
    padding: 10px 0;
    border-radius: 50px;
    font-size: 1.8rem;
}
}

/***** toyama-map *****/
.map-cover p {
 font-size: 1.1rem;
 letter-spacing: .05rem;
 line-height: 2.5rem;
 padding: 0 10px;
}
.map-cover .map-cover-h2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
.map-cover .map-cover-h2 {
  width: 80%;
}
}
/********* Q $ A **********/
.q-a-cover .wp-block-group {
 margin: 30px auto;
 padding: 20px;
 background: #fff;
 gap:1rem;
 border: 1px solid #f2b150;
 border-radius: 5px;
 box-shadow: 8px 8px 0px rgb(242 177 80 / 27%)
}
.q-a-cover .wp-block-group h6 {
    font-size: 1.2rem;
}
.q-a-cover .wp-block-group h6::before {
    content: "Q. ";
  color: rgb(77, 113, 212);
  font-weight: bold;
}
.q-a-cover .wp-block-group p {
    padding-left: 20px;
}
.q-a-cover .wp-block-group p::before {
    content: "A. ";
  color: rgb(207, 68, 68);
  font-weight: bold;
  width: 100%;
}

/***** footer *****/
.site-footer{
  display: none;/*デフォルト*/
}
.custom-site-footer {
  background: #f5f5f5;
  padding: 80px 0 0;
  font-size: 14px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px 80px;
}
.footer-right-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.right-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  background: #f2b150;
}
.footer-col-left {
  flex: 0 0 25%;
}
.footer-col-center,
.footer-col-right {
  flex: 0 0 35%;
}
.footer-col-right p {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.footer-col .logo-img {
  width: 250px;
  margin-bottom: 20px;
}
.footer-col img {
  width: 60px;
}
.footer-col a:hover {
  text-decoration: none;
}

.footer-col-left p {
  font-size: 1rem;
}
.footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  width: 100%;
  color: #fff;
}
.right-item a:hover {
  background:#efa537;
}

.footer-btn .icon {
  margin-right: 8px;
}
@media screen and (max-width: 991px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .footer-btn {
    font-size: 1.2rem;
  }
  .footer-col-left {
    text-align: center;
  }
  .footer-col-center, .footer-col-right {
    width: 90%;
    margin: auto;
}
}
@media screen and (max-width: 767px) {
.custom-site-footer {
  padding: 80px 0 80px;
}
.footer-right-inner {
  grid-template-columns: 1fr; 
}
.footer-col-right p {
  display: none;
}
}
.footer-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #ffffff;
}

.footer-links a:hover {
  text-decoration: underline;
}

/** copy-right **/
.footer-copy {
  padding: 20px;
  font-size: 0.9rem !important;
  color: #fff;
  background-color: #2e2e2e;
  margin-bottom: 0;
  text-align: center;
}
.footer-copy p {
  margin-top: 20px;
  margin-bottom: 5px; 
}

/**mobil-footer-btn***/
.mobile-fixed-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #28b57a;
  z-index: 9999;
}

.fixed-caption {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 4px;
  text-align: center;
  background-color: #28b57a;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px #fff solid;
}
.fixed-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.fixed-links a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}
.fixed-links a + a {
  border-left: 1px solid #fff;
}
.fixed-links img {
  width: 40px;
  height: auto;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .mobile-fixed-buttons {
    display: none;
  }
}
.follow-botton,
.follow-shop-botton,
.mobile-fixed-buttons {
  transition: opacity 0.4s ease;
  opacity: 0;
}
.to-top-btn {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 100px;
  width: 40px;
  height: 40px;
  background: #3333336b;
  color: #fff;
  padding: 10px 14px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 9999;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  .to-top-btn.show {
    display: block;
    opacity: 1;
  }
}
/**** about-us ***/
.about-us table {
    border-top: 0;
    border-right: 0;
    max-width: 1100px;
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.about-us table td {
    border-left: 0;
    padding: 25px 20px !important;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size:1rem;
}
.about-us table td:first-child {
    width: 30%;
    background-color: #fff2ec;
    color: #333;
}
.about-us table td:nth-child(2) {
    background-color: #fff9f9;
}


