@charset "utf-8";

/*PCSP共通設定*/
html {
	scroll-behavior: smooth;/*smooth scroll*/
	scroll-padding-top: 90px;
}
#ticket_expo{
	margin-bottom: 20px;
}
.tx_L {text-align: left!important;}

/*共通*/
:root {
	--gadget-accent-color: #0168b7;
	--gadget-noactive-color: #eee;
	--gadget-botton-color: #e70012;
}
.search_kokunaiBar .fw-top .fw-checkbox__label:before {border-color: var(--gadget-accent-color);}
.search_kokunaiBar .fw-top .fw-checkbox__input:checked + .fw-checkbox__label:before {
    background-color: var(--gadget-accent-color);
    border-color: var(--gadget-accent-color);
}
.search_kokunaiBar .fw-top .fwnta-modal-tab__list {border-bottom-color: var(--gadget-accent-color);}
.search_kokunaiBar .fw-top .fwnta-modal-tab__list > li.fw-is-active {background: var(--gadget-accent-color);}
.search_kokunaiBar .fw-top .fwnta-modal-btn-clear {
    border-color: var(--gadget-accent-color);
    color: var(--gadget-accent-color);
}
.search_kokunaiBar .fw-top .fwnta-modal-tab__list > li {background-color: var(--gadget-noactive-color);}
.search_kokunaiBar .fw-top .fw-btn-detail-01, .fw-top .fw-btn-fix-01 {background-color: var(--gadget-botton-color);}
.search_kokunaiBar .fw-top .fwnta-btn-search{background-color: var(--gadget-botton-color);}

/* ========================================== SP */
@media screen and (max-width: 969px) {
#wrapper {line-height: 1.4;}
.spno{display:none;}
}
/* ========================================== SP */

/* ========================================== PC */
@media screen and (min-width: 970px),print {
.pcno{display:none;}
h2.tit_head{
  margin-bottom: 60px;
  text-align: center;
}
h2.tit_head span{
  position: relative;
  margin: 0 auto;
  padding: 0 5px 15px 5px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  border-bottom: 0;
}
h2.tit_head span::before{
  content: '';
	position: absolute;
	bottom: -5px;
	right: 30%;
	width: 20%;
	height: 5px;
	background-color: #e70011;
}
h2.tit_head span::after{
  content: '';
	position: absolute;
	bottom: -5px;
	left: 30%;
	width: 20%;
	height: 5px;
	background-color: #0068b7;
}

}
/* ========================================== PC */

/*ENG*/
/* ========================================== SP */
@media screen and (max-width: 969px) {
.sub_header {display: flex;}
.sub_header #English {
    width: 30%;
    border-radius: 3px;
    margin: 5px 5px 5px auto;
    padding: 0 0 2px;
    text-align: center;
	font-size: 16px;
	background:#0068b7
}
.sub_header #English a {
	width: 100%;
	color: #FFF;
	display: block;
}
}
/* ========================================== SP */
/* ========================================== PC */
@media screen and (min-width: 970px),print {
.sub_header {
    width: 970px;
    display: flex;
    margin: auto;
    align-items: center;
}
.sub_header #dirPathBlock {
    width: 80%;
    max-width: none;
    min-width: 480px;
}
.sub_header #English {
    width: 20%;
    border-radius: 3px;
    line-height: 1.6;
    text-align: center;
    font-size: 18px;
	background:#0068b7
}
.sub_header #English a {
	width: 100%;
	color: #FFF;
	display: block;
}
}
/* ========================================== PC */

/* -------------------------

  #gnav = ナビゲーション

---------------------------------------------------------------------------------------------------- */

/* ========================================== SP */
@media screen and (max-width: 969px) {
#gnav ul.navlist{
  /*align-items: center;*/
  gap:0;
  background: #0068b7;
}
#gnav ul.navlist li{
  line-height: 1.3;
  font-size: 0.9em;
}
#gnav ul.navlist li:nth-child(1){
	width: calc(63% - 1px);
	border-bottom:solid 1px #fff;
	border-right:solid 1px #fff;
}
#gnav ul.navlist li:nth-child(2){
	width: calc(37% - 1px);
	border-bottom:solid 1px #fff;
}
#gnav ul.navlist li:nth-child(3){
	width: calc(63% - 1px);
	border-right:solid 1px #fff;
	border-bottom:solid 1px #fff;
}
#gnav ul.navlist li:nth-child(4){
	width: calc(37% - 1px);
	border-bottom:solid 1px #fff;
}
#gnav ul.navlist li:nth-child(5){
	width: 100%;
}
#gnav ul.navlist li:nth-child(3) span{
  display: block;
  font-size: 0.8em;
}

}
/* ========================================== SP */

