@charset "UTF-8";
@media screen and (min-width: 1080px) {


	
/* 吹き出し本体 */
.balloonSet{
	width: 62vw;/**2026**/
	margin: 0vw 9vw 2vw;
    display: flex;
}		
	
	
/*アコーディオン*/
.accordion {
	display: block;
	margin: 0vw 0vw 0 0vw;
	padding: 0 2.6vw 0 7.5vw;
	font-size: 100%;
}
.accordion p{
	padding-bottom: 0vw;
	width: 100%;
}
.toggle {
  display: none;
}
.faq {
  position: relative;
}
.question,.answer {
  transform: translateZ(0);
  transition: all 0.3s;
}
	
.question {
	margin: 0vw 0vw 2.5vw 0vw;
	border-radius: 1vw;
	border: solid 0.2vw #202020;
  padding: 1.5vw 5vw 1.5vw 1.5vw;
  display: block;
  color: #18293c;
	background-color: #fff;
	cursor: pointer;
	line-height: 2.5vw;
}
.question > p{
  display: block;
	cursor: pointer;
	line-height: 2vw;
	margin: 1vw 0vw 0 0vw;
}
.question > span {
	display: block;
    font-size: 120%;
	margin: 0 0 0vw;
    line-height: 1.5vw;
  font-weight: 600;	
}
.question:after,.question:before {
  content: "";
  position: absolute;
  right: 2.5vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.2vw;
  height: 2vw;
  background-color: #18293c;
  transition: all 0.3s;
}
.question:after {
  transform: rotate(90deg);
}
.answer {
  max-height: 0;
  overflow: hidden;
}
.answer > .answerContent {
  margin: 0vw 5vw 0vw 0vw;
  padding: 0vw 0vw 0vw 0vw;
}
.answer > .answerContent p{
  margin-bottom: 2.5vw;
}
.answer > .answerContent p span{
	display: block;
    font-size: 90%;
	margin: 1vw 0 0vw;
	line-height: 2.5vw;
	font-weight: 400;	
}
.toggle:checked + .question + .answer {
  max-height: 10000px;/*コンテンツ高さ調整*/
  transition: all 1.5s;
}
.toggle:checked + .question:before {
  transform: rotate(90deg) !important;
}	
	

/*スライドスクロール（写真のみ）*/
.slide-scroll2{
	margin-top: -4vw;
	margin-left: -5vw;
	margin-bottom: 3vw;
}
.slide-scroll3{
	margin: 0 -10vw 3vw 7.5vw;
}
/* simplebar用 */
.simplebar-track {
    border-radius: 1vw;/* バーに丸みをもたせる*/
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
  opacity:1;
}
.simplebar-track .simplebar-scrollbar::before{
  background: #bbb;/* バー色設定 */
}
.scroll-area{
  height:auto;
  padding-bottom:1vw;
}
.flex,.flex2{
	display:flex;
}
.flex img{
	max-width: 65vw;
	height: auto;
	margin-right: 1vw;
}	
.flex2 img{
	max-width: 20vw;
	height: auto;
	margin-right: 1vw;
}

	
	
    
 #mapWrap img.map{/*******************************/
	max-width:none; 
  width: 65vw;
  height: auto;
  position: relative;
  padding: 0;
  margin-bottom: 5vw;
}   
 #audienceSpotWrap .scroll_set{
  margin: 0 0VW 0 0vw;
  padding: 0;
  width: 76vw;
  overflow-x: scroll;  /* 横スクロールの指定 */
  white-space: nowrap;  /* 横スクロールの指定 */
  overflow-scrolling: touch;  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
    scrollbar-color: #bbb #fff;
}

#audienceSpotWrap .tab_point li.award{/**********************ボタン形状*/
  display: block;
  width: 4.9vw;
  height: 3.0vw;
    border: none;
  justify-content: center;
  align-items: center;
    color: #000;
  background-color: none;
    cursor:initial;
}
#audienceSpotWrap .tab_point li.award a {
  display: block;
  width: 100%;
  height: 170%;
  background-color: none;
}   
#audienceSpotWrap .tab_point li.booth{/**********************ボタン形状*/
  display: block;
  width: 8vw;
  height: 3.1vw;
  border-radius: 0.5vw;
    border: none;
  justify-content: center;
  align-items: center;
    color: #000;
  background-color: none;
    cursor:initial;

}
#audienceSpotWrap .tab_point li.booth a {
  display: block;
  width: 100%;
  height: 170%;
  background-color: none;
}       

#audienceSpotWrap .tab_point li.active{
  /*background: none;*/
}
#point1{/*************************************各ボタンの位置*/
  position: absolute;
  top: 21.2vw;
  left: 25.6vw;
}
#point2{
  position: absolute;
  top: 23.2vw;
  left: 34.7vw;
}   
    
/* 1. 画像の設定（既存のコードに clear を追加） */
.boxSet img.faq {
  width: 100%;
  padding-bottom: 5vw;
  height: auto;
  float: right;
  margin: 0 0 0vw 2vw;
  vertical-align: bottom;
  /* ▼ これを追加：画像同士や前後の要素との重なりを防ぐ */
  clear: both; 
}
.boxSet .faq_set p {
  /* ▼ これを追加：pタグの中で float（浮いた画像）を完全に閉じ込める */
  display: flow-root; 
}    	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

}