.bg-dark-kw{
	background-image: url(../img/footer-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.services-tabs li{
	font-size: 60%;
	margin-bottom: 25px;
}

.services-image{
	border: 1px solid #ddd;
	padding: 20px;
 filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
}

.grid-container {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, auto);
  margin-bottom: 20px;
}

.grid-item {
  background: #eee;
  padding: 4px;
  line-height: 1.3em
}

.pricing-num sup{
	font-size: 36px !important;
	font-weight: 800;
}

.experienceWrap{	
width: 800px !important;
}

@media only screen and (max-width: 1024px) {
.experienceWrap{	
width: 500px !important;
}
}

@media only screen and (max-width: 768px) {
.experienceWrap{	
width: 250px !important;
}
}

@media (max-width: 768px) {
  .inner-nav {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* カスタムCSSファイルに追加 */

/* メニュー項目間のスペースを調整 */
.inner-nav ul.clearlist li {
    margin-right: 15px; /* 項目間の余白を増やす */
}

/* 言語メニューの位置調整 */
.items-end {
    margin-left: auto; /* 右端に配置 */
    flex-shrink: 0; /* 縮小を防ぐ */
}

/* デスクトップナビゲーション全体の調整 */
.desktop-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* メインメニューとサブメニューの配置 */
.desktop-nav .clearlist.scroll-nav {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px; /* 言語メニューとの間隔 */
}

/* 言語メニューの最小幅を確保 */
.mn-has-sub {
    min-width: 80px;
    text-align: center;
}

/* レスポンシブ対応 */
@media only screen and (max-width: 1200px) {
    .inner-nav ul.clearlist li {
        margin-right: 10px;
        font-size: 14px; /* フォントサイズを小さく */
    }
}

@media only screen and (max-width: 992px) {
    .inner-nav ul.clearlist li {
        margin-right: 8px;
        font-size: 13px;
    }
}
/* より具体的な修正 */
.main-menu {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.language-menu {
    flex-shrink: 0;
    margin-left: 20px;
}

/* ナビゲーション全体のコンテナ */
.inner-nav.desktop-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

/* 狭い画面での対応 */
@media only screen and (max-width: 1024px) {
    .language-menu {
        margin-left: 10px;
    }
    
    .main-menu li a {
        padding: 8px 6px; /* パディングを小さく */
    }
}
/* Hide popup by default */
.hidden {
  display: none;
}

/* Popup background */
#qr-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Popup content */
.popup-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.zalo-icon {
  width: 1em;
  height: 1em;
  object-fit: contain;
  border-radius: 50%;
  background: white;
  padding: 3px;
  display: inline-block;
  vertical-align: middle;
  transform: scale(2);
}