/* ========================================== PC */
@media screen and (min-width: 970px),print {
#gnav ul.navlist li{
  background: #0068b7;
  line-height: 1.3;
}
#gnav ul.navlist li:nth-child(1){width: 240px;}
#gnav ul.navlist li:nth-child(2){width: 170px;}
#gnav ul.navlist li:nth-child(3){/*width: 310px;*/width: 410px;}
#gnav ul.navlist li:nth-child(4){/*width: 100px;*/width: 150px;}
#gnav ul.navlist li:nth-child(5){width: 150px;}
#gnav ul.navlist li:nth-child(3) span{
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}
#gnav ul.navlist li a{
  height: 2.4em;
}

}
/* ========================================== PC */

/* -------------------------

  #header = メインビジュアル周辺

---------------------------------------------------------------------------------------------------- */
/* ========================================== SP */
@media screen and (max-width: 969px) {
#ticket_expo #header{
  margin-top: 10px;
}

}
/* ========================================== SP */

/* ========================================== PC */
@media screen and (min-width: 970px),print {
#ticket_expo #header{
  margin-top: 10px;
}

}
/* ========================================== PC */

/* -------------------------

  #point_kansaistay = ポイントとプランリンク

---------------------------------------------------------------------------------------------------- */

/* ========================================== SP */
@media screen and (max-width: 969px) {
#point_kansaistay .inner{
  padding-top: 30px;
}
.pointbox{
  background: #e9edf1;
  padding: 30px 0;
  border-radius: 30px;
}
.pointbox .tit_head{
  margin-bottom: 40px;
}
.list_point {
  display:flex;
  box-sizing: border-box;
  flex-direction: column;
  gap:20px;
}
.list_point li {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.3;
  background: #fff;
  border-radius: 20px;
  padding: 15px 10px;
}
.list_point li span.point{
  display: block;
  margin: 0 auto 10px auto;
  width: 6em;
  border-radius: 20px;
  padding: 5px;
  line-height: 1;
  background: #0068b7;
  color: #fff;
  letter-spacing: 1px;
  font-size: 0.9em;
}
.list_point li span.point span{
  font-size: 1.4em;
  padding-left:3px;
}
.list_point li em{
  font-size: 0.8em;
}
.ticket_link{
  margin-bottom: 50px;
  padding-top: 3em;
}
.tit_kansaistay{
  margin: 30px 0;
  padding: 8px 0 8px 10px;
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  background: #0068b7;
  border-left: solid 5px #e70011;
  line-height: 1;
}
.txt_kansaistay{
  text-align: center;
  padding: 0 20px;
}
.txt_kansaistay strong{
  font-size: 1.1em;
}
.link_kansaistay{
  display:flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
  flex-wrap: wrap;
}
.link_kansaistay li{
/*  width: calc(1 / 3 * 100%);*/
  width: 100%;
}
/*
.link_kansaistay li:first-child{
  width: 40%;
}
*/
.link_kansaistay li a{
  width: calc(100% - 4px);
}
.bt_link.blue_ver a::after {
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
  right: 15px;
}
.bt_link.blue_ver.no_arrow a::after {
  border-top: none;
  border-right: none;
}
.bt_link.close_ver span::after {
  border-top: 2px solid #eee;
  border-right: 2px solid #eee;
  top: 50%;
  right: 15px;
}
.bt_link.close_ver.no_arrow a::after {
  border-top: none;
  border-right: none;
}
.bt_link.close_ver {
    width: 100%;
}
/*.bt_link span::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
}*/

}
/* ========================================== SP */

