@charset "UTF-8";
/*--------------------------------------------------------------
	This file is now edited directly (no SCSS build step required).
	assets/scss/*.scss is kept only as historical reference and is
	no longer compiled into this file — do not expect it to match.
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Theme Color Variables (:root)
--------------------------------------------------------------*/
:root {
  /* テキストカラー */
  --color-text-main: #3b3b3b; /* 基本本文・説明文テキスト色 */
  --color-text-dark: #1e293b; /* 見出し・強調テキスト色 */
  --color-text-heading: #111111; /* 主要見出し・タイトル色 */
  --color-text-muted: #64748b; /* 補足・日付テキスト色 */
  --color-text-light: #ffffff; /* 白文字 */

  /* ブランド＆アクセントカラー */
  --color-primary: #00aecc; /* ブランドシアンブルー */
  --color-primary-hover: #009db8; /* プライマリホバー色 */
  --color-primary-dark: #007a91; /* プライマリダーク色 */
  --color-accent: #e63946; /* アクセント・料金（赤） */
  --color-gold: #e6af4b; /* ゴールド・評価星 */

  /* 背景＆ボーダーカラー */
  --color-bg-body: #ffffff; /* ページ全体背景 */
  --color-bg-light: #f8fafc; /* 薄いグレー背景 */
  --color-bg-subtle: #f1f5f9; /* サブ背景色 */
  --color-border: #e2e8f0; /* 基本ボーダー色 */
  --color-border-light: #f0f0f0; /* 薄いボーダー色 */
}

/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
/* Global box-sizing reset (previously provided by Bootstrap) */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%; /* 1rem = 16px */
  scroll-behavior: smooth;
}

body {
  background: var(--color-bg-body, #fff);
  font-family:
    "Noto Serif JP", "Shippori Mincho", "Yu Mincho", "游明朝", YuMincho,
    "Hiragino Mincho ProN", Georgia, serif;
  font-size: 1rem; /* 16px */
  font-weight: 400;
  line-height: 1.85;
  color: var(--color-text-main, #454545);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left !important;
}

.position-relative {
  position: relative;
}

.leftauto {
  right: 0 !important;
  left: auto !important;
}

/* Transition elements */
a,
.btn {
  transition: all 0.125s ease-in-out;
}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
  transition: all 0.3s ease-in-out;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 2px;
}

.pr-remove {
  /*vertical-align: middle !important;*/
  text-align: center;
}

.examples {
  border-radius: 2px;
  padding: 7px 5px;
  margin: 0 0 40px;
}

.examples.bg-dark {
  background: #333;
  border: 0;
}

.et-icons .box1 {
  border: 1px solid #e5e5e5;
  display: inline-flex;
  align-items: center;
  width: 25%;
  padding: 0;
  font-size: 13px;
  margin: -1px 0 0 -1px;
  box-sizing: border-box;
}

.et-icons .box1 > span {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  margin-right: 5px;
}

.fa-icons > div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

.fa-icons > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Sections */
.navbar-custom + .main {
  margin-top: 50px;
}

.main {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.module,
.module-small {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* Module header */
.module-small {
  padding: 50px 0;
}

.module-extra-small {
  padding: 25px 0px;
}

.module-medium {
  padding: 75px 0px;
}

.module-000 {
  padding: 0px 0px;
}

.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}

/* Sections dividers */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}

/* Half-image */
.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.side-image-text {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 140px 60px 140px;
}

/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
  color: #fff;
}

.bg-dark {
  background: #111;
}

.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-60:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-gradient:before {
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.95) 95%,
    rgb(0, 0, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(95%, rgba(0, 0, 0, 0.95)),
    color-stop(100%, rgb(0, 0, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.95) 95%,
    rgb(0, 0, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.95) 95%,
    rgb(0, 0, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.95) 95%,
    rgb(0, 0, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(40, 115, 113, 0.57) 25%,
    rgba(115, 54, 31, 0.67) 75%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light {
  background: #f8fafc;
}

.bg-blue {
  background: linear-gradient(135deg, #0093b1 0%, #00aecc 50%, #00c6d7 100%);
  color: #fff;
}

.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}
/* text */
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-nowrap {
  white-space: nowrap;
}
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-normal {
  font-weight: normal;
}

/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}
/* Scroll to top */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 24px;
  right: 24px;
  z-index: 999;
}

.scroll-up a {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  font-size: 16px;
  color: #111111;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.scroll-up a:hover,
.scroll-up a:active {
  background: #00aecc;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 174, 204, 0.35);
}

/* Video */
.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}

/* Landing Page */
.landing-reason:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 26, 107, 0.9);
}

.landing-reason {
  color: #fff;
  font-size: 13px;
}

.landing-image-text {
  padding-top: 70px;
  padding-bottom: 0px;
}
.landing-image-text h2 {
  margin-top: 100px;
  margin-bottom: 15px;
}

.landing-screenshot:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 60, 130, 0.5);
}

.alert i {
  margin-right: 5px;
}

/*--------------------------------------------------------------
	Layout (Flexbox/Grid primitives, replaces Bootstrap grid)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	Layout primitives (Flexbox / Grid)
	Replaces Bootstrap's .container/.row/.col-* grid and navbar
	structural CSS. Breakpoints intentionally match the values
	Bootstrap 3 used (768 / 992 / 1200) so nothing shifts.
--------------------------------------------------------------*/
/* Container */
.l-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .l-container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .l-container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .l-container {
    max-width: 1170px;
  }
}
/* Row base (flex row + gutter compensation), shared by every
   pattern below so gutters line up consistently. */
