/*  写真コメント */
.carousel-container {
  position: relative;
  width: 513px;
  margin: 0 auto;
  overflow: hidden;
  background-color: transparent;
  border-radius: 8px;
  z-index: 1;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}
.photo-comment {
  font-size: 17px;
  line-height: 1.6;
  color: #333 ;
  padding-left: 1.8em;
  padding-right: 0.0em;
  text-align: left;
}
.photo-comment a {
  color: #66cc33;
  text-decoration: none;
}

.photo-comment a:hover {
  color: #00ccff;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 1em;
}
.slide img {
  width: 384px;
  height: auto;
  border: solid 5px #ccc;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.0em;
}
.arrow {
  position: absolute;
  top: 160px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0.3em 0.6em;
  color: #fff;
  z-index: 8;
}
.arrow.prev { left: 10px; }
.arrow.next { right: 10px; }
.indicator-bar {
  text-align: center;
  margin: -0.8em 0 0.2em 0;
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: #666;
  border-radius: 50%;
  transition: background-color 0.3s;
  cursor: pointer;
}
.dot.active {
  background-color: #ff8c00;
}

.video-wrapper iframe {
  width: 384px;
  height: 288px;
  border: solid 5px #ccc;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.0em;
}


/* メインメニュー */
div.menubar {
   background-color: #6699cc;
   border-top: 2px solid #ff8c00;
   border-bottom: 2px solid #ff8c00;
   opacity: 0.82;
   min-width: 100%;
}
div.menubar ul#menu {
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 10px;
   justify-content: flex-start;
   margin: 0px 0px 0px 10px;
   padding: 0px;
   height: 28px;
}
div.menubar ul#menu li {
   height: 25px;
   flex: 1;
   list-style-type: none;
   position: relative;
   z-index: 10;
   border-right: 0px solid #eaeaea;/* ← 地域を分ける縦線を入れる */
}
div.menubar ul#menu li:not(.menu-right) { 
   width: 84px;
}
div.menubar ul#menu li:last-child {
   border-right: none;
}
div.menubar ul#menu li.wide-sub > ul.sub {
   width: 160px !important;
}
div.menubar ul#menu a.narrow-label {
   font-stretch: condensed;
   letter-spacing: -1.4px; /* ← 西中央アジアの文字間を少し詰める */
   line-height: 25px;
}
div.menubar ul#menu a.tight-label {
   font-stretch: condensed;
   letter-spacing: 6.0px; /* ← 中東用の文字間 */
   line-height: 25px;
}

div.menubar ul#menu a {
   background-color: #6699cc;
   color: white;
   line-height: 25px;
   text-align: left;
   text-decoration: none;
   font-size: 14px;
   display: block;
   width: 100%;
   height: 100%;
}
div.menubar ul#menu:after {
   height: 0;
   visibility: hidden;
   content: ".";
   display: block;
   clear: both;
}
div.menubar ul#menu ul.sub {
   background-color: #6699cc;
   width: 125px;/* ← サブメニューの横幅 */
   border-width: 0px 1px 1px 1px;
   border-style: solid;
   border-color: #ff8c00;
   margin: 0px;
   padding: 0px;
   display: none;
   position: absolute;
}
div.menubar ul#menu ul.sub li {
   width: 100%;
   height: 33px;
   border-width: 0px 0px 1px 0px;
   border-style: solid;
   border-color: #ff8c00;
}
div.menubar ul#menu ul.sub li a {
   line-height: 33px;
   text-align: left;
   text-indent: 5px;
}
div.menubar ul#menu ul.sub li a:hover {
   background-color: #8fbc8f;
   color: #005500;
}
div.menubar ul#menu li.menu-right {
   margin-left: auto;
   padding-left: 120px; /* ←コレクションとヨーロッパの間の余白設定 */
   padding-right: 0px;
   flex-shrink: 0;
   min-width: 100px;
}
div.menubar ul#menu li.menu-right a {
  width: auto;
  margin-left: auto;
  text-align: right;
  padding-right: 5px;/* ← コレクションの右端に寄っている余白設定！ */
}
div.menubar ul#menu li.menu-right ul.sub {
  left: auto;
  right: 0; 
}

/* 地名ボタン */
a.sample1 {
  font-size: 14px;
  width: 120px;
  height: 30px;         /* ← ボタンの高さを明確に指定 */
  line-height: 30px;    /* ← 高さと同じにして文字を中央に！ */
  text-align: center;
  display: block;
  text-decoration: none;
  border-radius: 20px;
  background: linear-gradient(#b0c4de, #0099CC);
  border: 1px solid;
  border-color: #87ceeb #6699cc #6699cc #6699cc;
  color: #006699;
  opacity: 0.6;
}
a.sample1:hover{
background:#8fbc8f;
}
a.sample2 {
  font-size: 14px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  text-decoration: none;
  border-radius: 20px;
  background: linear-gradient(#fffacd, #ffcc33);
  border: 1px solid;
  border-color: #87ceeb #6699cc #6699cc #6699cc;
  color: #006699;
  opacity: 0.5;
}
a.sample1, a.sample2 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), -1px -1px 1px rgba(255, 255, 255, 0.5);
}