/* ========================================== PC */
@media screen and (min-width: 970px),print {
#point_kansaistay .inner{
  width: 970px;
  padding-top: 0;
}
.pointbox{
  background: #e9edf1;
  padding: 30px 20px;
  border-radius: 30px;
}
.pointbox .tit_head{
  margin-bottom: 40px;
}
.list_point {
  width: 930px;
  display:flex;
  box-sizing: border-box;
  align-items:stretch;
  gap:20px;
}
.list_point li {
  width: calc(1 / 3 * 100%);
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.3;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
}
.list_point li span.point{
  display: block;
  margin: 0 auto 20px auto;
  width: 6em;
  border-radius: 20px;
  padding: 5px;
  line-height: 1;
  background: #0068b7;
  color: #fff;
  letter-spacing: 1px;
}
.list_point li span.point span{
  font-size: 1.4em;
  padding-left:3px;
}
.list_point li em{
  font-size: 0.8em;
}
.ticket_link{
  margin-bottom: 50px;
  padding-top: 3.4em;
  width: 740px;
}
.tit_kansaistay{
  margin: 30px 0;
  padding: 8px 0 8px 15px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  background: #0068b7;
  border-left: solid 10px #e70011;
  line-height: 1;
}
.txt_kansaistay{
  text-align: center;
}
.txt_kansaistay strong{
  font-size: 1.2em;
}
.link_kansaistay{
  width: 910px;
  display:flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
  margin-right: auto;
  margin-left: auto;
}
.link_kansaistay li{
  width: calc(1 / 3 * 100%);
}
.link_kansaistay li a{
  width: calc(100% - 4px);
}
.ticket_link {
    align-items: flex-start;
}
.bt_link.blue_ver a::after {
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
}
.bt_link.blue_ver.no_arrow a::after {
  border-top: none;
  border-right: none;
}
/*.bt_link span::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  left: 92%;
}*/
.bt_link.close_ver span::after {
  border-top: 2px solid #eee;
  border-right: 2px solid #eee;
}
.bt_link.close_ver.no_arrow a::after {
  border-top: none;
  border-right: none;
}
.link_kansaistay .bt_link.close_ver {
    padding: 8px 0;
    line-height: 1.3;
}

}
/* ========================================== PC */

/* -------------------------

  #access = 会場までのアクセス

---------------------------------------------------------------------------------------------------- */
#access .access_hotel {
	border: 2px solid #0068b7;
	border-radius: 5px;
}
/* ========================================== SP */
@media screen and (max-width: 969px) {
#access .access_hotel {padding: 10px 0;}
.list_access{
  display: flex;
  box-sizing: border-box;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}
.list_access li{
text-align: center;
max-width: 485px;
}

}
/* ========================================== SP */

/* ========================================== PC */
@media screen and (min-width: 970px),print {
#access .access_hotel {padding: 10px;}
.list_access{
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  padding-bottom: 20px;
}

}
/* ========================================== PC */

/* -------------------------

  #dejipan = デジタルパンフレット

---------------------------------------------------------------------------------------------------- */
/* ========================================== SP */
@media screen and (max-width: 969px) {
#dejipan .inner {
  background: #e9edf1;
  border-radius: 50px;
}
.txt_dejipan{
  text-align: center;
  font-weight: 600;
}
#pamph_list__wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 15px;
}
#pamph_list__wrapper li {
	width: 48%;
	margin:0 1%;
}
#pamph_list__wrapper .img_dejipan{
	padding: 5px;
	border: solid 1px #b6b6b6;
	background: #fff;
}
#pamph_list__wrapper li dt{
	color: #0068b7;
	font-weight: bold;
	line-height: 1.2;
	margin: 10px 10px 25px;
}

}
/* ========================================== SP */

/* ========================================== PC */
@media screen and (min-width: 970px),print {
#dejipan .inner {
	background: #e9edf1;
	border-radius: 80px;
	margin-bottom: 50px;
}
.txt_dejipan{
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
}
#pamph_list__wrapper {
	display: flex;
	margin: 25px;
	gap: 1%;
}
#pamph_list__wrapper li {width: calc(100% / 6);}
#pamph_list__wrapper .img_dejipan{
	padding: 5px;
	border: solid 1px #b6b6b6;
	background: #fff;
}
#pamph_list__wrapper li dt{
	color: #0068b7;
	font-weight: bold;
	line-height: 1.2;
	margin: 15px;
}

}
/* ========================================== PC */