.l-row,
.l-split,
.l-cards,
.l-features-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.l-row > *,
.l-split > *,
.l-cards > *,
.l-features-row > * {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Centered title block (was col-sm-6 col-sm-offset-3) */
.l-title {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .l-title {
    max-width: 840px;
  }
}
/* Centered wide band (was col-sm-8 col-sm-offset-2 / col-sm-10 col-sm-offset-1) */
.l-band {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .l-band--66 {
    max-width: 66.6667%;
  }
  .l-band--83 {
    max-width: 83.3333%;
  }
}
/* Two-column split (symmetric 50/50 by default) */
@media (min-width: 768px) {
  .l-split > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* asymmetric split, e.g. contact form (66%) + sidebar (33%) */
  .l-split--8-4 > *:nth-child(1) {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .l-split--8-4 > *:nth-child(2) {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
/* Callout text + right-aligned button row */
.l-cta-row > * {
  width: 100%;
}

@media (min-width: 768px) {
  .l-cta-row > *:nth-child(1) {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .l-cta-row > *:nth-child(2) {
    flex: 1 0 0;
    max-width: 100%;
  }
}
/* N-up card rows */
@media (min-width: 768px) {
  .l-cards--cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-cards--cols-4 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .l-cards--cols-3 > * {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .l-cards--cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/* Features row: card / hidden-below-md image / card (25% / 50% / 25% at desktop) */
.l-features-row > *:nth-child(2) {
  display: none;
}

@media (min-width: 992px) {
  .l-features-row > *:nth-child(1) {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-features-row > *:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
  }
  .l-features-row > *:nth-child(3) {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/* Visibility utility (was hidden-xs hidden-sm) */
.u-hide-below-md {
  display: none;
}

@media (min-width: 992px) {
  .u-hide-below-md {
    display: block;
  }
}
/*--------------------------------------------------------------
	Navbar structure (replaces Bootstrap's navbar component CSS)
--------------------------------------------------------------*/
.navbar {
  position: relative;
  min-height: 50px;
}

.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-custom .l-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 0;
}

.navbar-brand {
  display: inline-block;
  padding: 15px 0;
  font-size: 18px;
  line-height: 20px;
}

.navbar-toggle {
  display: block;
  padding: 9px 10px;
  margin: 0;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-collapse {
  display: none;
  width: 100%;
}

.navbar-collapse.is-open {
  display: block;
}

.navbar-nav {
  margin: 7.5px 0;
  padding: 0;
  list-style: none;
}

.navbar-nav > li > a {
  display: block;
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .navbar-header {
    width: auto;
    padding: 0;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-collapse {
    display: flex !important;
    flex: 1 1 auto;
    width: auto;
  }
  .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .navbar-nav.navbar-right {
    margin-left: auto;
  }
  .navbar-nav > li > a {
    padding: 15px;
  }
}
/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 6px;
  font-family: "Noto Sans JP", "Roboto Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  padding: 10px 32px;
  display: inline-block;
  text-align: center;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.btn-round {
  border-radius: 50px;
}

.btn.btn-circle {
  border-radius: 50px;
}

.btn.btn-w {
  background: #ffffff;
  color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: #f8fafc;
  color: #00aecc;
}

.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}

.btn.btn-border-w {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: #111;
}

.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
  background: rgb(17, 17, 17);
}

.btn.btn-b {
  background: rgb(17, 17, 17);
  color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}

.btn-border-d {
  background: transparent;
  border: 1px solid rgb(17, 17, 17);
  color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: rgb(17, 17, 17);
  color: #fff;
}

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}

.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}

.btn.btn-xs {
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}

.image-button {
  margin: 0px 5px;
}

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
.form-control {
  font-family: "Noto Sans Japanese", "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  height: 33px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.form-control:focus {
  border-color: #cacaca;
}

/* Forms size */
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
  font-size: clamp(0.875rem, 0.82rem + 0.25vw, 0.95rem);
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 29px;
  font-size: clamp(0.875rem, 0.85rem + 0.2vw, 0.95rem);
}

.rqst-form {
  margin-top: 27px;
}
.rqst-form .btn {
  margin-top: 5px;
}

.input-group-addon {
  border: 1px solid #e4e4e4 !important;
}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
  color: #111;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #aaa;
  outline: 0;
}

.bg-dark a {
  color: #aaa;
}

.bg-dark a:hover,
.bg-dark a:focus {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: 400;
}

p,
ol,
ul,
blockquote {
  margin: 0 0 20px;
}

blockquote {
  border: 0;
  font-style: italic;
  font-size: clamp(0.95rem, 0.9rem + 0.3vw, 1.05rem);
  padding: 0;
}

.font-alt {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.font-serif {
  font-family: Volkhov, "Times New Roman", sans-serif;
  font-style: italic;
}

.large-text {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem) !important;
}

.rotate {
  text-shadow: none !important;
}

.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.125rem);
  color: #1a1a1a;
  margin: 0 0 45px;
  padding-bottom: 16px;
}

.module-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 3px;
  background: linear-gradient(90deg, #00aecc, #00d2ff);
  border-radius: 2px;
}

.bg-dark .module-title::after,
.bg-dark-30 .module-title::after,
.bg-dark-60 .module-title::after {
  background: linear-gradient(90deg, #00aecc, #ffffff);
}

.module-subtitle {
  text-align: center;
  font-size: clamp(0.95rem, 0.9rem + 0.3vw, 1.1rem);
  color: var(--color-text-main);
  line-height: 1.8;
  margin-bottom: 45px;
}

.module-ex-subtitle {
  text-align: center;
  font-size: clamp(0.875rem, 0.85rem + 0.25vw, 1rem);
  color: var(--color-text-main);
  margin-bottom: 20px;
}

.text-up-16 {
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.15rem);
  font-weight: 700;
  color: var(--color-accent);
}

.noto100 {
  font-weight: 100;
}

.noto300 {
  font-weight: 300;
}

.noto400 {
  font-weight: 400;
}

.module-icon {
  text-align: center;
  font-size: clamp(1.75rem, 1.5rem + 1vw, 2.25rem);
  margin-bottom: 20px;
}

/* .module-title + .module-subtitle {
  margin-top: -45px;
} */

/* Restaurant module header */
.alt-module-subtitle {
  display: table;
}

.alt-module-subtitle h5 {
  display: table-cell;
  white-space: pre;
  padding: 0 8px;
  color: #111;
}

/* Finance case study header */
.finance-image-content {
  border: 1px solid #e5e5e5;
  padding: 60px 0px;
}
.finance-image-content .module-title {
  margin-bottom: 20px;
}
.finance-image-content .alt-features-item {
  margin-top: 40px;
}

/* Landing Page */
.landing-reason .module-title {
  color: #e6af4b;
}
.landing-reason .module-title + .module-subtitle {
  margin-top: -60px;
  margin-bottom: 40px;
}

.free-trial {
  background-color: rgba(88, 20, 158, 0.9);
  color: #ffffff;
}
.free-trial .color-golden {
  color: #e6af4b;
}

/*  Special Portfolio Page  */
.special-portfolio-header-title {
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 50px;
  padding: 40px 0px;
  letter-spacing: 8px;
}

/*--------------------------------------------------------------
	Slider & Carousel
--------------------------------------------------------------*/
/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */
.flex-direction-nav a,
.flex-control-nav > li > a {
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  top: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

.flex-direction-nav .flex-prev {
  opacity: 0;
  left: 0;
  cursor: url(../images/prev-light.png), e-resize;
}

.flex-direction-nav .flex-next {
  opacity: 0;
  right: 0;
  cursor: url(../images/next-light.png), e-resize;
}

.flex-control-nav {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 20px;
  z-index: 11;
  text-align: center;
  transform: translateX(-50%);
}

.flex-control-nav > li {
  display: inline-block;
  margin: 5px 3px;
}

.flex-control-nav > li > a {
  background: transparent;
  border: 1px solid #fff;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
}

.flex-control-nav > li > a:hover,
.flex-control-nav > li > a.flex-active {
  background: #fff;
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
  margin: 0 !important;
}

.hero-slider .slides > li {
  display: none;
  backface-visibility: hidden;
}

.hero-slider,
.hero-slider .flex-viewport {
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
}

.hero-slider .slides {
  height: 100% !important;
  transition-delay: 1s;
}

.hero-slider .flex-direction-nav a {
  width: 15%;
}

.hero-slider .slides li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Caption */
.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 70%;
  margin: 0 auto;
}

.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/*
Photography Page Slider
*/
.photography-page .image-caption {
  bottom: 20px;
  position: absolute;
  width: 35%;
}
.photography-page .image-caption .caption-text {
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.photography-page .flex-control-nav {
  left: 80%;
  bottom: 20px;
  z-index: 11;
}

/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */
.owl-controls {
  margin-top: 40px;
}

.owl-pagination div {
  display: inline-block;
}

.owl-controls .owl-page span {
  background: transparent;
  border: 1px solid #111;
  display: block;
  height: 6px;
  width: 6px;
  margin: 0 3px 5px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #111;
}

.owl-controls .owl-buttons > div {
  display: inline-block;
  margin: 5px;
  font-size: 14px;
  color: #111;
}

/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
.navbar-custom {
  background-color: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  z-index: 1000;
  font-family: "Noto Sans JP", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: clamp(0.875rem, 0.82rem + 0.25vw, 0.95rem);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition:
    background-color 0.4s ease,
    padding 0.4s ease,
    box-shadow 0.4s ease;
}

.navbar a {
  transition: color 0.25s ease-in-out;
}

.navbar-custom .dropdown-menu {
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.navbar-custom .navbar-brand {
  letter-spacing: 3px;
  font-weight: 700;
  font-size: clamp(1.125rem, 1rem + 0.6vw, 1.375rem);
  color: #ffffff;
  transition: opacity 0.25s ease;
}

.navbar-custom .navbar-brand:hover {
  opacity: 0.85;
}

.navbar-custom .nav li > a {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  transition: color 0.25s ease;
}

.navbar-custom .nav li > a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #00aecc;
  border-radius: 2px;
  transition:
    width 0.3s ease,
    left 0.3s ease;
}

.navbar-custom .nav li > a:hover::after {
  width: 60%;
  left: 20%;
}

.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 11px 15px;
  letter-spacing: 2px;
  color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #fff;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #fff;
}

.dropdown-menu {
  min-width: 180px;
  font-size: clamp(0.875rem, 0.82rem + 0.25vw, 0.95rem);
}

/* Navbar search

.dropdown-search {
	position: relative;
	padding: 5px;
}

.dropdown-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}*/
/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  background-size: cover;
}

.titan-title-size-0 {
  letter-spacing: 2px;
  font-size: clamp(0.95rem, 0.9rem + 0.3vw, 1.125rem);
}

.titan-title-size-1 {
  letter-spacing: 4px;
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.25rem);
}

.titan-title-size-2 {
  line-height: 1.3;
  letter-spacing: 3px;
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  opacity: 0.8;
}

.titan-title-size-3 {
  letter-spacing: 16px;
  font-size: clamp(1.75rem, 1.2rem + 2.5vw, 2.875rem);
}

.titan-title-size-4 {
  letter-spacing: 24px;
  font-weight: 400;
  font-size: clamp(2rem, 1.3rem + 3vw, 3rem);
}

/* Agency Page Header */
.agency-page-header:before {
  background: rgba(0, 0, 0, 0);
}

/* About us Page Header */
.about-page-header:before,
.pv-page-header:before {
  background: rgba(0, 0, 0, 0.55);
}

/* Service Page Header */
.service-page-header:before {
  background: rgba(2, 2, 2, 0.1);
}

/* Pricing Page Header */
.pricing-page-header {
  background-position: 40% 14%;
  background-repeat: no-repeat;
}
.pricing-page-header:before {
  background: rgba(2, 2, 2, 0.6);
}

/* Gallery Page Header */
.gallery-page-header {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
.gallery-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Contact Page Header */
.contact-page-header {
  background-position: 13% 45%;
  background-repeat: no-repeat;
}
.contact-page-header:before {
  background: rgba(0, 0, 0, 0.55);
}

/* FAQ Page Header */
.faq-page-header:before {
  background: rgba(2, 2, 2, 0.15);
}

/* Blog Page Header */
.blog-page-header {
  background-position: 50% 24%;
  background-repeat: no-repeat;
}
.blog-page-header:before {
  background: rgba(2, 2, 2, 0.3);
}

/* Restaurant menu Page Header */
.restaurant-menu-bg:before {
  background: rgba(2, 2, 2, 0.4);
}

.restaurant-page-header:before {
  background: rgba(0, 0, 0, 0.45);
}

.restaurant-image-overlay:before {
  background-color: rgba(2, 2, 2, 0.25);
}

/* Portfolio Page Header */
.portfolio-page-header {
  background-position: 50% 50%;
}
.portfolio-page-header:before {
  background: rgba(45, 45, 45, 0.45);
}

/* Landing Page Header */
.landing-header:before {
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(119, 47, 109, 0.52) 95%,
    rgba(115, 35, 105, 0.58) 100%
  );
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.banner-img {
  margin-top: -145px;
}

.shop-page-header:before {
  background: rgba(34, 34, 34, 0.3);
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
  padding: 10px 0;
}
.footer .copyright {
  margin: 0;
}
.footer .footer-social-links {
  text-align: right;
}
.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
}

/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */
#map-section {
  position: relative;
  height: 450px;
  width: 100%;
}

#map {
  height: 100%;
  width: 100%;
}

#map img {
  max-width: none;
}

