/* variable */ :root {
  --base-color: #82aee0;
  --dark-gray: #32393e;
  --light-orange: #eeb79f;
  --seashell-white: #fff8f5;
  --brown: #7d6f68;
  --chablis-red: #fde5d9;
  --cinderella-red: #fadbc9;
  --light-medium-gray: #f4f2ee;
}
/* reset */
body {
  line-height: 30px;
}
section {
  padding-top: 100px;
  padding-bottom: 100px;
}
a:hover {
  color: var(--dark-gray);
}
h2, .h2 {
  font-size: 2.938rem;
  line-height: 3.438rem;
}
h3, .h3 {
  font-size: 2.113rem;
  line-height: 3.125rem;
}
h4, .h4 {
  font-size: 1.975rem;
  line-height: 2.7rem;
}
h5, .h5 {
  font-size: 1.45rem;
  line-height: 2.8rem;
}
p {
  font-weight: 500;
}
.input-small, .textarea-small, .select-small {
  font-size: 14px;
}
/* header */
.header-icon .icon > a {
  font-size: 18px;
  padding-left: 30px;
}
header .navbar.mini-header .navbar-brand img {
  max-height: 50px;
}
.navbar > .container-fluid, .header-top-bar > .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}
.header-icon {
  padding-right: 20px;
}
.navbar .navbar-nav .nav-link {
  font-size: 16px;
  line-height: 24px;
}
.center-logo .navbar-nav .nav-link, header.sticky .center-logo .navbar-nav .nav-link {
  padding: 55px 34px;
}
.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
  font-weight: 500;
}
.header-with-topbar + .top-space-margin {
  margin-top: 129px;
}
.header-cart-icon .cart-count {
  background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown .dropdown-menu .mega-menu .btn-hover-animation i {
  top: 1px;
}
/* navbar */
.navbar .navbar-nav .submenu-content ul .sub-title {
  font-size: 17px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
  font-size: 17px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
  width: 190px;
}
.header-cart-icon .header-cart .cart-item-list {
  border-radius: 0;
}
/* text color */
.text-light-orange {
  color: var(--light-orange);
}
.text-seashell-white {
  color: var(--seashell-white);
}
.text-brown {
  color: var(--brown);
}
.text-cinderella-red {
  color: var(--cinderella-red);
}
/* bg color */
.bg-seashell-white {
  background-color: var(--seashell-white);
}
.bg-chablis-red {
  background-color: var(--chablis-red);
}
.bg-gradient-very-light-gray {
  background-image: linear-gradient(to bottom, #f7f7f7, #f7f7f7, #fbfbfc, #fdfdfd, #ffffff);
}
/* page title */
.page-title-extra-large h1 {
  font-size: 3rem;
  line-height: 4rem;
}
/* btn */
.btn {
  font-weight: 500;
  letter-spacing: 0.5px;
}
.btn.btn-extra-large {
  padding: 16px 41px 17px;
  font-size: 18px;
}
.btn.btn-large {
  padding: 13px 30px;
  font-size: 16px;
}
.btn.btn-medium {
  padding: 12px 30px 11px;
  font-size: 14px;
}
.btn.btn-small {
  font-size: 14px;
  padding: 10px 25px 9px;
}
.btn.btn-very-small {
  font-size: 12px;
  padding: 7px 21px 7px;
}
.btn.btn-link {
  padding: 0 0 2px;
}
.btn.btn-transparent-base-color {
  color: var(--dark-gray);
}
.btn.btn-transparent-base-color:hover {
  background-color: var(--dark-gray);
}
/* tab style 04 */
.tab-style-04 .nav-tabs .nav-item {
  padding: 0 42px;
}
.tab-style-04 .nav-tabs .nav-item .nav-link {
  line-height: 50px;
}
/* tooltip */
.tooltip.show {
  opacity: 1;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--dark-gray);
  top: -2px;
}
.tooltip .tooltip-inner {
  background-color: var(--dark-gray);
  border-radius: 3px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: 500;
}
/* tab style 07 */
.tab-style-07 .nav-tabs .nav-item .nav-link {
  padding: 20px 30px;
}
.tab-style-07 .nav-tabs .nav-item .nav-link.active span, .tab-style-07 .nav-tabs .nav-item .nav-link:hover span {
  color: var(--dark-gray);
}
/* progress bar 02 */
.progress-bar-style-02 .progress {
  height: 10px;
}
/* newsletter style 04 */
.newsletter-style-04 .btn {
  font-size: 18px;
}
/* google map */
#map [aria-roledescription="map"] {
  left: -150px !important;
}
/* contact form style 03 */
.contact-form-style-03 {
  margin-bottom: -250px;
}
/* tag cloud */
.tag-cloud a {
  font-size: 15px;
}
.tag-cloud a.likes-count {
  font-size: 13px;
}
/* blog modern */
.blog-modern figure .post-content-wrapper {
  bottom: -54px;
}
/* pagination style 01 */
.pagination-style-01 .page-item.active .page-link, .pagination-style-01 .page-item .page-link:hover {
  background: var(--dark-gray);
  color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link, .pagination-style-01 .page-item:last-child .page-link {
  background: transparent;
  box-shadow: none !important;
  color: var(--medium-gray);
}
.pagination-style-01 .page-item:first-child .page-link:hover, .pagination-style-01 .page-item:last-child .page-link:hover {
  color: var(--dark-gray);
}
/* newsletter style 04 */
.newsletter-style-04 input {
  padding-right: 100px !important;
}
/* map */
.google-maps-link a {
  color: var(--white);
}
/* footer */
footer {
  padding-top: 80px;
}
.footer-dark p, .footer-dark a {
  color: var(--white);
	margin-bottom: 0;
}
.footer-dark a:hover, .footer-navbar li a:hover {
  color: var(--base-color);
}
footer .elements-social li {
  margin: 0 1px 5px 0;
}
footer ul li {
  margin-bottom: 0;
}
/* social */
footer .social-icon-style-09 .small-icon a {
  width: 50px;
  height: 50px;
}
footer .social-icon-style-09 ul li a span {
  background-color: var(--light-orange);
}
footer .footer-logo img {
  max-height: 94px;
}
/* blog comment */
.blog-comment li .btn-reply:hover {
  color: var(--dark-gray);
}
/* revolution slider */
.wrapper {
  padding: 0 20%;
  position: relative;
}
.tparrows.tp-rightarrow:before {
  content: "prev";
}
.tparrows.tp-leftarrow:before {
  content: "next";
}
.uranus.tparrows:before {
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Teko", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 6px;
  line-height: 70px;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  bottom: 0;
  margin-top: 110px;
  color: #232323;
}
.uranus.tparrows {
  width: 70px;
  height: 50%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 1px 0px 0px 1px
}
.uranus.tparrows.tp-leftarrow {
  border-top: 0;
}
.shop-btn {
  position: absolute !important;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) !important;
}
.title-text {
  padding: 100px !important;
}
.btn.btn-switch-text.btn-large > span {
  padding: 18px 36px;
}
.lead {
  color: #32393e;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.95;
}
.illustration-1 {
  height: 740px;
}
.bg-base-color-yellow {
  background-color: #f5ee88;
}
.bg-base-color-green {
  background-color: #3ec787;
}
.text-light-orange {
  color: #f8db3d;
}
.text-green {
  color: #3ec787;
}
.text-yellow {
  color: #f5ee88;
}
.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  padding: 25px 20px;
  background-color: #fff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  -webkit-transition: all .3s cubic-bezier(.2, 0, .3, 1);
  transition: all .3s cubic-bezier(.2, 0, .3, 1);
}
.news-list .item a:hover {
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.news-list .item .date {
  font-family: "Teko", serif;
  font-size: 21px;
  margin: 0;
  min-width: 120px;
  color: #32393e;
  padding: 0 20px 0 0;
}
.news-list .item .title {
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title {
  color: #82aee0;
}
.bnr-img {
  height: 294px;
}
.icon-brick {
  width: 34px;
}
.logo-slide {
  max-height: 110px;
}
.img-sp {
  display: none;
}
.header-title {
  font-size: 28px;
  display: block;
  margin-top: 10px;
  opacity: 0.5;
  letter-spacing: 2px;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link {
  opacity: .6;
}
table.custom-1 {
  width: 100%;
  line-height: 1.85;
}
table.custom-1 tr th, table.custom-1 tr td {
  transition: 0.7s;
}
table.custom-1 th, table.custom-1 td {
  padding: 18px;
  border: 1px solid #e4e2e2;
  vertical-align: middle;
}
table.custom-1 th {
  color: #32393e;
  font-weight: 600;
  background-color: #f9fafb;
  text-align: center;
  width: 28%;
  letter-spacing: 4px;
}
table.custom-1 td {
  background-color: #fff;
  text-align: left;
}
table.custom-2 {
  width: 100%;
  font-size: 14px !important;
}
table.custom-2 th, table.custom-2 td {
  padding: 8px !important;
  border: none !important;
  background-color: #fff !important;
}
table.custom-2 th {
  width: 20% !important;
}
.feature-box-content p {
  line-height: 1.65rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
  footer .footer-logo img {
    max-height: 74px;
  }
  .news-list .item a {
    flex-wrap: wrap;
  }
  .news-list .item .date {
    min-width: 100px;
  }
  .news-list .item a {
    padding: 20px 15px;
  }
  .illustration-1 {
    height: 380px;
  }
  header .navbar.mini-header .navbar-brand img {
    max-height: 44px;
  }
  h2, .h2 {
    font-size: 2.238rem;
    line-height: 3rem;
  }
  h3, .h3 {
    font-size: 2.013rem;
    line-height: 3.225rem;
  }
  h4, .h4 {
    font-size: 1.875rem;
    line-height: 2.7rem;
  }
  h5, .h5 {
    font-size: 1.55rem;
    line-height: 2.8rem;
  }
  .page-title-extra-large h1 {
    font-size: 2.35rem;
    line-height: 1em;
  }
  .lead {
    font-size: 1.35rem;
  }
  .bnr-img {
    height: 212px;
  }
  .logo-slide {
    max-height: 94px;
  }
  .img-pc {
    display: none;
  }
  .img-sp {
    display: block;
  }
  .header-title {
    font-size: 20px;
    margin-top: 25px;
  }
  table.custom-1 th, table.custom-1 td {
    font-size: 14px;
    padding: 12px 10px;
  }
  .icon-brick {
    width: 22px;
  }
}
@media (min-width: 1921px) {
  .title-text {
    padding: 0 200px !important;
    font-size: 110px !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 1399px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 17px;
  }
}
@media (max-width: 1250px) {
  .title-text {
    padding: 0px !important;
  }
  .navbar .navbar-nav .nav-link {
    padding: 10px 14px;
  }
}
@media (max-width: 1199px) {
  section {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .btn.btn-small {
    padding: 10px 15px 9px;
  }
  .btn.btn-extra-large {
    font-size: 16px;
  }
  .search-form-wrapper .search-form-box {
    width: 60%;
  }
  .title-text {
    padding: 0px !important;
  }
  .btn.btn-switch-text.btn-large > span {
    padding: 16px 30px;
  }
  footer .social-icon-style-09 .small-icon a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1023px) {
  .shop-btn {
    position: relative !important;
    bottom: 0px;
  }
}
@media (max-width: 991px) {
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .tab-style-04 .nav-tabs .nav-item {
    padding: 0 16px;
  }
  .tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 20px;
  }
  .navbar .btn.btn-hover-animation:hover .btn-text {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .navbar .btn.btn-hover-animation .btn-icon {
    display: none;
  }
  .navbar .navbar-nav .dropdown .dropdown-menu a, .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu a, .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu a {
    line-height: 20px;
  }
  .navbar .navbar-nav .dropdown .dropdown-menu a {
    border-color: transparent;
  }
  .navbar > .container-fluid, .header-top-bar > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  /* google map */
  #map [aria-roledescription="map"] {
    left: 0px !important;
  }
  .contact-form-style-03 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .search-form-wrapper .search-form-box {
    width: 85%;
  }
  .wrapper {
    padding: 0 12%;
    margin: 0;
  }
  .column-layer {
    height: 50vh !important;
    display: flex !important;
  }
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .shop-modern .swiper-button-prev, .shop-modern .swiper-rtl .swiper-button-next {
    left: -15px;
    right: auto;
  }
  .shop-modern .swiper-button-next, .shop-modern .swiper-rtl .swiper-button-prev {
    right: -15px;
    left: auto;
  }
  .tab-style-04 .nav-tabs .nav-item .nav-link {
    line-height: 36px;
  }
  footer {
    padding-top: 50px;
  }
  table.custom-1 th {
    letter-spacing: 1px;
  }
}
@media (max-width: 479px) {
  .uranus.tparrows:before {
    line-height: 40px;
    font-size: 14px;
  }
  .uranus.tparrows {
    width: 40px;
  }
}
@media (max-width: 900px) and (max-width: 870px) and (orientation: landscape) {
  .column-layer {
    height: 700px !important;
  }
  .uranus.tparrows {
    height: 70vh;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .column-layer {
    height: 70vh !important;
  }
  .uranus.tparrows {
    height: 70vh;
  }
  .content-row {
    padding: 120px 120px 120px 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-icon {
    padding-right: 15px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 17px;
    padding: 10px 7px;
  }
  .header-icon .icon > a {
    font-size: 17px;
    padding-left: 18px;
  }
}
.member-block {
  margin-bottom: 30px;
}
.member-block h4 {
  color: var(--dark-gray);
  font-size: 1.713rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e2e2;
}


.post, .page {
  margin: 0;
}
.news-list a:visited {
  color: var(--base-color) !important;
}
/* ページネーション全体 */
.pagination {
  text-align: center;
  margin-top: 50px;
}
/* ulを中央配置＋リセット */
.pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* 各ページ番号 */
.pagination .page-numbers a, .pagination .page-numbers span {
  display: inline-block;
  padding: 10px 16px;
  min-width: 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  color: var(--base-color) !important;
  background-color: #f5f5f5;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
/* ホバー時 */
.pagination .page-numbers a:hover {
  background-color: var(--base-color) !important;
  color: #fff !important;
}
/* 現在のページ */
.pagination .page-numbers .current {
  background-color: var(--base-color) !important;
  color: #fff !important;
  pointer-events: none;
}
/* 前へ・次へ */
.pagination .page-numbers .prev, .pagination .page-numbers .next {
  background-color: #e5e5e5;
  color: var(--base-color) !important;
}
.pagination .page-numbers .prev:hover, .pagination .page-numbers .next:hover {
  background-color: var(--base-color) !important;
  color: #fff !important;
}
.news-post h2 {
  font-size: 2.075rem;
  line-height: 1.4em;
  font-weight: 600;
  border-left: solid 2px var(--base-color) !important;
  padding-left: 0.6em;
}
.news-post .date {
  font-family: "Teko", serif;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--base-color) !important;
  padding: 8px 16px 4px;
  border-radius: 8px;
  display: inline-block;
  background-color: rgba(130, 174, 224, 0.2);
}
.case-block h2 {
  font-size: 1.45rem;
  line-height: 2.8rem;
  font-weight: 900;
}
.case-box {
  margin-bottom: 30px;
}
.form-block h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
@media (min-width: 640px) {
  .form-lead {
    text-align: center;
  }
}
/* ContactForm7 全体調整 */
.wpcf7 {
  background-color: rgba(141, 173, 220, 0.2);
  padding: 40px;
  border-radius: 10px;
  max-width: 820px;
  margin: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  font-family: "Helvetica Neue", sans-serif;
}
/* ラベルとインプット */
.wpcf7-form label {
  font-weight: 600;
  color: #333;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form select, .wpcf7-form textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
}
/* テキストエリア調整 */
.wpcf7-form textarea {
  height: 150px;
  resize: vertical;
}
/* 2カラム */
.form-row.two-columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.form-col {
  flex: 1;
  min-width: 250px;
}
.form-row p {
  margin-bottom: 0;
}
/* チェックボックス */
.checkbox-row {
  margin-bottom: 20px;
}
.wpcf7-form .wpcf7-list-item {
  font-size: 14px;
}
/* 送信ボタン */
.submit-row {
  text-align: center;
}
.wpcf7-form input[type="submit"] {
  background-color: rgba(141, 173, 220, 1);
  color: white;
  font-size: 22px;
  font-weight: 600;
  padding: 14px 32px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.wpcf7-form input[type="submit"]:hover {
  background-color: #009b85;
}
/* 必須マーク */
.required {
  background: #ff4d4f;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 6px;
}
/* 任意マーク */
.optional {
  background: #6c757d;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 6px;
}
/* チェックボックス行 全体 */
.checkbox-row {
  display: flex;
  flex-direction: column; /* 縦並び */
  gap: 10px; /* 項目間の余白 */
  margin: 16px 0 24px;
}
/* CF7 が吐く wrap をブロック化して余白を統一 */
.checkbox-row .wpcf7-form-control-wrap {
  display: block;
}
/* ラベルとチェックの位置合わせ */
.checkbox-row label {
  display: flex;
  align-items: center; /* 文字の縦位置をチェックと揃える */
  gap: 8px;
  margin: 0;
  font-weight: 400; /* ラベルの太さは通常文と同じに */
}
/* リスト項目のデフォルト余白を打ち消し */
.checkbox-row .wpcf7-list-item {
  margin: 0;
}
/* チェックボックスのサイズ＆色（対応ブラウザで反映） */
.checkbox-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #8daddc; /* テーマ色に合わせる */
}
/* placeholder の色を薄める */
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
  color: #aaa !important; /* グレーで薄く */
  opacity: 1; /* Safari対応：必ず指定 */
}
@media (min-width: 640px) {
  .checkbox-row {
    flex-direction: row; /* 横並び */
    gap: 20px;
  }
  .checkbox-row .wpcf7-form-control-wrap {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .wpcf7 {
    padding: 20px;
  }
  .wpcf7 br {
    display: none;
  }
}
a.btn-dl {
  border-radius: 6px;
}
a.btn-dl:hover {
  background-color: rgba(10, 88, 202, 0.8);
  color: #fff;
}
a.btn-dl:visited {
  color: #fff;
}
ul.nav-tabs {
	margin-left: 0;
}

	.KV-copy {
	padding: 0 8%;
	width: 84% !important;
	height: auto !important;
}
@media (max-width: 768px) {
.cta-section h3 {
	font-size: 1.74rem;
	line-height: 2.825rem;
}
}