/* ========================================== TB */
@media (min-width: 768px) and (max-width: 969px),print {
h2.tit_head span {
  font-size: 1.8em;
}
.ticket_link br.spnone{
  display: none;
}
.list_point {
  display:flex;
  box-sizing: border-box;
  align-items:stretch;
  gap:12px;
  flex-direction: row;
  width:96%;
  margin: 0 auto;
}
.list_point li {
  width: calc(1 / 3 * 100%);
}

}
/* ========================================== TB */

/* -------------------------

  #special_plan = スペシャルプラン

---------------------------------------------------------------------------------------------------- */
/* ========================================== SP */
@media screen and (max-width: 969px) {
.special .special_wrapper li {
	border: 1px solid #e9edf1;
	padding: 15px;
}
.special .special_wrapper li dl{
	display: flex;
	gap: 2%;
}
.special .special_wrapper li dt{width: 40%;}
.special .special_wrapper li dd{
	width: 58%;
	color: #000;
	line-height: 1.4;
}
}
/* ========================================== SP */

/* ========================================== PC */
@media screen and (min-width: 970px),print {
.special .special_wrapper li {
	border: 1px solid #e9edf1;
	padding: 25px;
}
.special .special_wrapper li dl{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.special .special_wrapper li dt{max-width: 300px;}
.special .special_wrapper li dd{
	width: calc(98% - 300px);
	color: #000;
	font-size: 1.2em;
}
}
/* ========================================== PC */

/* ========================================== TB */
@media (min-width: 768px) and (max-width: 969px),print {
.special .special_wrapper li {
	border: 1px solid #e9edf1;
	padding: 25px;
}
.special .special_wrapper li dl{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.special .special_wrapper li dt{max-width: 300px;}
.special .special_wrapper li dd{
	width: calc(98% - 300px);
	color: #000;
	font-size: 1.2em;
}
}
/* ========================================== TB */






















/*------------------------------
scroll item
------------------------------*/
.scrollbox_wraper a,
.scrollbox_wraper a:link,
.scrollbox_wraper a:visited,
.scrollbox_wraper a:active {
	color: #222;
	text-decoration: none;
}
p.comment_txt {
    font-size: 12px;
    margin: 3% 0 5%;
}

/* ========================================== SP */
@media screen and (max-width: 969px) {
.scrollbox_wraper {
	margin-bottom: 25px;
	position: relative;
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #888;
}
.scrollbox_wraper .scroll_left_btn {left: 0;}
.scrollbox_wraper .scroll_right_btn {right: 0;}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display:none!important;
}
.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
.scrollbox_wraper .scrollbox > ul {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto 15px !important;
	padding: 0 calc(calc(100% - calc(1040px / 4)) / 2);
}
.scrollbox_wraper .scrollbox > ul > li.sliderBox {
	width: calc(1038px / 4) !important;
	margin: 0 5px !important;
	padding: 15px;
	box-sizing: border-box;
    background-color: #FFF;
    border: solid 1px #999;
}
.scrollbox_wraper .scrollbox > ul > li h3 {
	display: grid;
	flex-direction: column;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
}
.scrollbox_wraper .scrollbox > ul > li .osusume_place {
	text-align: right;
	margin-bottom: 10px;
	font-size: 12px;
}
.scrollbox_wraper .scrollbox > ul > li .txt_rank {
	text-align: justify;
	font-size: 12px;
	line-height: 1.4;
}
.scrollbox_wraper .scrollbox > ul > li .icon {
	font-size: 12px;
    background: #0068b7;
    display: inline-block;
    padding: 0 10px;
    color: #FFF;
}
.scrollbox_wraper .scrollbox > ul > li .txt_price {
	padding: 10px 0;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: -0.005rem;
	line-height: 1;
}
.scrollbox_wraper .scrollbox > ul > li .txt_price strong {
	font-weight: bold;
	color: #c22a39;
}
.scrollbox_wraper .scrollbox > ul > li .txt_price small {font-size: 0.7rem;}
.scrollbox_wraper .scrollbox > ul > li .txt {font-size: 14px;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important;
}

}

/* ========================================== PC */
@media screen and (min-width: 970px),print {
.scrollbox_wraper {
	margin-bottom: 50px;
	position: relative;
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #888;
}
.scrollbox_wraper .scroll_left_btn {left: -40px;}
.scrollbox_wraper .scroll_right_btn {right: -40px;}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display:none!important;
}
.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
.scrollbox_wraper .scrollbox > ul {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto 15px !important;
}
.scrollbox_wraper .scrollbox > ul > li.sliderBox {
	width: calc(930px / 4) !important;
	margin: 0 5px !important;
	padding: 15px;
	box-sizing: border-box;
    background-color: #FFF;
    border: solid 1px #999;
}
.scrollbox_wraper .scrollbox > ul > li h3 {
	display: grid;
	flex-direction: column;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
}
.scrollbox_wraper .scrollbox > ul > li .osusume_place {
	text-align: right;
	margin-bottom: 10px;
	font-size: 12px;
}
.scrollbox_wraper .scrollbox > ul > li .txt_rank {
	text-align: justify;
	font-size: 12px;
	line-height: 1.4;
}
.scrollbox_wraper .scrollbox > ul > li .icon {
	font-size: 12px;
    background: #0068b7;
    display: inline-block;
    padding: 0 10px;
    color: #FFF;
}
.scrollbox_wraper .scrollbox > ul > li .txt_price {
	padding: 10px 0;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: -0.005rem;
	line-height: 1;
}
.scrollbox_wraper .scrollbox > ul > li .txt_price strong {
	font-weight: bold;
	color: #c22a39;
}
.scrollbox_wraper .scrollbox > ul > li .txt_price small {font-size: 0.7rem;}
.scrollbox_wraper .scrollbox > ul > li .txt {font-size: 14px;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important;
}
@media (min-width: 760px) and (max-width: 900px){
	/*------------------------------
	for Tablet
	------------------------------*/
	.scrollbox_wraper .scrollbox {
		overflow-x: scroll!important;
		padding: 0;
	}
	.scrollbox_wraper .scrollbox > ul > li {
		width: 270px !important;
	    margin: 0 5px;
		background: #fff;
	}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
		margin: 0 5px!important;
		background: #eee!important;
		border-radius: 5px!important;
	}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
		border-radius: 5px!important;
		background: #999!important;
	}
}