/* Responsive embedded Google Map (16:9) */
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 10px;
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #eaeaea;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Google Calendar embed */
.gc_wrapper {
  max-width: 960px;
  min-width: 300px;
  margin: 2.0833% auto;
}

.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-iframe-container iframe,
.responsive-iframe-container object,
.responsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 768px) {
  .gc_big-container {
    display: none;
  }
  .gc_small-container {
    padding-bottom: 200%;
  }
}
@media (min-width: 768px) {
  .gc_small-container {
    display: none;
  }
}
/*--------------------------------------------------------------
	Services & Features
--------------------------------------------------------------*/
.features-item {
  margin: 20px 0;
  text-align: center;
}

.features-icon,
.alt-features-icon {
  line-height: 1.2;
  font-size: 42px;
  color: #111;
}

.features-title,
.alt-features-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 16px 0 15px;
}

.alt-features-item {
  position: relative;
  padding-left: 55px;
  margin: 65px 0 0 0;
}

.alt-features-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
}

.alt-features-title {
  font-size: 13px;
  margin: 0 0 10px;
}

/* Content box */
.content-box {
  margin: 20px 0;
  text-align: center;
}

.content-box-title {
  font-weight: 400;
  font-size: 18px;
  color: #111;
  margin: 16px 0 15px;
}

