/*
Theme Name: adachi
Theme URI: adachi-ent-office.com
Template: lightning-pro
Author: tomomi-design
Author URI: tomomi-design.com
Version:8.23.12
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, E-Commerce
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightning
*/
body, .siteHeader {
  background: #F4F0E7;
}
body, p, h1, h2, h3, h4, h5, h6, dt, .page-header_pageTitle, .mainSection-title, .subSection-title, .veu_leadTxt, .lead, .media .media-body .media-heading a, .media a.media-body_excerpt, .postList_item .postList_body .postList_title a, .postList_item .postList_body .published, li.cat-item a, .widget_archive ul li a, table th, table td, .gMenu_name {
  color: #595959 !important;
}
@media (min-width: 1200px) {
  .header_scrolled .gMenu_outer nav {
    width: 1200px;
  }
  .container {
    max-width: 1170px;
    padding: 0;
  }
}
@media (min-width: 1250px) {
  .container {
    max-width: 1200px;
    padding: 0;
  }
}
h1, h2, h3, h4, h5, h6, .entry-title, .name, .vk-menu-acc ul.sub-menu li a, .vk-mobile-nav nav ul, .veu_flowBox dl dt, div.page-header_pageTitle, .access-box, .tel-box {
  font-family: "Zen Maru Gothic", system-ui;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .12em;
}
.gMenu_name, .btn, .slide-con .text-con2 ul li {
  font-family: "Zen Maru Gothic", system-ui;
  font-weight: 500;
  font-style: normal;
}
.mainSection {
  background-color: transparent;
}
div.wide-wrap {
  position: relative;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.textblock {
  display: inline-block;
}
.sp, .br-sp, .md-onry {
  display: none !important;
}
.mb--4 {
  margin-bottom: 40px !important;
}
.mb--5 {
  margin-bottom: 50px !important;
}
.mb--7 {
  margin-bottom: 70px !important;
}
.mb--10 {
  margin-bottom: 100px !important;
}
.f80 {
  font-size: 0.8em;
}
.ls-0 {
  letter-spacing: 0;
}
.wh-no {
  white-space: nowrap;
}
@media screen and (max-width:991px) {
  .pc2 {
    display: none !important;
  }
  .md {
    display: inherit !important;
  }
  .mb--7 {
    margin-bottom: 50px !important;
  }
  .mb--10 {
    margin-bottom: 80px !important;
  }
  .md-mb30 {
    margin-bottom: 30px !important;
  }
  .md-mb50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .md-onry {
    display: block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
  .mb--4, .sp-mb30, .mb--5 {
    margin-bottom: 30px !important;
  }
  .sp-mb50 {
    margin-bottom: 50px !important;
  }
  .br-sp {
    display: block !important;
  }
}
/* AnchorLink */
html {
  scroll-padding-top: 55px;
}
/* TelLink */
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    text-decoration: none;
  }
}
/* Img */
.img-con {
  text-align: center;
}
/* ImgLink */
.linkimg {
  transition: all .3s ease-out;
}
.linkimg:hover {
  opacity: .7;
  transition: all .3s ease-out;
}
/* Map */
.map {
  position: relative;
}
.map iframe {
  vertical-align: bottom;
  height: 400px !important;
}
@media screen and (max-width: 767px) {
  .map iframe {
    height: 300px !important;
  }
}
/* Box */
.box1 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .box1 {
    width: 100%;
  }
}
/* Color */
.color1 {
  color: #AE8A58 !important;
}
.color2 {
  color: #F4F0E7 !important;
}
.color3 {
  color: #80858C !important;
}
/* Title */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: .12em;
  line-height: 1.5;
}
.tit2 {
  font-size: 2.2rem;
  margin: 0 0 2.5rem;
}
.tit2 span {
  font-size: 1.5rem;
  color: #AE8A58 !important;
  display: block;
}
.tit5 {
  font-size: 1.5rem;
  border-bottom: 1px solid #AE8A58;
  padding-bottom: 7px;
  margin: 0 0 1.5rem;
}
.side-tit {
  font-size: 1.4rem;
  border-bottom: 1px solid #AE8A58;
  padding-bottom: 7px;
}
/* Header */
.siteHeader {
  box-shadow: none;
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .siteHeader_logo {
    float: left;
    width: 30%;
    text-align: left;
  }
}
/* gMenu */
.device-mobile .gMenu > li {
  padding: 5px 16px 14px;
}
.gMenu > li.menu-item-has-children::after {
  content: none;
}
.device-mobile .gMenu .acc-btn {
  right: 0;
}
.gMenu > li .gMenu_description {
  font-size: 12px;
  color: #AE8A58 !important;
  opacity: 1;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .gMenu li li a {
    background-color: #AE8A58;
  }
  .gMenu li li a:hover {
    background-color: #fff;
  }
  .vk-menu-acc ul.sub-menu li a {
    font-size: 16px;
    color: #fff !important;
  }
  .vk-menu-acc ul.sub-menu li a:hover {
    color: #AE8A58 !important;
  }
  .device-mobile .gMenu .acc-btn {
    right: -10px;
    top: 5px;
  }
  .gMenu > li .gMenu_name, .device-mobile .gMenu > li .gMenu_name {
    font-size: 16px;
    font-weight: 500;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .device-mobile .gMenu > li {
    padding: 5px 14px 14px;
  }
}
@media screen and (min-width: 1200px) {
  .gMenu > li .gMenu_name, .device-mobile .gMenu > li .gMenu_name {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .gMenu_outer nav {
    text-align: right;
  }
  .gMenu {
    margin: 0 0 0 auto;
  }
}
.sp-menu {
  border: 2px solid #AE8A58;
  text-align: center;
  padding: 20px 10px;
}
/* Footer */
.siteFooter {
  border-top: none;
  background: url(../../../wp-content/uploads/2025/10/foot-bg1.png) no-repeat left bottom / 30%, url(../../../wp-content/uploads/2025/10/foot-bg2.png) no-repeat right bottom / 30%, #ebe4d5;
}
@media screen and (max-width: 991px) {
  .siteFooter {
    background-position: left bottom 62px, right bottom 62px;
    background-size: 40%;
  }
}
.foot-add {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .foot-add {
    padding: 80px 0 20px;
  }
}
.foot-txt {
  text-align: center;
}
.f-logo {
  margin-bottom: 20px;
}
.tel {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1;
}
.tel i {
  margin-right: 10px;
}
.tel a {
  color: #595959 !important;
}
/* Top MainSlide */
body:not(.header_scrolled) .siteHeader-trans-true {
  background-color: rgba(255, 255, 255, 0);
  background: linear-gradient(180deg, rgb(255, 255, 255, 1) 50%, rgb(255, 255, 255, 0) 100%);
}
.slide-con {
  position: relative;
  height: 700px;
}
#top-slide {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
#top-slide::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255, .7) 5%, rgb(255, 255, 255, 0) 20%, rgb(255, 255, 255, 0) 80%, rgb(255, 255, 255, .7) 100%);
  z-index: 2;
}
#top-slide::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../wp-content/uploads/2025/10/slide-bg.png) no-repeat left top / 20%, url(../../../wp-content/uploads/2025/10/slide-bg2.png) no-repeat right bottom / 20%;
  z-index: 3;
}
#top-slide div.img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
}
#top-slide div.img01 {
  background-image: url(../../../wp-content/uploads/2025/10/slide1.jpg);
}
#top-slide div.img02 {
  background-image: url(../../../wp-content/uploads/2025/10/slide2.jpg);
}
#top-slide div.img03 {
  background-image: url(../../../wp-content/uploads/2025/10/slide3.jpg);
}
#top-slide div.img04 {
  background-image: url(../../../wp-content/uploads/2025/10/slide4.jpg);
}
@media screen and (min-width: 1400px) {
  .slide-con, #top-slide div.img {
    height: 850px;
  }
}
@media screen and (max-width: 991px) {
  .slide-con, #top-slide div.img {
    height: 500px;
  }
  .slide-con::after {
    background-size: 25%;
  }
}
@media screen and (max-width: 767px) {
  .slide-con, #top-slide div.img {
    height: 400px;
  }
}
/* Top Message */
.mess-con {
  background: url(../../../wp-content/uploads/2025/10/me-bg1.png) no-repeat left 5% bottom 20px / 20%, url(../../../wp-content/uploads/2025/10/me-bg2.png) no-repeat right 5% bottom 20px / 20%;
}
.mess-con h3 {
  text-align: center;
  margin: 0 0 30px;
}
.mess-con h5 {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mess-con {
    background-size: 40%;
  }
  .mess-con h3 {
    font-size: 20px;
  }
  .mess-con h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  .mess-con h3 {
    font-size: 18px;
  }
  .mess-con h5 {
    font-size: 16px;
  }
}
/* Top Info */
.postListText_date, .postListText_title {
  font-size: 16px;
}
.z-con h5 {
  margin: 0 0 15px;
  border-bottom: 1px solid #AE8A58;
  padding-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .postListText_date, .postListText_title {
    font-size: 14px;
  }
}
/* Top Medical */
.medi-con {
  background: url(../../../wp-content/uploads/2025/10/medi-bg.png) no-repeat left bottom / 40%;
}
@media screen and (max-width: 1399px) {
  .medi-con {
    background-size: 50%;
  }
}
@media screen and (max-width: 500px) {
  .medi-con {
    background-size: 120%;
    background-position: center bottom;
  }
}
.m-box {
  width: 80%;
  margin: 0 auto;
}
.medi-list .medi-img {
  width: 250px;
  height: 250px;
  background: #d6cdb8;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:992px) and (max-width:1199px) {
  .medi-list .medi-img {
    width: 220px;
    height: 220px;
  }
}
.medi-list2 a {
  display: block;
  background: #d6cdb8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 20px;
}
.medi-list2 .medi-img {
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 50%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.medi-list .medi-img img, .medi-list2 .medi-img img {
  width: 70%;
}
.medi-list h4 {
  text-align: center;
  margin: 20px 0;
}
.medi-list p {
  text-align: center;
  margin: 0;
}
.medi-list2 h4 {
  width: calc(100% - 200px);
  margin: 0;
  text-align: center;
}
.medi-list a:hover, .medi-list2 a:hover {
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width:1199px) {
  .medi-list2 .medi-img {
    width: 150px;
    height: 150px;
  }
  .medi-list2 h4 {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width:991px) {
  .medi-list2 .medi-img {
    width: 130px;
    height: 130px;
  }
  .medi-list2 h4 {
    width: calc(100% - 130px);
  }
}
/* Top Features */
.fea-con {
  background: url(../../../wp-content/uploads/2025/10/fea-bg.png) no-repeat right bottom / 40%, #fff;
}
@media screen and (max-width:767px) {
  .fea-con {
    background-size: 70%;
  }
}
.fea-box {
  position: relative;
  height: 330px;
}
.fea-box .num {
  width: 90px;
  height: 90px;
  background: url(../../../wp-content/uploads/2025/10/num.png) no-repeat center top / 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  color: #fff !important;
  text-align: center;
  padding-top: 25px;
}
.fea-box .img-con {
  content: '';
  position: absolute;
  top: 40px;
  right: 0;
  width: 100%;
}
.fea-box .fea-txt {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #d6cdb8;
  padding: 20px;
  text-align: center;
  width: 80%;
  z-index: 1;
  outline : 1px solid #FFFFFF;
  outline-offset : -5px;
}
@media screen and (max-width:1199px) {
  .fea-box {
    height: 280px;
  }
  .fea-box .fea-txt {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width:991px) {
  .fea-box {
    height: 230px;
  }
  .fea-box .num {
    width: 80px;
    height: 80px;
    font-size: 2.5rem;
    padding-top: 20px;
  }
  .fea-box .fea-txt {
    padding: 10px;
    height: 70px;
  }
}
@media screen and (max-width:767px) {
  .fea-box {
    height: 300px;
  }
  .fea-box .img-con {
    left: 50%;
    transform: translateX(-50%);
    max-width: 320px;
  }
  .fea-box .fea-txt {
    display: block;
    height: auto;
    max-width: 300px;
    padding: 20px 10px;
  }
}
@media screen and (max-width:374px) {
  .fea-box {
    height: 280px;
  }
}
/* Top Access */
.ac-box {
  border: 2px solid #AE8A58;
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
}
.ac-box i {
  color: #AE8A58 !important;
  font-size: 3rem;
  margin-bottom: 20px;
}
.ac-box p {
  margin: 0;
}
/* Page Header */
.page-header {
  height: 300px;
}
.page-header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.page-header_pageTitle, h1.page-header_pageTitle:first-child {
  letter-spacing: 0.12em;
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
}
.page-id-14 .page-header {
  background: url(../../../wp-content/uploads/2025/10/head-doc.jpg) no-repeat center / cover;
}
.page-id-16 .page-header {
  background: url(../../../wp-content/uploads/2025/10/head-cli.jpg) no-repeat center / cover;
}
.page-id-18 .page-header {
  background: url(../../../wp-content/uploads/2025/10/head-medi.jpg) no-repeat center / cover;
}
.page-id-20 .page-header {
  background: url(../../../wp-content/uploads/2025/10/head-ac.jpg) no-repeat center / cover;
}
.page-id-22 .page-header {
  background: url(../../../wp-content/uploads/2025/10/head-rec.jpg) no-repeat center / cover;
}
/* BreadSection */
.breadSection {
  border-bottom: none;
}
/* Page News */
@media screen and (min-width:992px) {
  .mainSection-col-two {
    width: 75%;
  }
  .sideSection-col-two {
    width: calc(100% - 75% - 3rem);
  }
}
.entry-meta {
  margin-bottom: .5em;
}
.entry-meta_items {
  font-size: 16px;
}
.entry-meta-dataList, .fa_v6_css .entry-meta_items.published::before, .entry-meta .entry-meta_items_term, .vk_post_title_new {
  display: none;
}
.media .media-body .media-heading a {
  color: #595959 !important;
}
.media .media-body .media-heading a:hover {
  color: #AE8A58 !important;
}
h1.entry-title {
  font-size: 1.5rem;
}
.media .media-body .media-heading {
  font-weight: 500;
}
/* Page Doctor */
.doc-con {
  background: url(../../../wp-content/uploads/2025/10/doc-bg.png) no-repeat center 5% / cover, #F4F0E7;
}
.name {
  text-align: right;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .name {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .doc-con2 .col-md-6 {
    padding: 0 5%;
  }
}
/* Page Clinic */
.clinic-con {
  background: url(../../../wp-content/uploads/2025/10/equ-bg1.png) repeat-y left top / 10%,  url(../../../wp-content/uploads/2025/10/equ-bg2.png) repeat-y right top / 10%;
}
.clinic-con img {
  box-shadow: 0 3px 20px rgba(204, 204, 204, .5);
}
.cen-mb0 {
  text-align: center;
  margin-bottom: 0;
}
.equ-con h5 {
  font-size: 1.2rem;
  margin: 20px 0 10px;
}
.equ-con p {
  margin: 0;
}
.img-con2 {
  display: flex;
  justify-content: space-between;
}
.img-con2 img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .clinic-con .row {
    width: 90%;
    margin: 0 auto;
  }
}
/* Page Medical */
.m-con .box1 {
  padding: 30px;
  background: #ebe4d5;
  box-shadow: 0 3px 20px rgba(235, 228, 213, .5);
  border-radius: 10px;
}
.m-con h5 {
  text-align: center;
  margin: 0 0 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ae8a58;
}
.m-con p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .m-con .box1 {
    padding: 20px 15px;
  }
}
/* Page Access */
.p-ac h4 {
  font-size: 1.5rem;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.p-ac h4 i {
  font-size: 3rem;
  margin-right: 10px;
  color: #AE8A58 !important;
}
.p-ac h4 .big {
  font-size: 2rem;
  color: #AE8A58 !important;
}
.p-ac h5 {
  margin: 0 0 15px;
}
.p-ac h5 .big {
  font-size: 1.6rem;
}
.p-ac p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-ac h4, .p-ac h5 {
    text-align: center;
  }
}
/* Page Recruit */
.rec-con h5 {
  margin: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rec-con h5 {
    text-align: left;
  }
}
/* Page All */
.first-con {
  padding: 80px 0 100px;
}
.contents-con {
  padding: 100px 0;
}
.bg-1 {
  background: #ebe4d5;
}
.bg-2 {
  background: #fff;
}
.bg-3 {
  background: url(../../../wp-content/uploads/2025/10/equ-bg1.png) repeat-y left top / 10%,  url(../../../wp-content/uploads/2025/10/equ-bg2.png) repeat-y right top / 10%;
}
@media screen and (max-width: 991px) {
  .first-con {
    padding: 60px 0 80px;
  }
  .contents-con {
    padding: 80px 0;
  }
}
/* Btn */
.btn-more {
  position: relative;
  border-radius: 10px;
  transition: all .3s ease-out;
  letter-spacing: .12em;
  border: 1px solid #bb9a7b;
  background: #bb9a7b;
  color: #fff !important;
  padding: 10px;
}
.btn-more:before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: 0.3s;
}
.btn-more:hover {
  text-decoration: none;
  transition: 0.3s;
  background: #ae8a58;
  border: 1px solid #ae8a58;
}
.btn-more:hover:before {
  right: 5px;
  transition: 0.3s;
}
.b-col1 {
  background: #80858C;
  border: 1px solid #80858C;
}
.b-col1:hover {
  background: #5b6169;
  border: 1px solid #5b6169;
}
.btn-acc {
  position: relative;
  border-radius: 10px;
  transition: all .3s ease-out;
  letter-spacing: .12em;
  border: 1px solid #bb9a7b;
  background: #F4F0E7;
  color: #bb9a7b !important;
  padding: 15px;
  font-weight: 700;
}
.b-ac2 {
  border: 1px solid #80858C;
  background: #eee;
  color: #80858C !important;
}
.btn-acc:hover {
  opacity: .7;
}
.w--200 {
  width: 200px;
}
.w--300 {
  width: 100%;
  max-width: 300px;
}
/* List */
ul.check {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  overflow: auto;
}
ul.check li {
  margin: 0 0 15px;
  padding-left: 28px;
  line-height: 2em;
  position: relative;
}
ul.check li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../../../wp-content/uploads/2025/10/iconch.png) no-repeat center / 20px;
}
ul.check2 {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  overflow: auto;
}
ul.check2 li {
  margin: 0 0 15px;
  padding-left: 32px;
  line-height: 2em;
  position: relative;
}
ul.check2 li:before {
  content: '\f14a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #AE8A58 !important;
}
ul.check li:last-child, ul.check2 li:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  ul.check2 li {
    padding-left: 28px;
  }
  .sp-col-50 {
    display: grid;
    width: 100%;
    column-gap: 1em;
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (min-width: 768px) {
  .col-50 {
    display: grid;
    width: 100%;
    column-gap: 1.5em;
    grid-template-columns: repeat(3, auto);
  }
}
@media screen and (min-width: 992px) {
  .col-50 {
    grid-template-columns: repeat(2, auto);
  }
}
/* Table */
table th, table td {
  font-size: 1rem;
}
table.zikan {
  width: 100%;
  border: none;
  margin-bottom: 15px;
}
.zikan td {
  border: none;
  border-right: 1px solid #ccc;
  width: 16.6%;
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .zikan td {
    padding: 8px 2px;
  }
}
.zikan tr {
  border-left: 1px solid #ccc;
}
.zikan td p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.1rem;
}
p.td-bg1 {
  background: #bb9a7b;
  border: 2px solid #bb9a7b;
  margin-bottom: 0;
  height: 65px;
  color: #fff !important;
}
p.td-bg2 {
  background: #fff;
  border: 2px solid #AE8A58;
  margin-bottom: 0;
  height: 65px;
  color: #AE8A58 !important;
}
table.ta1 {
  width: 100%;
  border-top: 1px solid #eee;
}
.ta1 th {
  background: rgba(174, 138, 88, 0.1);
  width: 30%;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.ta1 td {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 1rem 20px;
}
.ta1 td a {
  color: #595959 !important;
}
@media screen and (max-width: 767px) {
  .ta1 {
    width: 100%;
  }
  .ta1 th, .ta1 td {
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: center;
  }
  .ta1 th {
    background: #ebe4d5;
  }
  .ta1 td:last-child {
    border-bottom: 1px solid #fff;
  }
}
/* Wave */
.wave-bottom, .wave-top {
  position: relative;
}
.wave-top::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 73px;
  background: url(../../../wp-content/uploads/2025/10/wave1.png) no-repeat;
  background-position: left top;
  background-size: 100% auto;
  z-index: 4;
}
.wave-bottom::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 73px;
  background: url(../../../wp-content/uploads/2025/10/wave2.png) no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  z-index: 4;
}
/* sidefloatingmenu */
.sidefloatingmenu {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
  -webkit-transform: translate(445px, -50%);
  transform: translate(445px, -50%);
}
.sidefloatingmenu .item {
  background: #fff;
  border: 3px solid #AE8A58;
  border-right: none;
  padding: 30px 25px;
  width: 500px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px 0 0 10px;
}
.sidefloatingmenu .item + .item {
  margin-top: 10px;
}
.sidefloatingmenu .item:hover {
  -webkit-transform: translateX(-445px);
  transform: translateX(-445px);
}
.sidefloatingmenu h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  font-weight: bold;
}
.sidefloatingmenu .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .sidefloatingmenu {
    display: none;
  }
}
/* FootFloatingMenu */
.footFloatingMenu {
  position: fixed;
  right: 90px;
  bottom: 0;
  width: 600px;
  z-index: 99999;
  display: flex;
}
@media (max-width:767px) {
  .footFloatingMenu {
    display: none !important;
  }
}
.tel-box {
  background: #fff;
  color: #80858C !important;
  border: 2px solid #80858C;
  border-bottom: none;
  width: 290px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-right: 20px;
}
.tel-box i {
  margin-right: 10px;
  margin-top: 4px;
}
.access-box {
  background: #fff;
  border: 2px solid #AE8A58;
  border-bottom: none;
  width: 290px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}
.access-box a {
  color: #AE8A58 !important;
}
.access-box:hover {
  opacity: .7;
}
.access-box i {
  margin-right: 10px;
  margin-top: 12px;
  font-size: 30px;
}
/* PageTopBtn */
.page_top_btn {
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #AE8A58 !important;
  box-shadow: none !important;
  background-image: var(--ver_page_top_button_url);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, .5));
  border: 1px solid #fff;
}
/* Reset */
.siteFooter a {
  text-decoration: none;
}
.mainSection .widget, .siteFooter .widget {
  margin-bottom: 0 !important;
}
.siteContent, .sectionBox {
  padding: 0;
}
.entry-full {
  margin-bottom: 0;
}
.blog .siteContent, .archive .siteContent, .post-template-default .siteContent, .news-template-default .siteContent {
  padding: 100px 0;
}
@media screen and (max-width: 991.98px) {
  .mainSection {
    margin-bottom: 0;
  }
  .blog .siteContent, .archive .siteContent, .post-template-default .siteContent, .news-template-default .siteContent {
    padding: 50px 0 80px;
  }
  .blog .mainSection, .archive .mainSection, .post-template-default .mainSection, .news-template-default .mainSection {
    margin-bottom: 50px;
  }
}