/*スクロールなし*/
.scrollbox_wraper.pc_no_slider .scroll_left_btn,
.scrollbox_wraper.pc_no_slider .scroll_right_btn,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-track,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-thumb {display:none!important;}
}


/*メンテナンスのお知らせ*/
/* ========================================== SP */
@media screen and (max-width: 969px) {
p.mente__txt {
	margin: 25px 0 -75px;
	padding: 10px;
	font-size: 12px;
	display: block;
	background: #e9edf1;
	position: relative;
}
p.mente__txt span {
	background: #e70011;
	color: #FFF;
	margin-right: 5px;
	padding: 0 5px;
}
p.mente__txt:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 15px solid #e9edf1;
	border-bottom: 0;
	position: absolute;
	bottom: -12px;
	left: calc(50% - 15px);
}
}
/* ========================================== SP */

/* ========================================== PC */
@media screen and (min-width: 970px),print {
p.mente__txt {
	width: fit-content;
	margin: 30px 0 -50px;
	padding: 10px;
	font-size: 14px;
	display: block;
	background: #e9edf1;
	position: relative;
}
p.mente__txt span {
	background: #e70011;
	color: #FFF;
	margin-right: 5px;
	padding: 0 5px;
}
p.mente__txt:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 20px solid #e9edf1;
	border-bottom: 0;
	position: absolute;
	bottom: -18px;
	left: 135px;
}
}

/*banner640*/
@media screen and (max-width: 969px) {
ul.banner640 {margin: 5% 0;}
ul.banner640 li {
	width: 98%;
	margin: 1% 1% 5%;
}
ul.banner640 li p{
	text-align: center;
	font-size: 0.85em;
}
ul.banner640 .slick-prev,
ul.banner640 .slick-next {
    position: absolute;
    top: 30%;
}
}
/* ========================================== SP */

/* ========================================== PC */
@media screen and (min-width: 970px),print {
ul.banner640 {
	display: flex;
	flex-wrap: wrap;
	margin: 5% 0;
}
ul.banner640 li {
	width: 48%;
	margin: 1%;
}
ul.banner640 li p{
	text-align: center;
	font-size: 0.85em;
}
}

/*add 20250521*/
#tourist-information .bt_link a {
	width: 100%;
	color: #0068b7;
	font-size: 14px;
}
#tourist-information .bt_link a:link,
#tourist-information .bt_link a:visited,
#tourist-information .bt_link a:active {color: #0068b7;}