/*--------------------------------------------------------------
	Team / Spot Cards
--------------------------------------------------------------*/
.team-item {
  position: relative;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.team-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.team-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.team-image img {
  width: 100%;
}

.team-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.team-detail {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
  padding: 20px;
}

.team-detail h5 {
  font-size: 16px;
}

.team-detail p {
  font-size: 14px;
}

.team-social a {
  display: inline-block;
  color: #aaa;
  padding: 5px 6px;
}

.team-social a:hover {
  color: #fff;
}

.team-descr {
  margin: 20px 0 0;
}

.team-name {
  font-size: 14px;
  color: #111;
}

.team-role {
  font-size: 11px;
  color: #aaa;
}

.team-item:hover .team-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.team-item:hover .team-detail {
  opacity: 1;
  bottom: 50%;
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Restaurant Menu
--------------------------------------------------------------*/
.menu {
  border-bottom: 1px dotted #e5e5e5;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.menu-title,
.menu-price {
  margin: 0 0 10px;
  font-size: 14px;
  color: #111;
}

.menu-price-detail {
  position: relative;
  text-align: right;
}

/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/
.price-table {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 25px 20px;
  margin: 15px 0 30px;
  border-radius: 2px;
  text-align: center;
}

.price-table:hover {
  border-color: #cacaca;
}

.price-table.best {
  margin: 0 0 30px;
}

.price-table .small {
  margin: 0;
}

.borderline {
  position: relative;
  background: #eaeaea;
  display: block;
  height: 1px;
  width: 100%;
  margin: 20px 0 15px;
}

.borderline:before {
  position: absolute;
  background: #eaeaea;
  content: "";
  bottom: -7px;
  left: 50%;
  height: 14px;
  width: 14px;
  transform: rotate(45deg);
  margin-left: -7px;
}

.borderline:after {
  position: absolute;
  background: #fff;
  content: "";
  bottom: -5px;
  left: 50%;
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  margin-left: -8px;
}

.price-table h4 {
  color: #111;
  margin: 0;
}

.price-table p.price {
  font-size: 60px;
  color: #111;
  padding: 0;
  margin: 0 0 0 -10px;
}

.price-table p.price span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding-top: 25px;
}

.price-details {
  list-style: none;
  padding: 0;
  margin: 0 0 23px;
}

.price-details li {
  padding: 7px 0;
}

.price-details li > span {
  text-decoration: line-through;
  color: #aaa;
}

/*--------------------------------------------------------------
	Fun fact / Access Cards
--------------------------------------------------------------*/
.count-item {
  text-align: center;
  background: #ffffff;
  padding: 28px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
}

.count-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.count-icon {
  line-height: 1.2;
  font-size: 38px;
  color: #00aecc;
  margin-bottom: 12px;
}

/*--------------------------------------------------------------
	Video Box
--------------------------------------------------------------*/
.video-box {
  text-align: center;
  padding: 40px 0;
}

.video-box-icon > a > i,
.video-box-icon > a > span {
  line-height: 1.8;
  font-size: 40px;
  color: #fff;
}

.video-title {
  letter-spacing: 4px;
  font-size: 30px;
  margin: 10px 0 0;
}

.video-subtitle {
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
	Portfolio
--------------------------------------------------------------*/
/* Portfolio filter */
.filter {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 0 70px;
}

.filter > li {
  display: inline-block;
  padding: 0 0 10px;
  margin: 0 25px;
}

/* Portfolio grid */
.works-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.works-grid.works-grid-gut {
  margin: 0 -8px;
}

.works-grid.works-grid-gut .work-item {
  padding: 8px;
}

.work-item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.works-grid-3 .work-item {
  width: 33.3333%;
}

.container .works-grid-3 .work-item {
  width: 33.2%;
}

.works-grid-4 .work-item {
  width: 25%;
}

.works-grid-5 .work-item {
  width: 20%;
}

.work-item > a {
  position: relative;
  display: block;
  overflow: hidden;
}

.work-image {
  position: relative;
  overflow: hidden;
}

.work-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.work-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: background 0.35s ease;
}

.work-caption {
  width: 100%;
  padding: 20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.92);
  text-align: center;
  overflow: hidden;
  pointer-events: none;
  transition:
    opacity 0.35s ease,
    transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 3;
}

.work-title {
  font-size: 15px;
  color: #fff;
  margin: 0 0 6px;
  font-weight: 700;
}

.work-descr {
  color: rgba(0, 0, 0, 0.9);
  font-size: 13px;
  line-height: 1.6;
}

.work-item:hover .work-image:after {
  background: rgba(0, 0, 0, 0.65);
}

.work-item:hover .work-image > img {
  transform: scale(1.08);
}

.work-item:hover .work-caption {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Work item white background*/
.works-grid.works-hover-w .work-title {
  color: #111;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
  background: rgba(255, 255, 255, 0.8);
}

/* Work item gradien background*/
.works-grid.works-hover-g .work-image:after {
  opacity: 0;
}

.works-grid.works-hover-g .work-descr {
  color: #fff;
}

.works-grid.works-hover-g .work-item:hover .work-image:after {
  background: linear-gradient(
    135deg,
    rgba(111, 226, 158, 0.8) 0%,
    rgba(91, 218, 209, 0.8) 100%
  );
  opacity: 1;
}

.sliding-portfolio .work-item {
  width: 100%;
}

/*--------------------------------------------------------------
	Single Portfolio
--------------------------------------------------------------*/
.work-details {
  margin: 0 0 20px;
}

.work-details-title {
  color: #111;
  margin: 0 0 20px;
}

.work-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-details ul > li {
  border-bottom: 1px dotted #c2c2c2;
  padding: 0 0 5px;
  margin: 0 0 5px;
}

/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/
.callout-text {
  color: #ffffff;
  opacity: 1;
}

.callout-text p,
.callout-text li,
.callout-text span {
  color: #ffffff !important;
  opacity: 1 !important;
}

.callout-title {
  font-weight: 700;
  font-size: clamp(1.3rem, 1.15rem + 0.75vw, 1.65rem);
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.callout-btn-box {
  text-align: right;
  padding-top: 4px;
}

.request-cta {
  padding: 50px 0px;
}

/*--------------------------------------------------------------
	Testimonial
--------------------------------------------------------------*/
.testimonial:before {
  background: rgba(2, 2, 2, 0.4);
}

.testimonials-slider {
  position: relative;
}

.testimonial-text {
  text-align: center;
  font-style: normal;
  font-size: 18px;
}

.testimonial-caption {
  text-align: center;
  padding: 10px 0 0;
}

.testimonial-title {
  font-size: 14px;
}

.testimonial-descr {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/
.gallery-item {
  position: relative;
  text-align: center;
  margin: 0 0 24px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.gallery-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.gallery-image a.gallery {
  position: relative;
  display: block;
}

.gallery-image img {
  display: block;
  overflow: hidden;
  width: 100%;
  transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-image img {
  transform: scale(1.05);
}

.gallery-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gallery-caption {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 20px;
}

.gallery-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 24px;
  margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
  line-height: 50px;
}

/* Gallery hover */
.gallery-item:hover .gallery-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Blog Post
--------------------------------------------------------------*/
.post {
  margin: 0 0 80px;
}

.post-title {
  line-height: 1.4;
  font-size: 22px;
  color: #111;
  margin: 0;
}

.post-header {
  margin: 0 0 15px;
}

.post-meta {
  font-size: 11px;
  color: #aaa;
}

.post-entry {
  border-top: 1px dotted #c2c2c2;
  padding-top: 20px;
  margin-top: 10px;
}

.post-images-slider {
  position: relative;
}

.post-images-slider .flex-control-nav {
  bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
  margin: 0 0 20px;
}

.post-quote {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
}

/* Post columns */
.post-columns .post {
  margin: 0 0 60px;
}

.post-columns .post-header {
  margin: 0 0 10px;
}

.post-columns .post-title {
  line-height: 1.8;
  font-size: 14px;
}

.post-columns .post-entry {
  padding: 10px 0 0;
  margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
  border: 0;
  padding: 0;
}

.post-columns .post-entry p:last-child {
  margin: 0;
}

.more-link:after {
  content: "»";
  color: var(--color-text-muted);
  padding-left: 5px;
}

.pagination a {
  border: 1px solid #eaeaea;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  padding: 4px 12px;
}

.pagination a.active {
  border-color: #cacaca;
}

/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/
/* Progress bars */
.progress {
  overflow: visible;
  height: 4px;
}

.progress-bar {
  position: relative;
}

.progress-bar.pb-dark {
  background: #111;
}

.progress-bar span {
  position: absolute;
  display: block;
  right: 0px;
  top: -24px;
  opacity: 0;
  line-height: 12px;
  font-size: 12px;
  color: #111;
  padding: 4px 0px;
}

.progress-bar span:after {
  display: inline-block;
  content: "%";
}

/* Tabs */
.tab-content .tab-pane {
  padding: 20px 0;
}

/* Accordion */
.panel-title {
  font-size: 14px;
}

.panel-heading a {
  position: relative;
  display: block;
}

.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 0px;
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f107";
}

/* Tables */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
  border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
  border-top: 0;
}

.checkout-table {
  border: 1px solid #e5e5e5;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
  padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
  max-width: 36px;
}

/* Sidebar / Widget common*/
.sidebar .widget {
  margin-bottom: 60px;
}

.sidebar .widget-title {
  color: #111;
}

.widget .widget-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Icon List */
.widget .icon-list li {
  padding: 5px 0;
}

.widget .icon-list li a:before {
  content: "»";
  color: var(--color-text-muted);
  padding-right: 5px;
}

/* Posts */
.widget-posts li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 15px;
}

.widget-posts li:last-child {
  margin: 0;
}

.widget-posts-image {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.widget-posts-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.widget-posts-body {
  flex: 1;
  min-width: 0;
}

.widget-posts-meta {
  font-size: 0.75rem;
}

/* Search */
.search-box {
  position: relative;
}

/* Tags */
.tags a {
  background: #111;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px 4px 12px;
  margin: 0 1px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.tags a:hover {
  background: rgba(17, 17, 17, 0.8);
}

/*--------------------------------------------------------------
	Comment Box in Blog
--------------------------------------------------------------*/
.comments,
.comment-form {
  margin: 80px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 16px;
  color: #111;
  padding-bottom: 15px;
  margin: 0 0 20px;
}

.comment-author {
  font-size: 14px;
  margin: 0 0 10px;
}

.comment-avatar {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 10px;
}

.comment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.comment-content {
  padding-top: 5px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .comment .comment {
    margin-left: 75px;
  }
}
/*--------------------------------------------------------------
	Client
--------------------------------------------------------------*/
.client-logo {
  opacity: 0.5;
}

.client-logo:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Shop Items
--------------------------------------------------------------*/
.shop-item {
  text-align: center;
  margin: 0 0 40px;
}

.shop-item-image {
  position: relative;
  overflow: hidden;
}

.shop-item-image img {
  width: 100%;
}

.shop-item-detail,
.shop-item-image:after {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.shop-item-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.shop-item-detail {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  padding: 20px;
  opacity: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
}

.shop-item-title {
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 15px 0 5px;
}

/* Shop item hover */
.shop-item:hover .shop-item-image:after {
  background: rgba(255, 255, 255, 0.7);
}

.shop-item:hover .shop-item-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}

/* -------------------------------------------------------------------
	Exclusive products
------------------------------------------------------------------- */
.ex-product {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.ex-product:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Shop Single Product
--------------------------------------------------------------*/
.product-gallery {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 10px 0 0;
}

.product-gallery li {
  display: inline-block;
  width: 15%;
  margin: 0 5px;
}

.product-gallery li:first-child {
  margin-left: 0;
}

.product-title {
  margin: 0 0 20px;
  color: #111;
}

.star,
.star-off {
  margin-bottom: 5px;
  color: #f1c40f;
}

.star-off {
  color: #e5e5e5;
}

.amount {
  font-size: 32px;
  color: #111;
}

.reviews {
  margin: 0;
}

/*--------------------------------------------------------------
	Showcase Page
--------------------------------------------------------------*/
.showcase-page .showcase-page-header {
  background-color: rgba(2, 2, 2, 0.7);
}
.showcase-page .content-box {
  display: block;
  margin-bottom: 45px;
}
.showcase-page .content-box .content-box-image {
  border-radius: 6px;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: 0.35s ease-out;
}
.showcase-page .content-box .content-box-image:hover {
  transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
	Documentation Page
--------------------------------------------------------------*/
.documentation-page {
  font-size: 14px;
}
.documentation-page .pln {
  color: #000;
}
.documentation-page pre.prettyprint {
  border: 1px solid #888;
  padding: 15px;
}
.documentation-page ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}
.documentation-page li.L0,
.documentation-page li.L1,
.documentation-page li.L2,
.documentation-page li.L3,
.documentation-page li.L5,
.documentation-page li.L6,
.documentation-page li.L7,
.documentation-page li.L8 {
  list-style-type: none;
}
.documentation-page li.L1,
.documentation-page li.L3,
.documentation-page li.L5,
.documentation-page li.L7,
.documentation-page li.L9 {
  background: #eee;
}
.documentation-page .com {
  color: #800;
}
.documentation-page .lit {
  color: #066;
}
.documentation-page .pun,
.documentation-page .opn,
.documentation-page .clo {
  color: #660;
}
.documentation-page .fun {
  color: red;
}
.documentation-page .str,
.documentation-page .atv {
  color: #080;
}
.documentation-page .kwd,
.documentation-page .tag {
  color: #008;
}
.documentation-page .typ,
.documentation-page .atn,
.documentation-page .dec,
.documentation-page .var {
  color: #606;
}
.documentation-page a {
  color: #19b5fe;
}
.documentation-page a:hover {
  color: #1c92c9;
}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar-transparent {
    background: transparent;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  /* Comments */
  .comment .comment {
    margin-left: 75px;
  }
}
@media (max-width: 1200px) {
  /* Features */
  .alt-features-item {
    margin: 20px 0 0;
  }
}
@media (max-width: 1050px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 1px;
  }
}
@media (max-width: 991px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 0;
  }
  /* Headers */
  .titan-title-size-3 {
    letter-spacing: 8px;
    font-size: 36px;
  }
  .titan-title-size-4 {
    letter-spacing: 12px;
    font-size: 38px;
  }
  .work-item,
  .works-grid-3 .work-item,
  .container .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 50%;
  }
  /* Half-image */
  .side-image {
    position: relative;
    height: 300px;
  }
}
@media (max-width: 767px) {
  /* Navbar */
  .navbar-custom .navbar-nav {
    letter-spacing: 3px;
    margin-top: 1px;
    margin-bottom: 0;
  }
  .navbar-custom li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }
  .navbar-custom
    .navbar-nav
    .open
    .dropdown-menu
    .dropdown-menu
    .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;
  }
  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7px;
    content: "\f107";
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
  }
  /* Shop navbar */
  .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
    padding-left: 15px;
  }
  .navbar-custom .cart-item-number {
    display: none;
  }
  .navbar-custom .navbar-cart > a:after {
    content: "\f107";
  }
  .navbar-custom .navbar-cart-item a {
    border: 0 !important;
  }
  .dropdown-menu.cart-list {
    text-align: left;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-cart-item {
    border: none;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding-bottom: 10px;
  }
  .navbar-cart-img {
    display: none;
  }
  .navbar-cart-title {
    white-space: normal;
    padding: 0;
    margin-left: 0;
  }
  /* Headers */
  .titan-title-size-1 {
    letter-spacing: 2px;
    font-size: 14px;
  }
  .titan-title-size-2 {
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 16px;
    opacity: 0.8;
  }
  .titan-title-size-3 {
    letter-spacing: 4px;
    font-size: 26px;
  }
  .titan-title-size-4 {
    letter-spacing: 6px;
    font-size: 28px;
  }
  /* Features */
  .features-item {
    margin: 0 0 30px;
  }
  .alt-features-item {
    padding-left: 0;
    margin: 0 0 30px;
    text-align: center;
  }
  .alt-features-icon {
    position: static;
    width: auto;
    margin: 0 auto 8px;
  }
  /* Callout */
  .callout-text {
    margin: 0 0 30px;
  }
  .callout-text,
  .callout-btn-box {
    text-align: center;
  }
  /* Sidebar */
  .sidebar {
    margin-top: 50px;
  }
  .widget {
    margin-bottom: 60px;
  }
  .post.mb-0 {
    margin-bottom: 40px !important;
  }
  .footer {
    text-align: center;
  }
  .copyright,
  .footer-social-links {
    text-align: center;
    margin: 10px 0;
  }
  /* Half-image */
  .side-image-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Restaurant menu */
  .menu-title,
  .menu-detail,
  .menu-price-detail {
    text-align: center;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .work-item,
  .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 100%;
  }
}

/*--------------------------------------------------------------
	Modern Touch & Enhancements
--------------------------------------------------------------*/
.l-split img {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.work-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.callout-title {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.callout-text p {
  line-height: 1.8;
  opacity: 0.95;
}

.callout-text ul li {
  line-height: 1.8;
  margin-bottom: 8px;
}

/*--------------------------------------------------------------
	Contact Page Styles
--------------------------------------------------------------*/
.contact-notice-card {
  background: var(--color-bg-body, #ffffff);
  border-left: 4px solid var(--color-primary);
  border-radius: 12px;
  padding: 32px 28px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-top: 1px solid var(--color-border-light);
  border-right: 1px solid var(--color-border-light);
  border-bottom: 1px solid var(--color-border-light);
}

.contact-notice-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 0 0 12px;
}

.contact-notice-price {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--color-text-dark);
}

.contact-notice-sub {
  font-size: 0.9rem;
  color: var(--color-text-main);
  line-height: 1.85;
  margin: 0;
}

.contact-form-wrapper {
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
}

.contact-form-container {
  background: var(--color-bg-body, #ffffff);
  border-radius: 16px;
  padding: 40px 36px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--color-border);
}

.contact-form-header {
  border-bottom: 1px solid var(--color-border-light);
  padding-bottom: 22px;
  margin-bottom: 28px;
}

.contact-form-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-form-title i {
  color: var(--color-primary);
}

.contact-form-notes {
  padding-left: 18px;
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-text-main);
  line-height: 1.85;
}

.contact-form-notes li {
  margin-bottom: 6px;
}

/* 所在地 & ご連絡先 下部ワイドカード (PC2列 / SP縦並び) */
.contact-info-section {
  margin-top: 40px;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.contact-info-card {
  background: var(--color-bg-body, #ffffff);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
  border-color: var(--color-primary);
}

.contact-info-icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(0, 174, 204, 0.1);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.contact-info-body {
  flex-grow: 1;
}

.contact-info-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 0 0 6px 0 !important;
}

.contact-info-text {
  font-size: 0.92rem;
  color: var(--color-text-main);
  line-height: 1.7;
  margin: 0;
}

.contact-info-text a {
  color: var(--color-primary);
  font-weight: 600;
}

.contact-info-text a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
	Snow Monkey Forms Dedicated Styles
--------------------------------------------------------------*/
.contact-form-content {
  margin-top: 16px;
}

/* 1. ステップインジケーター（入力・確認・完了） */
.smf-step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 36px 0;
}

.smf-step__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-text-muted);
  padding: 8px 18px;
  background: var(--color-bg-subtle, #f1f5f9);
  border-radius: 50px;
  border: 1px solid var(--color-border);
  transition: all 0.3s ease;
}

.smf-step__item::after {
  content: "›";
  font-size: 1.2rem;
  color: var(--color-text-muted);
  margin-left: 8px;
}

.smf-step__item:last-child::after {
  display: none;
}

.smf-step__item[aria-current="step"] {
  background: var(--color-primary);
  color: var(--color-text-light, #ffffff);
  border-color: var(--color-primary);
  box-shadow: 0 4px 14px rgba(0, 174, 204, 0.3);
}

.smf-step__item[aria-current="step"] .smf-step__number {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.smf-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  font-size: 0.75rem;
  font-weight: 700;
}

/* 2. フォーム全体の行・項目配置（ゆったりした余白） */
.smf-form {
  display: flex;
  flex-direction: column;
  gap: 32px; /* 項目間余白を拡大 */
}

.smf-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  padding-bottom: 4px;
}

/* 項目ラベル（太字・視認性強化） */
.smf-item__label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.02rem;
  font-weight: 800 !important; /* 太字 */
  color: var(--color-text-dark);
  margin: 0;
  letter-spacing: 0.02em;
}

/* 必須・任意バッジ（HTML要素バッジ & CSS自動付与の両方に対応） */
.smf-item__badge,
.smf-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 4px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans JP",
    sans-serif;
}

/* 必須バッジ（鮮やかで存在感のある赤グラデーション＋シャドウ） */
.smf-item__badge--required,
.smf-badge--required,
.smf-item--required .smf-item__badge,
.smf-item--required .smf-badge {
  background: linear-gradient(135deg, #ef476f 0%, #e63946 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(230, 57, 70, 0.32);
}

.smf-item__badge--optional,
.smf-badge--optional {
  background: var(--color-bg-subtle, #f1f5f9) !important;
  color: var(--color-text-muted) !important;
  border: 1px solid var(--color-border);
}

/* 【自動付与】HTML内にバッジ要素がない場合でも「必須」項目に自動で赤バッジを表示 */
.smf-item--required .smf-item__label::after,
.smf-item:has([required]) .smf-item__label::after,
.smf-item:has([aria-required="true"]) .smf-item__label::after,
.smf-item[data-is-required="true"] .smf-item__label::after,
.smf-item[data-required="true"] .smf-item__label::after,
.smf-item.is-required .smf-item__label::after {
  content: "必須";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #ef476f 0%, #e63946 100%);
  padding: 3px 10px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(230, 57, 70, 0.32);
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-left: 10px;
}

/* HTML内にすでにバッジがある場合の重複防止 */
.smf-item:has(.smf-item__badge) .smf-item__label::after,
.smf-item:has(.smf-badge) .smf-item__label::after {
  display: none !important;
  content: none !important;
}

/* 必須項目入力欄の左アクセントバー装飾 */
/* .smf-item--required input[type="text"],
.smf-item--required input[type="email"],
.smf-item--required input[type="tel"],
.smf-item--required select,
.smf-item:has([required]) input[type="text"],
.smf-item:has([required]) input[type="email"],
.smf-item:has([required]) input[type="tel"],
.smf-item:has([required]) select,
.smf-item:has([aria-required="true"]) input[type="text"],
.smf-item:has([aria-required="true"]) input[type="email"],
.smf-item:has([aria-required="true"]) input[type="tel"],
.smf-item:has([aria-required="true"]) select,
.smf-item:has(.smf-item__badge--required) input[type="text"],
.smf-item:has(.smf-item__badge--required) input[type="email"],
.smf-item:has(.smf-item__badge--required) input[type="tel"],
.smf-item:has(.smf-item__badge--required) select {
  border-left: 4px solid var(--color-primary) !important;
} */

.smf-item__description {
  font-size: 0.84rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin: 2px 0 4px 0;
}

/* 3. 入力コントロール（Text, Email, Tel, Date, Select, Textarea） */
.smf-form input[type="text"],
.smf-form input[type="email"],
.smf-form input[type="tel"],
.smf-form input[type="date"],
.smf-form input[type="number"],
.smf-form select,
.smf-form textarea {
  width: 100%;
  padding: 14px 18px; /* ゆったりしたパディング */
  font-size: 0.98rem;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans JP",
    sans-serif;
  color: var(--color-text-main);
  background: var(--color-bg-body, #ffffff);
  border: 1.5px solid var(--color-border);
  border-radius: 10px;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.smf-form input[type="text"]:focus,
.smf-form input[type="email"]:focus,
.smf-form input[type="tel"]:focus,
.smf-form input[type="date"]:focus,
.smf-form input[type="number"]:focus,
.smf-form select:focus,
.smf-form textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3.5px rgba(0, 174, 204, 0.16);
  outline: none;
  background: #ffffff;
}

/* セレクトボックス：Snow Monkey Forms標準の矢印を活用し、重複背景を完全無効化 */
.smf-form select,
.smf-select-control select,
.smf-select-control__control {
  background-image: none !important;
  cursor: pointer;
}

.smf-form textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.75;
}

/* 4. ラジオボタン & チェックボックス（Snow Monkey Forms デフォルトのベースラインズレを解消しテキストを垂直中央揃え） */
.smf-form .smf-radio-control,
.smf-form .smf-checkbox-control,
.smf-radio-control,
.smf-checkbox-control {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px 24px !important;
  padding: 6px 0 !important;
  margin: 0 !important;
}

.smf-radio-control__item,
.smf-checkbox-control__item {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.smf-form .smf-radio-control label,
.smf-form .smf-checkbox-control label,
.smf-radio-control__label,
.smf-checkbox-control__label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 0.95rem !important;
  color: var(--color-text-main) !important;
  cursor: pointer !important;
  margin: 0 !important;
  padding: 4px 6px 4px 0 !important;
  user-select: none;
  font-weight: 500;
  line-height: 1.4 !important;
  vertical-align: middle !important;
  transition: color 0.2s ease;
}

.smf-form .smf-radio-control label:hover,
.smf-form .smf-checkbox-control label:hover,
.smf-radio-control__label:hover,
.smf-checkbox-control__label:hover {
  color: var(--color-primary);
}

.smf-form input[type="radio"],
.smf-form input[type="checkbox"],
.smf-radio-control input[type="radio"],
.smf-checkbox-control input[type="checkbox"],
.smf-radio-control__control,
.smf-checkbox-control__control {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  max-width: 19px !important;
  flex-shrink: 0 !important;
  border-radius: 4px !important;
  border: 1.5px solid var(--color-border) !important;
  accent-color: var(--color-primary) !important;
  cursor: pointer !important;
  margin: 0 !important;
  top: 0 !important;
  position: static !important;
  vertical-align: middle !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.smf-form input[type="radio"],
.smf-radio-control input[type="radio"],
.smf-radio-control__control {
  border-radius: 50% !important;
}

.smf-form input[type="radio"]:focus,
.smf-form input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 174, 204, 0.2);
}

.smf-radio-control__label-text,
.smf-checkbox-control__label-text {
  display: inline-block !important;
  line-height: 1.4 !important;
  font-size: 0.95rem !important;
  color: inherit;
  margin: 0 !important;
  vertical-align: middle !important;
}

/* 5. 予約専用情報のグループ枠（スタイリッシュなサブカード） */
.smf-reservation-group {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 2px dashed #cbd5e1;
  border-radius: 16px;
  padding: 32px 28px;
  margin: 16px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.smf-reservation-header,
.smf-reservation-group > h3:first-child,
.smf-reservation-group > h4:first-child {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 14px;
  margin-bottom: 4px;
}

.smf-reservation-title,
.smf-reservation-group > h3,
.smf-reservation-group > h4 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--color-text-dark);
  margin: 0 0 6px 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.smf-reservation-title i,
.smf-reservation-group > h3::before,
.smf-reservation-group > h4::before {
  content: "\f073";
  font-family: "FontAwesome";
  color: var(--color-primary);
  font-size: 1.15rem;
}

.smf-reservation-desc,
.smf-reservation-group > p:first-of-type {
  font-size: 0.86rem;
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.6;
}

/* 2カラムレイアウト用グリッド（日付＋泊数、人数など） */
.smf-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 600px) {
  .smf-grid-2col {
    grid-template-columns: 1fr;
  }
}

/* 6. プライバシーポリシー同意ボックス */
.smf-agreement-box {
  background: var(--color-bg-subtle, #f1f5f9);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 18px 24px;
  text-align: center;
  margin: 12px 0;
}

.smf-agreement-box label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--color-text-dark);
  cursor: pointer;
  line-height: 1.4;
  margin: 0;
}

.smf-agreement-box a {
  color: var(--color-primary);
  text-decoration: underline;
}

/* 7. ボタンエリア（確認・戻る・送信） */
.smf-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
  padding-top: 28px;
  border-top: 1px solid var(--color-border-light);
}

.smf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 16px 40px;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* 確認画面へボタン */
.smf-button--confirm,
.smf-button--submit {
  background: linear-gradient(135deg, #00b4d8 0%, #009db8 100%);
  color: #ffffff !important;
  box-shadow: 0 4px 18px rgba(0, 157, 184, 0.35);
}

.smf-button--confirm:hover,
.smf-button--submit:hover {
  background: linear-gradient(135deg, #00c9ea 0%, #008fa8 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 157, 184, 0.45);
}

/* 戻るボタン */
.smf-button--back {
  background: var(--color-bg-subtle, #f1f5f9);
  color: var(--color-text-main) !important;
  border: 1px solid var(--color-border);
  box-shadow: none;
}

.smf-button--back:hover {
  background: var(--color-border);
  color: var(--color-text-dark) !important;
}

/* 8. エラーメッセージ・バリデーション */
.smf-item__error-message,
.smf-error-message {
  color: #dc2626;
  font-size: 0.84rem;
  font-weight: 600;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.smf-item.has-error input,
.smf-item.has-error select,
.smf-item.has-error textarea {
  border-color: #ef476f !important;
  background: #fff5f5 !important;
}

/* 9. 確認画面モード (Confirm Mode) */
.smf-confirm-mode .smf-item {
  border-bottom: 1px solid var(--color-border-light);
  padding-bottom: 14px;
}

.smf-confirm-mode .smf-item__control {
  font-size: 1.02rem;
  color: var(--color-text-dark);
  font-weight: 600;
  padding: 6px 0;
}

/* 10. 送信完了画面 (Complete Message) */
.smf-complete {
  text-align: center;
  padding: 48px 20px;
}

.smf-complete__icon {
  font-size: 3.2rem;
  color: var(--color-primary);
  margin-bottom: 16px;
}

.smf-complete__title {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 12px;
}

.smf-complete__message {
  font-size: 0.96rem;
  color: var(--color-text-main);
  line-height: 1.9;
}

@media (max-width: 768px) {
  .contact-form-container {
    padding: 26px 18px;
  }
  .smf-step {
    flex-wrap: wrap;
  }
  .smf-step__item {
    padding: 6px 12px;
    font-size: 0.8rem;
  }
  .smf-reservation-group {
    padding: 22px 16px;
  }
  .smf-button {
    width: 100%;
  }
  .smf-buttons {
    flex-direction: column-reverse;
  }
  .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .contact-info-card {
    padding: 20px 18px;
    gap: 16px;
  }
}

/*--------------------------------------------------------------
	MV / Hero Title Layout Enhancements
--------------------------------------------------------------*/
.hero-caption-card {
  display: inline-block;
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #ffffff;
  text-shadow:
    0 2px 14px rgba(0, 0, 0, 0.85),
    0 0 20px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.hero-logo-wrap img {
  max-width: 190px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
}

.hero-subtext {
  display: inline-block;
  margin-top: 6px;
  font-size: clamp(0.9rem, 0.85rem + 0.3vw, 1.05rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.92);
}

.hero-msg-text {
  line-height: 2 !important;
  font-size: clamp(0.95rem, 0.9rem + 0.35vw, 1.15rem) !important;
}

@media (max-width: 768px) {
  .hero-caption-card {
    padding: 16px 12px;
    width: 95%;
  }
  .hero-logo-wrap img {
    max-width: 140px;
  }
}

/* Page Header Section Common Styles (About, Contact, PV) */
.about-page-header,
.contact-page-header,
.pv-page-header {
  position: relative;
  padding-top: clamp(120px, 14vw, 155px) !important;
  padding-bottom: clamp(60px, 8vw, 90px) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Page Header Utility Classes (replaces inline styles) */
.page-header-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-header-wrap .page-header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

.page-header-wrap .page-header-logo img {
  max-width: 180px;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.page-header-wrap .page-header-title {
  color: #ffffff !important;
  margin: 0 0 16px 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  line-height: 1.4 !important;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.9),
    0 4px 16px rgba(0, 0, 0, 0.8),
    0 0 30px rgba(0, 0, 0, 0.6);
}

.page-header-title::after,
.about-page-header .module-title::after,
.contact-page-header .module-title::after,
body:not(.home) .module-title::after {
  display: none !important;
  content: none !important;
}

body:not(.home) .module-title {
  padding-bottom: 0 !important;
}

.page-header-wrap .page-header-subtitle {
  display: inline-block !important;
  color: #ffffff !important;
  font-size: clamp(1rem, 0.92rem + 0.4vw, 1.22rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.75 !important;
  margin: 4px auto 0 !important;
  padding: 10px 28px !important;
  background: rgba(15, 23, 42, 0.52);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50px;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center !important;
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.95),
    0 2px 8px rgba(0, 0, 0, 0.7);
  max-width: 94%;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .page-header-wrap .page-header-subtitle {
    padding: 8px 18px !important;
    line-height: 1.6 !important;
    border-radius: 24px;
    letter-spacing: 0.05em !important;
  }
}

/*--------------------------------------------------------------
	Font Family Rules (Strict Classification):
	- Titles & Body Text: Noto Serif JP (明朝体)
	- Prices / Numbers / Buttons / Nav: Gothic (Noto Sans JP / Roboto)
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.module-title,
.module-subtitle,
.module-ex-subtitle,
.callout-title,
.work-title,
.alt-features-title,
.contact-notice-title,
.contact-form-title,
.page-header-title,
.page-header-subtitle,
.team-name,
.team-detail h5,
.widget-title,
.post-title,
.titan-title-size-0,
.titan-title-size-1,
.titan-title-size-2,
.titan-title-size-3,
.titan-title-size-4 {
  font-family:
    "Noto Serif JP", "Shippori Mincho", "Yu Mincho", "游明朝", YuMincho,
    "Hiragino Mincho ProN", Georgia, serif !important;
}

/* Elements that must remain Sans-Serif (Gothic) */
.navbar-custom,
.btn,
.text-up-16,
.price,
.menu-price,
.contact-notice-price,
.price-table p.price,
.count-item,
.count-icon {
  font-family:
    "Roboto Condensed",
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif !important;
}

.sub-section-title {
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.6rem) !important;
  margin-bottom: 35px !important;
}

/*--------------------------------------------------------------
	Modern Lodging Information Section Styles
--------------------------------------------------------------*/
/* Lodging Hero Banner (Integrated Noren & Lead) */
.lodging-hero-banner {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 30px 40px;
}

.lodging-hero-thumb {
  flex-shrink: 0;
}

.lodging-noren-img {
  max-width: 180px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.lodging-hero-banner:hover .lodging-noren-img {
  transform: scale(1.03);
}

.lodging-hero-body {
  flex-grow: 1;
}

.lodging-hero-title {
  font-size: clamp(1.2rem, 1.05rem + 0.5vw, 1.45rem);
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 0 0 10px 0 !important;
  font-family: "Noto Serif JP", "Shippori Mincho", Georgia, serif !important;
}

.lodging-hero-lead {
  font-size: 0.95rem;
  color: var(--color-text-main);
  line-height: 1.75;
  margin-bottom: 18px;
}

.lodging-hero-banner .lodging-info-bar {
  justify-content: flex-start;
  margin-bottom: 0;
}

.lodging-info-badge {
  background: var(--color-bg-body, #ffffff);
  color: var(--color-text-dark);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.88rem;
  border: 1px solid var(--color-border);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lodging-info-badge i {
  color: var(--color-primary);
}

/* Pricing Grid (3 cards) */
.lodging-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.lodging-price-card {
  position: relative;
  background: var(--color-bg-body, #ffffff);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.lodging-price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.lodging-price-card--featured {
  border: 2px solid var(--color-primary);
  box-shadow: 0 8px 28px rgba(0, 174, 204, 0.15);
}

.lodging-price-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-primary);
  color: var(--color-text-light, #ffffff);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
}

.lodging-price-header {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 12px;
}

.lodging-price-amount {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-accent);
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  margin-bottom: 4px;
}

.lodging-price-amount span {
  font-size: 1.1rem;
  font-weight: 400;
  margin-left: 2px;
}

.lodging-price-sub {
  font-size: 0.85rem;
  color: var(--color-text-main);
}

/* Details Card */
.lodging-details-card {
  background: var(--color-bg-light, #f8fafc);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.lodging-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 0 0 20px 0 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lodging-card-title i {
  color: var(--color-primary);
}

.lodging-details-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lodging-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 0.95rem;
  color: var(--color-text-main);
  line-height: 1.7;
}

.lodging-detail-label {
  background: var(--color-border);
  color: var(--color-text-dark);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 3px 12px;
  border-radius: 6px;
  white-space: nowrap;
  min-width: 90px;
  text-align: center;
}

/* Extra Plans Grid (2x2) */
.lodging-extra-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.lodging-extra-card {
  background: var(--color-bg-body, #ffffff);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.lodging-extra-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.lodging-extra-icon {
  font-size: 1.8rem;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.lodging-extra-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 0 0 8px 0 !important;
}

.lodging-extra-price-box {
  margin-bottom: 12px;
}

.lodging-extra-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-accent);
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  margin-bottom: 4px;
}

.lodging-extra-price span {
  font-size: 0.85rem;
  color: var(--color-text-main);
  font-weight: 400;
}

.lodging-extra-subprice {
  font-size: 0.82rem;
  color: var(--color-primary-dark);
  font-weight: 600;
  background: #e6f7fa;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  margin-top: 4px;
  line-height: 1.4;
}

.lodging-extra-specs {
  list-style: none;
  padding: 10px 14px;
  margin: 0 0 12px 0;
  background: var(--color-bg-light, #f8fafc);
  border-radius: 8px;
  border: 1px solid var(--color-border);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lodging-extra-specs li {
  font-size: 0.85rem;
  color: var(--color-text-main);
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}

.lodging-extra-specs li i {
  color: var(--color-primary);
  font-size: 0.95rem;
  width: 16px;
  text-align: center;
}

.lodging-extra-specs .spec-label {
  font-weight: 700;
  color: var(--color-text-dark);
  min-width: 65px;
  flex-shrink: 0;
}

.lodging-extra-capacity {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text-dark, #1e293b);
  background: var(--color-bg-light, #f8fafc);
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 8px;
  padding: 6px 14px;
  margin: 10px 0 12px 0;
  line-height: 1.4;
}

.lodging-extra-capacity i {
  color: var(--color-primary, #009db8);
  font-size: 1.05rem;
}

.lodging-extra-capacity strong {
  font-size: 1.15rem;
  font-weight: 800;
  color: #007a91;
  letter-spacing: 0.02em;
}

.lodging-extra-desc {
  font-size: 0.88rem;
  color: var(--color-text-main);
  line-height: 1.65;
  margin: 0;
}

/*--------------------------------------------------------------
	FAQ Accordion in Blue Banner (Modern & Spaciously Designed)
--------------------------------------------------------------*/
.lodging-faq-card {
  max-width: 920px;
  margin: 0 auto;
}

.faq-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: var(--color-bg-body, #ffffff);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--color-border);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  border-color: #cbd5e1;
}

.faq-item[open] {
  border-color: var(--color-primary);
  box-shadow: 0 8px 30px rgba(0, 174, 204, 0.12);
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 28px;
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
  user-select: none;
  background: var(--color-bg-body, #ffffff);
  transition: background-color 0.25s ease;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::marker {
  content: "";
  display: none;
}

.faq-question:hover {
  background-color: var(--color-bg-light, #f8fafc);
}

/* Q Badge: 洗練されたソフトシアンのピルバッジ */
.faq-q-badge {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #00b4d8 0%, #0096c7 100%);
  color: var(--color-text-light, #ffffff);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  font-weight: 800;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  box-shadow: 0 3px 10px rgba(0, 180, 216, 0.3);
  letter-spacing: 0;
}

.faq-q-text {
  flex-grow: 1;
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--color-text-dark);
  line-height: 1.6;
  letter-spacing: 0.02em;
}

/* Chevron Icon Container */
.faq-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: var(--color-bg-subtle, #f1f5f9);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--color-text-muted);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-question:hover .faq-icon {
  background: var(--color-border);
  color: var(--color-text-dark);
}

.faq-item[open] .faq-question {
  border-bottom: 1px solid #edf2f7;
  background-color: var(--color-bg-body, #ffffff);
}

.faq-item[open] .faq-icon {
  transform: rotate(180deg);
  background: #e6f7fa;
  color: #0096c7;
}

/* Answer Area: たっぷりとした余白と読みやすい行間 */
.faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 28px 28px;
  background: var(--color-bg-light, #f8fafc);
  border-top: 1px solid #f1f5f9;
  animation: faqFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes faqFadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* A Badge: 柔らかく視認性の高いコーラルレッドバッジ */
.faq-a-badge {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #ef476f 0%, #e63946 100%);
  color: var(--color-text-light, #ffffff);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  font-weight: 800;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  box-shadow: 0 3px 10px rgba(230, 57, 70, 0.28);
  margin-top: 2px;
  letter-spacing: 0;
}

.faq-a-text {
  flex-grow: 1;
  font-size: 1rem;
  color: var(--color-text-main);
  line-height: 1.95;
  letter-spacing: 0.02em;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans JP",
    sans-serif;
}

.faq-a-text p {
  margin: 0 0 12px 0;
}

.faq-a-text p:last-child {
  margin-bottom: 0;
}

.faq-prohibited-list {
  margin: 12px 0 16px 0 !important;
  padding: 14px 18px 14px 34px !important;
  background: #fdf2f2;
  border-left: 4px solid #e63946;
  border-radius: 0 8px 8px 0;
  list-style-type: disc !important;
}

.faq-prohibited-list li {
  margin-bottom: 6px;
  line-height: 1.6;
  color: #1e293b;
  font-weight: 600;
  font-size: 0.96rem;
}

.faq-prohibited-list li:last-child {
  margin-bottom: 0;
}

.faq-warning-note {
  font-size: 0.9rem;
  color: #991b1b;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 14px 0;
  line-height: 1.7;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .faq-accordion-list {
    gap: 12px;
  }
  .faq-question {
    padding: 16px 18px;
    gap: 12px;
  }
  .faq-q-badge,
  .faq-a-badge {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
    border-radius: 8px;
  }
  .faq-q-text {
    font-size: 0.98rem;
    line-height: 1.5;
  }
  .faq-icon {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
  }
  .faq-answer {
    padding: 18px 18px 22px;
    gap: 12px;
  }
  .faq-a-text {
    font-size: 0.92rem;
    line-height: 1.8;
  }
}

/* PC/SP 表示切替ユーティリティ */
.u-pc-only,
.pc-only,
.pc-br {
  display: inline;
}

.u-sp-only,
.sp-only,
.sp-br {
  display: none !important;
}

@media (max-width: 768px) {
  .u-pc-only,
  .pc-only,
  .pc-br {
    display: none !important;
  }
  .u-sp-only,
  .sp-only,
  .sp-br {
    display: inline !important;
  }
  br.u-sp-only,
  br.sp-only,
  br.sp-br {
    display: block !important;
  }
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .lodging-hero-banner {
    flex-direction: column;
    text-align: left;
    padding: 28px 24px;
    gap: 20px;
  }
  .lodging-hero-thumb {
    text-align: center;
    width: 100%;
  }
  .lodging-noren-img {
    max-width: 150px;
    margin: 0 auto;
  }
  .lodging-hero-body {
    width: 100%;
    text-align: left;
  }
  .lodging-hero-title,
  .lodging-hero-lead {
    text-align: left;
  }
  .lodging-hero-banner .lodging-info-bar {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .lodging-pricing-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .lodging-extra-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 600px) {
  .lodging-hero-banner {
    padding: 20px 16px;
  }
  .lodging-detail-item {
    flex-direction: column;
    gap: 6px;
  }
  .lodging-details-card {
    padding: 20px 16px;
  }
  .lodging-extra-card {
    padding: 20px 16px;
  }
}

/*--------------------------------------------------------------
	Tel Link Behavior (PC: Normal Text / SP: Clickable)
--------------------------------------------------------------*/
@media (min-width: 768px) {
  a[href^="tel:"],
  .tel-link {
    pointer-events: none !important;
    cursor: default !important;
    color: inherit !important;
    text-decoration: none !important;
  }
}

@media (max-width: 767px) {
  a[href^="tel:"],
  .tel-link {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
    -webkit-tap-highlight-color: rgba(0, 157, 184, 0.2);
    transition: opacity 0.2s ease;
  }

  a[href^="tel:"]:active,
  .tel-link:active {
    opacity: 0.7;
  }

  .contact-info-text .tel-link {
    color: var(--color-primary, #009db8) !important;
    font-weight: 700;
    text-decoration: underline;
  }
}

/*--------------------------------------------------------------
	Floating CTA Buttons (PC: Vertical Right Booking / SP: Split Bottom TEL & Booking)
--------------------------------------------------------------*/
.floating-booking-wrap {
  position: fixed;
  z-index: 995;
  transition: all 0.3s ease;
}

/* PC（768px以上）: 画面右端に縦長配置＆スクロール追従 */
@media (min-width: 768px) {
  .floating-booking-wrap {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .floating-tel-btn {
    display: none !important;
  }

  .floating-cta-btn.floating-booking-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #009db8 0%, #007a91 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 22px 14px 26px;
    border-radius: 14px 0 0 14px;
    box-shadow: -4px 4px 18px rgba(0, 157, 184, 0.35);
    transition:
      background 0.3s ease,
      box-shadow 0.3s ease,
      border-color 0.3s ease;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-right: none;
  }

  .floating-cta-btn.floating-booking-btn:hover {
    background: linear-gradient(135deg, #00c9ea 0%, #009ebc 100%);
    box-shadow: -4px 4px 24px rgba(0, 201, 234, 0.55);
    border-color: rgba(255, 255, 255, 0.45);
    color: #ffffff !important;
  }

  .floating-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 14px;
    transition:
      background 0.3s ease,
      color 0.3s ease;
  }

  .floating-cta-btn.floating-booking-btn:hover .floating-cta-icon {
    background: rgba(255, 255, 255, 0.35);
  }

  .floating-cta-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.35;
  }
}

/* SP（767px以下）: 画面最下部に2分割固定（電話 & WEB予約） */
@media (max-width: 767px) {
  .floating-booking-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: stretch;
    box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.12);
    z-index: 995;
  }

  .floating-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1 1 50%;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 13px 8px calc(13px + env(safe-area-inset-bottom, 0px));
    font-size: 14px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
    border: none;
    text-align: center;
    line-height: 1.2;
    -webkit-tap-highlight-color: transparent;
  }

  /* 電話ボタン（エメラルドグリーン） */
  .floating-tel-btn {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .floating-tel-btn:active {
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
  }

  /* 予約・お問い合わせボタン（シアンブルー） */
  .floating-booking-btn {
    background: linear-gradient(135deg, #009db8 0%, #007a91 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }

  .floating-booking-btn:active {
    background: linear-gradient(135deg, #00c9ea 0%, #009ebc 100%);
  }

  /* 1つのボタンのみ存在する場合（例: contactページ等）は全幅表示 */
  .floating-booking-wrap > .floating-cta-btn:only-child {
    flex: 1 1 100%;
    border-right: none;
    font-size: 15px;
    padding: 14px 20px calc(14px + env(safe-area-inset-bottom, 0px));
  }

  .floating-cta-icon {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .floating-cta-text {
    font-size: 13.5px;
    white-space: nowrap;
  }

  /* SP時のスクロールトップボタンの位置をボタン上に調整 */
  .scroll-up {
    bottom: calc(64px + env(safe-area-inset-bottom, 0px)) !important;
    right: 14px !important;
  }

  /* SP時の最下部コンテンツ被り防止余白 */
  body {
    padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px));
  }
}

/*--------------------------------------------------------------
	News / Information Styles (Top, Archive, Single)
--------------------------------------------------------------*/

/* Category Badges (共通) */
.news-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  white-space: nowrap;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans JP",
    sans-serif;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.news-badge.badge-important {
  background: #fee2e2;
  color: #dc2626;
  border: 1px solid rgba(220, 38, 38, 0.25);
}

.news-badge.badge-news {
  background: #e0f2fe;
  color: #0284c7;
  border: 1px solid rgba(2, 132, 199, 0.25);
}

.news-badge.badge-other {
  background: var(--color-bg-subtle, #f1f5f9);
  color: var(--color-text-main);
  border: 1px solid var(--color-border);
}

/* 1. Top Page News Section */
.news-top-section {
  background: var(--color-bg-body, #ffffff);
  padding: 80px 0 70px;
  border-bottom: 1px solid var(--color-border);
}

.news-top-wrapper {
  max-width: 840px;
  margin: 0 auto;
  width: 100%;
}

.news-top-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.news-top-item {
  margin: 0;
  padding: 0;
}

.news-top-link {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--color-bg-light, #f8fafc);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 16px 26px;
  color: var(--color-text-main) !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.news-top-link:hover {
  background: var(--color-bg-body, #ffffff);
  border-color: var(--color-primary);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 174, 204, 0.12);
  color: var(--color-primary) !important;
}

.news-top-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.news-top-date {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.news-top-title {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--color-text-dark);
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.5;
}

.news-top-empty {
  text-align: center;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.95rem;
  background: var(--color-bg-light, #f8fafc);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid var(--color-border);
}

.news-top-action {
  text-align: center;
  margin-top: 48px;
}

.news-top-action .news-more-btn {
  padding: 12px 38px !important;
  font-size: 0.92rem !important;
  letter-spacing: 0.08em !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.news-top-action .news-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .news-top-section {
    padding: 50px 0 45px;
  }
  .news-top-action {
    margin-top: 36px;
  }
  .news-top-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 18px;
  }
  .news-top-title {
    white-space: normal;
    font-size: 0.92rem;
    padding-right: 0;
  }
}

/* 2. Archive & Category Page (3列カードグリッド) */
.news-page-header {
  position: relative;
  padding-top: clamp(120px, 14vw, 155px) !important;
  padding-bottom: clamp(60px, 8vw, 90px) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.news-cat-nav {
  margin-bottom: 40px;
}

.news-cat-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-cat-tab-item a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border-radius: 50px;
  background: var(--color-bg-subtle, #f1f5f9);
  color: var(--color-text-main) !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none !important;
  border: 1px solid var(--color-border);
  transition: all 0.25s ease;
}

.news-cat-tab-item a:hover {
  background: var(--color-border);
  color: var(--color-text-dark) !important;
}

.news-cat-tab-item.is-active a {
  background: var(--color-text-dark);
  color: var(--color-text-light, #ffffff) !important;
  border-color: var(--color-text-dark);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

.news-cat-tab-item .cat-count {
  font-size: 0.78rem;
  opacity: 0.8;
  font-family: "Roboto Condensed", sans-serif;
}

.news-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.news-card {
  background: var(--color-bg-body, #ffffff);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.news-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
  color: inherit !important;
}

.news-card-thumb {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  background: var(--color-bg-subtle, #f1f5f9);
}

.news-card-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-card:hover .news-card-thumb img {
  transform: scale(1.05);
}

.news-card-thumb .news-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.news-card-body {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-card-date {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.news-card-title {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--color-text-dark);
  line-height: 1.5;
  margin: 0 0 12px 0 !important;
  font-family: "Noto Serif JP", Georgia, serif !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card-excerpt {
  font-size: 0.88rem;
  color: var(--color-text-main);
  line-height: 1.7;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-empty-box {
  text-align: center;
  padding: 60px 20px;
  background: var(--color-bg-light, #f8fafc);
  border-radius: 16px;
  border: 1px solid var(--color-border);
}

.news-empty-text {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  margin: 0;
}

@media (max-width: 992px) {
  .news-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .news-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .news-card-body {
    padding: 18px 16px;
  }
}

/* 3. Pagination (ページネーション) */
.news-pagination-wrap {
  margin: 50px 0 20px;
  display: flex;
  justify-content: center;
}

.news-pagination-wrap .nav-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.news-pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--color-bg-body, #ffffff);
  border: 1px solid var(--color-border);
  color: var(--color-text-main) !important;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.news-pagination-wrap .page-numbers:hover {
  background: var(--color-bg-subtle, #f1f5f9);
  color: var(--color-text-dark) !important;
  border-color: #cbd5e1;
}

.news-pagination-wrap .page-numbers.current {
  background: var(--color-primary);
  color: var(--color-text-light, #ffffff) !important;
  border-color: var(--color-primary);
  box-shadow: 0 4px 14px rgba(0, 174, 204, 0.35);
}

.news-pagination-wrap .page-numbers.dots {
  border: none;
  background: transparent;
  min-width: 24px;
  padding: 0;
}

/* 4. Single Post Page (詳細ページ) */
.single-post-container {
  max-width: 860px;
  margin: 0 auto;
  background: var(--color-bg-body, #ffffff);
  border-radius: 20px;
  border: 1px solid var(--color-border);
  padding: 48px 40px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.single-post-header {
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.single-post-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.single-post-date {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.single-post-title {
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2rem);
  font-weight: 700;
  color: var(--color-text-dark);
  line-height: 1.45;
  margin: 0 !important;
  font-family: "Noto Serif JP", Georgia, serif !important;
}

.single-post-thumb {
  width: 100%;
  max-height: 480px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 36px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.single-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-post-body {
  font-size: 1.05rem;
  line-height: 2;
  color: var(--color-text-main);
  margin-bottom: 48px;
}

.single-post-body p {
  margin-bottom: 1.75em;
}

.single-post-body h2 {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 2.2em 0 1em;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-primary);
}

.single-post-body h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 1.8em 0 0.8em;
  padding-left: 12px;
  border-left: 4px solid var(--color-primary);
}

.single-post-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5em 0;
}

.single-post-body ul,
.single-post-body ol {
  padding-left: 24px;
  margin-bottom: 1.75em;
}

.single-post-body li {
  margin-bottom: 8px;
}

.single-post-body blockquote {
  border-left: 4px solid #cbd5e1;
  padding: 14px 20px;
  margin: 1.75em 0;
  background: var(--color-bg-light, #f8fafc);
  color: var(--color-text-main);
  font-style: italic;
}

/* 前後の記事ナビゲーションバー（＜ 前の記事　一覧に戻る　次の記事 ＞） */
.post-nav-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding-top: 36px;
  border-top: 1px solid #f1f5f9;
}

.post-nav-item {
  display: flex;
  align-items: center;
}

.post-nav-prev {
  justify-content: flex-start;
}

.post-nav-center {
  justify-content: center;
}

.post-nav-next {
  justify-content: flex-end;
}

.post-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--color-text-main) !important;
  text-decoration: none !important;
  transition: all 0.25s ease;
  padding: 8px 14px;
  border-radius: 8px;
  background: var(--color-bg-light, #f8fafc);
  border: 1px solid var(--color-border);
}

.post-nav-link:hover {
  background: var(--color-primary);
  color: var(--color-text-light, #ffffff) !important;
  border-color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(0, 174, 204, 0.25);
}

.post-nav-back-btn {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .single-post-container {
    padding: 28px 20px;
    border-radius: 14px;
  }
  .single-post-body {
    font-size: 0.98rem;
    line-height: 1.85;
  }
  .post-nav-bar {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 14px;
  }
  .post-nav-prev {
    grid-column: 1;
    grid-row: 1;
  }
  .post-nav-next {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
  }
  .post-nav-center {
    grid-column: 1 / span 2;
    grid-row: 2;
    margin-top: 8px;
  }
  .post-nav-back-btn {
    width: 100%;
    text-align: center;
  }
}
