@charset "utf-8";

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}

#dirPathBlock {
    overflow-x: scroll;
    overflow-y: hidden;
}	
	
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
	
#dirPathBlock p{width: max-content;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin: 0 auto 3%;
	padding-bottom: 5px;
	width: 94%;
	clear: both;
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*nav*/
main article nav {margin: 0 1%;}
main article nav ul {display:flex;}
main article nav li {
	width: 23%;
	text-align: center;
	background: #ff6ba6;
	margin: 1%;
}
main article nav li a {
	width: 100%;
	display: block;
	line-height: 1.2;
	color: #FFF!important;
	padding: 8px 0;
}

/*特集バナー アンダーテキスト*/
.title_under_txt{
	font-size:16px;
	text-align:center;
	margin-bottom: 3%;
}
.commonbnr li{
	overflow: hidden;
	margin: 5px;
	padding: 10px;
	background: #FFF;
	box-sizing: border-box;
	font-size: 14px;
	display: block;
}
.commonbnr li img{
	width: 100%;
	margin-bottom: 10px;
}
.commonbnr li h3{
	width: 100%;
	margin-bottom: 10px;
}
.commonbnr p{
	font-size: 14px;
	margin-bottom: 3%;
}

/*slick*/
.slick-slide-banner-js .slick-prev,
.slick-slide-banner-js .slick-next {top: 50%;z-index: 40;}
.slick-slide-banner-js .slick-prev {left: -5px;}
.slick-slide-banner-js .slick-next {right: -5px;}
.slick-slide-banner-js .slick-prev:before,
.slick-slide-banner-js .slick-next:before {color: #242424;}
.slick-dots li {background: none;}

/*kw*/
#kw_sarch{text-align: center;}
#kw_sarch li{display: inline-block;}
#kw_sarch a {
	width: fit-content;
    margin: 0 0 1%;
    padding: 10px 10px 8px;
    float: left;
    text-align: center;
    color: #222;
    border: 1px solid #222;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
}

/*qa*/
#qanda_box .inner > div {margin: 5% 2%;}
#qanda_box .inner > div:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#qanda_box .inner div > div {
	padding: 10px;
	margin-bottom: 2%;
	background: #fff;
}
#qanda_box b.qaicon {
	background: #282da5;
	font-size: 14px;
	margin: 0 2% 1% 0;
	color: #FFF;
	width: 15%;
	text-align: center;
	float: left;
}
#qanda_box h3 {
	font-size: 14px;
	margin: 0 0 2% 0;
	color: #282da5;
	line-height: 1.6;
	text-align: left;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}
#qanda_box .inner > div p span{
	width: 83%;
	float:left;
	display:block;
}
#qanda_box div p {
	font-size: 14px;
	line-height: 1.6;
}

section{background-color: #ffffff !important;}
a.anchor {
    display: block;
    position: relative;
    top: -79px;
    visibility: hidden;
}
.maintit{
background: rgb(164,181,235);
background: -moz-linear-gradient(90deg, rgba(164,181,235,1) 0%, rgba(249,234,211,1) 50%, rgba(248,205,214,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(164,181,235,1) 0%, rgba(249,234,211,1) 50%, rgba(248,205,214,1) 100%);
background: linear-gradient(90deg, rgba(164,181,235,1) 0%, rgba(249,234,211,1) 50%, rgba(248,205,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a4b5eb",endColorstr="#f8cdd6",GradientType=1);
}
.maintitin{
	background-position:center top;
}
.maintit p{
	max-width: 970px;
	margin: 0 auto 0px;
	width: 100%;
}
.maintit p img{
	vertical-align: bottom;
	width: 100%;
}
.fixed2{
    position: fixed!important;
    top: 0;
	left:0;
	right:0;
    width: 100%;
    z-index: 9999;
	margin:auto;
	text-align:center;
	background:#FFFFFF;
	display: flex;
}
.fixed2 nav {
    width: 100%;
}
.floatMenu ul{
	display: flex;
	max-width:970px;
	width: 100%;
	margin:auto;
	padding: 10px 0 20px 0;
}

.floatMenu li{
	width: 25%;
    line-height: 3.5;
    font-size: 12px;
	background-color: #FDF8A4 !important;
	margin: 0;
	border-right: 2px solid #ffffff;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.floatMenu li:last-child{
	border: none;
}
.floatMenu li a{
	color:#333333 !important;
	font-weight: bold !important;
	display: block;
	text-decoration:none!important;
	position: relative;
	padding: 10px 0 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.floatMenu li a::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
    content: "\f078";
	bottom: -20px;
	left: 46.5%;
}

.floatMenu li a:hover{
	color:#ffa400!important;
	text-decoration:none!important;
}

.contentbox{
	max-width: 950px !important;
	width: 95%;
	margin: 0 auto;
}

.contentbox h2{
	position: relative;
	padding: 1.5rem;
  text-align: center;
	border: none;
	margin: 0 auto 30px !important;
	width: auto !important;
}

.contentbox h2:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
}
.contentbox h2.midashi1:before{
	background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(99,146,238,1) 50%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(99,146,238,1) 50%);
background: linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(99,146,238,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#6392ee",GradientType=1);
}
.contentbox h2.midashi2:before{
	background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(241,169,217,1) 50%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(241,169,217,1) 50%);
background: linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(241,169,217,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#f1a9d9",GradientType=1);
}

/*スクロール*/
.scroll_left_btn,
.scroll_right_btn {
	width: 20px;
	height: 20px;
	border-radius:12px;
	background: #ccc;
	position: absolute;
    top: 50%;
    display: block;
    z-index: 1;
	border: none;
}
.scroll_left_btn {left:5px;}
.scroll_right_btn {right:5px;}
.scroll_left_btn:before,
.scroll_right_btn:before {
    content: "";
    display: block;
	width: 0;
	height: 0;
}
.scroll_left_btn:before {
	margin: 0 0 0 5px;
	border-top: 5px solid transparent;
	border-right: 7px solid #fff;
	border-bottom: 5px solid transparent;
}
.scroll_right_btn:before {
	margin: 0 0 0 8px;
	border-left: 7px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.scroll_left_btn.non_scloll,
.scroll_right_btn.non_scloll {background: #ccc;}
.sclooll__area {
	overflow-x: scroll;
    overflow-y: hidden;
	padding: 0 0 20px 0;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	position: relative;

}
.sclooll__area > ul{
	display:flex;
	justify-content: flex-start;
	align-items: stretch;

}
.plan_box h3,
.plan_box2 h3{
	height: 52px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	margin: 0;
	background: rgb(166,190,244);
	background: -moz-linear-gradient(90deg, rgba(166,190,244,1) 0%, rgba(242,200,231,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(166,190,244,1) 0%, rgba(242,200,231,1) 100%);
	background: linear-gradient(90deg, rgba(166,190,244,1) 0%, rgba(242,200,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6bef4",endColorstr="#f2c8e7",GradientType=1);
	color: #4e4449 !important;
	display: flex;
    flex-flow: column;
	align-items: center;
	justify-content: center;
}
	
.plan_box h3 span{
    font-size: 15px
}	

.plan_box {
	max-width:400px;
	width: 85%;
	box-sizing: border-box;
	display: block;
	margin:0 2% 1% 2% !important;
	padding: 0px;
	background: #FFF;
	font-size: 14px;
	letter-spacing: 0;
	border: 1px solid #333333;
	color: 333333;
	border-radius: 5px;
	flex-shrink: 0;
	overflow: hidden;
}

.plan_box .plan_image {
	margin-bottom: 12px;
	position: relative;
	max-width:400px;
}
.plan_box .plan_image img,
.plan_box2 .plan_image img{
		width: 100%;
	margin: 10px 0 10px 0;
    padding: 0 0 5px 0;
}

.plan_box .plan_image .copy{
	text-align: right;
    margin: 5px 5px 0 0;
    font-size: 10px;
	position: absolute;
	bottom: 3%;
	right: 1%;
	text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
    color: #333333;
	font-weight: bold;
}

.plan_detailarea{
	padding: 0px 20px 20px 20px;
}

.plan_detail {
	margin: 0 0 20px 0
}

.plan_detail .koumoku{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	font-weight: bold !important;
	padding: 0 0 0 0px;
	margin: 0 0 0px 0;
}

.plan_detail .koumoku span{
	display: block;
	margin: 0 10px 0 0;
}

.plan_detail .koumoku span.icon{
	width: 15px;
}

.plan_detail .koumoku span.icon img{
	width: 100%;
}

.plan_detail ul{
	margin: 0 0 0 0;
}

.plan_detail ul li{
	position: relative;
	margin: 0 0 5px 0px;
	padding: 0 0 0 20px;
}

.plan_detail ul li::before{
	content: "・";
	position: absolute;
	top: 0%;
	left: 0%;
	font-size: 16px;
}

.plan_detail ul li.address{
	padding: 0 0 0 0px !important;
}

.plan_detail ul li.address::before{
	content: "" !important;
	
}

.plan_btn{
	margin: 20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch
}

.btnall a{
	display: block;
	color: #333333 !important;
	text-decoration: none;
	background-color: #fef68b;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #333333;
	font-weight: bold;
}

.btnall a::after{
	font-family: "Font Awesome 5 Free";
    content: "\f054";
    top: 30%;
    right: 3%;
    position: absolute;	
}
.btn1{
	width: 100%;	
}

.btn3{
	width: 32%;
	margin: 0 0 10px 0;
	font-size: 0.7rem;
}

.btn3 a{
	background-color:#F5C4D7 !important;
}

.box__all_wrapper{
	position:relative;
	margin: 0px 0 0 0;
}

/*0件*/
.travelplan_preparation_now {
    text-align: center;
    font-size: 16px;
    padding: 50px 0;
}

.acd-check{
    display: none;
}
.acd-label{
    background: #ffffff;
    color: #333333;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
	font-size: 16px;
}
.acd-label:after{
	font-family: "Font Awesome 5 Free";
    content: "+";
    background: #FFFFFF;
    box-sizing: border-box;
    display: block;
    font-size: 24px;
	
    height: auto;
    padding: 10px 10px;
    position: absolute;
    right: 0;
    top: 10%;
}
.acd-content{
    /*border: 1px solid #333;*/
    display: block;
    height: 0;
    /*opacity: 0;*/
    padding: 0 0px;
    /*transition: .5s;*/
    visibility: hidden;
	font-size: 14px;
}
.acd-check:checked + .acd-label:after{
	font-family: "Font Awesome 5 Free";
    content: "－";
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    /*opacity: 1;*/
    padding: 10px;
    visibility: visible;
}

.faqmidashi{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items:stretch;
	padding: 10px;
	font-size: 14px;
}

.faqmidashi span{
	display: block;
}
span.mark{
	border-radius: 50%;
	
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0px;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #ffffff;
}
.bg_q{
	background-color: #6792EB;
	border: 1px solid #6792EB;

}
.bg_a{
	background-color: #EBA3D7;
	border: 1px solid #EBA3D7;

}
span.faqnaiyo{
	display: flex;
    justify-content: center;
    align-items: center;
	width: 79%;
}
span.faqnaiyo2{
	width: 84%;
	margin: 4px 0 0 0;
}

.bus_rentacar{
	margin: 80px 0 0 0;
}


.bus_rentacar ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.bus_rentacar ul li{
	width: 45%;
	margin: 0 1% 0 1%;	
	max-width: 300px;
}

.bus_rentacar ul li img{
	width: 100%;
}
.faqareain{
	border-bottom: 1px dotted #333333;
	padding: 10px 0 10px 0;
}
.itemList4 {
	display: flex;
    justify-content: center;
    align-items: stretch;
}
.itemList4 li {
	width: 45%;
	max-width: 400px;
	/*float: left;*/
	position: relative;
	/*margin-right: 29px;*/
	margin: 0 3% 5% 0%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 0 #afafaf;
	-moz-box-shadow: 0 1px 0 #afafaf;
	box-shadow: 0 1px 0 #afafaf;
*display:inline;
opacity: 0.99999;
filter: alpha(opacity=100);       
-ms-filter: "alpha(opacity=100)";
-moz-opacity:1;
background: #F5F5F5!important;
	flex-shrink: 0;
}
.itemList4 li:hover{ cursor:pointer;
opacity: 0.8;
filter: alpha(opacity=80);       
-ms-filter: "alpha(opacity=80)";
-moz-opacity:0.8;
}
.itemList4 li dl {
	padding: 15px 10px;
}
.itemList4 li dl dt {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight:bold;
}
.itemList4 li dl dt a {
	color: #333 !important;
	text-decoration: none !important;
}
.itemList4 li dl dt a::after{
  position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	pointer-events:auto;
	content:"";
	background-color:rgba(0,0,0,0)
}
.itemList4 li dl dd span {
	margin-top: 10px;
	display: inline-block;
}
.itemList4 li dl dd a {
	color: #333 !important;
	text-decoration: none !important;
}
.itemList4 li .thumb {
	zoom: 1;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	overflow:hidden;
}
.itemList4 li .thumb img{ max-width:100%; *width:100%; height:auto;}
.itemList4 li .thumb .tag {
	display: block;
	position: absolute;
	font-size:13px;
	top: -9px;
	left: -39px;
	color: #fff;
	font-weight: bold;
	width: 100px;
	height: 22px;
	padding-top: 20px;
	text-align: center;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.ie .itemList4 li .thumb .tag,
.ie9 .itemList4 li .thumb .tag {
	width: 50px;
	height: auto;
	top: 0;
	left: 0;
	padding-top: 0;
}
.kokunai .itemList4 li .thumb .tag {
	background: #dd335d;
}
.kaigai .itemList4 li .thumb .tag {
	background: #59b034;
}
.itemList4.white li {
	background: #fff;
}
.itemList4.gray li {
	background: #f2f2f2;
}
/*ranking*/
.itemList4 li .thumb .tag.first {
	color: #333;
	background: #d4ba35 !important;
}
.itemList4 li .thumb .tag.second {
	color: #333;
	background: #b8b8b8 !important;
}
.itemList4 li .thumb .tag.third {
	color: #333;
	background: #d5976d !important;
}
.kokunai .itemList4 li .thumb .tag.special {
	background: #df3560;
}
.kaigai .itemList4 li .thumb .tag.special {background: #df3560;}

.itemList4 li .thumb .tag.plan {
	color: #fff;
	background: #fb7f12 !important;
}
.itemList4 li.rankTtl {
	width: 198px;
	text-align: center;
	margin-top: -2px;
	background: #ffffff;
	border: 1px solid #D9D9D9;
}
.itemList4 li.rankTtl:hover{
	opacity: 1;
filter: alpha(opacity=100);        /* ie lt 8 */
-ms-filter: "alpha(opacity=100)";  /* ie 8 */
-moz-opacity:1;
cursor:default;
}
.itemList4 li .rankTtlThumb {
	margin-bottom: 10px;
	padding-top: 25px;
}

.thumb img{
	width: 100%;
}
.toparea{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 0px 0;
}
.toparea .topimg {
	margin:0 auto 0;
	position: relative;
	max-width:640px;
	width: 95%;
}
.toparea .topimg img {
	width: 100%;	
}
.toparea .topimg .copy{
    margin: 5px 5px 0 0;
    font-size: 12px;
	position: absolute;
	bottom: 3%;
	right: 1%;
	text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
    color: #333333;
	font-weight: bold;
}
.topdetail{
	width: 95%;
	margin: 20px auto 0;
}
.plan_detail2 {
	font-size: 14px;
	margin: 0 0 20px 0;
}
.plan_detail2 .koumoku{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	font-weight: bold !important;
	padding: 0 0 0 0px;
	margin: 0 0 0px 0;
}
.plan_detail2 .koumoku span{
	display: block;
	margin: 0 10px 0 0;
}
.plan_detail2 .koumoku span.icon{
	width: 7%;
}
.plan_detail2 .koumoku span.icon img{
	width: 100%;
}
.plan_detail2 .koumoku_naiyo{
	margin: 0 0 0 0;
}
.plan_detail2 ul{
	margin: 0 0 0 0;
}
.plan_detail2 ul li{
	position: relative;
	margin: 0 0 5px 0px;
	padding: 0 0 0 20px;
}
.plan_detail2 ul li::before{
	content: "・";
	position: absolute;
	top: 0%;
	left: 0%;
	font-size: 16px;
}
.plan_detail2 ul li.address{
	padding: 0 0 0 0px !important;
}
.plan_detail2 ul li.address::before{
	content: "" !important;
}
.toparea .plan_btn{
	margin: 0 0 0 0 !important;
}
.plan_box2 {
	max-width:400px;
	width: 95%;
	box-sizing: border-box;
	display: block;
	margin:0 auto 5% !important;
	padding: 0px;
	background: #FFF;
	font-size: 14px;
	letter-spacing: 0;
	border: 1px solid #333333;
	color: 333333;
	border-radius: 5px;
	flex-shrink: 0;
}
.plan_box2 .plan_image {
	margin-bottom: 12px;
	position: relative;
	max-width:400px;
}
.plan_box2 .plan_image .copy{
	text-align: right;
    margin: 5px 5px 0 0;
    font-size: 12px;
	position: absolute;
	bottom: 3%;
	right: 1%;
	text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
    color: #333333;
	font-weight: bold;
}
.osusume_planarea{
	margin: 0 0 0 0;
	padding: 10px;
}
.osusume_planarea ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.osusume_planbox{
	width: 45%;
	margin: 0 2% 20px 2%;
}
.osusumeplan_tit{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 20px 0;
}
.osusume_plan_bt p{
	margin: 0 0 10px 0;
}
.osusume_plan_bt a{
	display: block;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #333333;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff !important;
	position: relative;
	background-color: #6694EC;
}
.osusume_plan_bt a::after{
	font-family: "Font Awesome 5 Free";
    content: "\f054";
    top: 30%;
    right: 3%;
    position: absolute;
	
}

/* おすすめ旅行情報 */
#useWrap .inner{
	width: 96%;
    margin: 0 2%;
    padding: 24px 0;
    box-sizing: border-box;
}
#useWrap .tripa_useWrap_wrap{
	width: 100%;
    overflow-x: scroll;
	box-sizing: border-box;
}
/*#useWrap .tripa_useWrap_wrap::-webkit-scrollbar {height: 8px;}
#useWrap .tripa_useWrap_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
}
#useWrap .tripa_useWrap_wrap::-webkit-scrollbar-track {
    margin: 0 5px;
    background: #efefef;
    border-radius: 5px;
}*/
#useWrap .tripa_slick.tripa_useWrap {width: 1260px;}
#useWrap div.tripa {
	width: 200px;
    float: left;
    margin: 5px 5px 10px;
    padding: 10px;
    background: #FFF;
    box-sizing: border-box;
}
#useWrap div.tripa p {
	margin: 0 0 3% 0;
    height: 150px;
    overflow: hidden;
}
#useWrap div.tripa p img {
    width: auto;
    height: 100%;
}
#useWrap div.tripa dl {
	overflow: hidden;
	display: block;
	padding: 0;
}
#useWrap div.tripa dt {
	font-size: 14px;
	margin: 0 0 2% 0;
	padding: 0;
	font-weight: bold;
}
#useWrap div.tripa dd {font-size: 12px;}
#useWrap div.tripa dd > span {
	display: block;
	margin: 5px 0 0 0;
}
#useWrap div.tripa dd > span a {
	color: #CCC;
	font-size: 12px;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#useWrap div.tripa dd > span span {
	color: #F69;
	display: inline;
	font-size: 12px;
}
/*slick*/
.slick-slide-js .slick-prev,
.slick-slide-js .slick-next {top: 20%;z-index: 40;}
.slick-slide-js .slick-prev {left: -5px;}
.slick-slide-js .slick-next {right: -5px;}
.slick-slide-js .slick-prev:before,
.slick-slide-js .slick-next:before {color: #242424;}

/*other*/
.box__all_wrapper.other a{
	width: 49%;
    margin: 0 0.5% 1%;
    padding: 0 10px;
    float: left;
    text-align: center;
    color: #222;
    border: 1px solid #222;
    border-radius: 5px;
    height: 60px;
    font-size: 1em;
    box-sizing: border-box;
    font-weight: bold;
    align-items: center;
    display: grid;
}
#information_listbox_hidden{display:none;}
#click__more{
	margin: 2% 0.5% 0;
    color: #222;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: bold;
    clear: both;
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding-top: 48px;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 50%);
    cursor: pointer;
    transition: bottom 0.2s;
}
#click__more.resclose {
	background: none;
    padding-top: 0;
    bottom: auto;
}
#click__more.resclose:before,
#click__more.resopen:before {
	position: absolute;
	left: 30%;
}
#click__more.resclose:before {content: "▲";}
#click__more.resopen:before {content: "▼";}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin-bottom: 3%;
	padding-bottom: 5px;
	clear: both;
}
.inner{
	width: 96%;
	max-width:970px;
	min-width:740px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}

/*nav*/
main article nav ul {
	width: 100%;
	max-width:970px;
	min-width:740px;
	margin: 0 auto;
	display:flex;
}
main article nav li {
	width: 23%;
	text-align: center;
	background: #ff6ba6;
	margin: 1%;
}
main article nav li a {
	width: 100%;
	display: block;
	line-height: 1.2;
	font-size: 16px;
	color: #FFF!important;
	padding: 8px 0;
}
main article nav li a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}

/*特集バナー アンダーテキスト*/
.title_under_txt{
	font-size:16px;
	text-align:center;
	margin-bottom: 3%;
}
.commonbnr li{
	overflow: hidden;
	margin: 5px;
	padding: 10px;
	background: #FFF;
	box-sizing: border-box;
}
.commonbnr li img{
	width: 100%;
	margin-bottom: 10px;
}
.commonbnr li h3{
	font-size: 16px;
    margin: 0 0 2% 0;
    padding: 0;
    font-weight: bold;
}
.commonbnr p{
	font-size: 14px;
	margin-bottom: 10px;
}

/*slick bnr*/
.slick-slide-banner_wrap{
	width: 96%;
	margin: auto;
}
.slick-dots li {background: none;}
.slick-slide-banner-js .slick-prev,
.slick-slide-banner-js .slick-next {z-index: 40;}
.slick-slide-banner-js .slick-prev:before,
.slick-slide-banner-js .slick-next:before {color: #242424;}

/*kw*/
#kw_sarch{text-align: center;}
#kw_sarch li{display: inline-block;}
#kw_sarch a {
	width: fit-content;
    margin: 0 0 1%;
    padding: 12px;
    float: left;
    text-align: center;
    color: #222;
    border: 1px solid #222;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

/*qa*/
#qanda_box .inner > div {margin: 4% 0;}
#qanda_box .inner > div:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#qanda_box .inner div > div {
	padding: 10px;
	margin-bottom: 3%;
	background: #fff;
}
#qanda_box b.qaicon {
	background: #282da5;
	font-size: 18px;
	margin: 0 1% 1% 0;
	color: #FFF;
	width: 27px;
	height: 28px;
	text-align: center;
	float: left;
}
#qanda_box h3 {
	font-size: 18px;
	margin: 0 0 2% 0;
	padding-right: 24px;
	color: #282da5;
	line-height: 1.6;
	width: 96%;
	text-align: left;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}
#qanda_box .inner > div p span{
	width: 95%;
	float:left;
	display:block;
}
#qanda_box div p {
	font-size: 16px;
	line-height: 1.6;
}

section{background-color: #ffffff !important;}
a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
.pcnone {display:none !important;}
.maintit{
background: rgb(164,181,235);
background: -moz-linear-gradient(90deg, rgba(164,181,235,1) 0%, rgba(249,234,211,1) 50%, rgba(248,205,214,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(164,181,235,1) 0%, rgba(249,234,211,1) 50%, rgba(248,205,214,1) 100%);
background: linear-gradient(90deg, rgba(164,181,235,1) 0%, rgba(249,234,211,1) 50%, rgba(248,205,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a4b5eb",endColorstr="#f8cdd6",GradientType=1);
}
.maintitin{background-position:center top;}
.maintit p{
	max-width: 970px;
	margin: 0 auto 0px;
}
.maintit p img{
	vertical-align: bottom;
	width: 100%;
}
.fixed2{
    position: fixed!important;
    top: 0;
	left:0;
	right:0;
    width: 100%;
    z-index: 9999;
	margin:auto;
	text-align:center;
	background-color: #FDF8A4 !important;
	display: flex;
}
.fixed2 nav {width: 100%;}
.floatMenu{background-color: #FDF8A4 !important;}
.floatMenu ul{
	display: flex;
	width:970px;
	margin:auto;
	padding: 10px 0 20px 0;
}
.floatMenu li{
	width: 25%;
    line-height: 3.5;
    font-size: 16px;
	background-color: #FDF8A4 !important;
	margin: 0;
}
.floatMenu li a{
	color:#333333 !important;
	font-weight: bold !important;
	display: block;
	text-decoration:none!important;
	position: relative;
	padding: 10px 0 10px 0;
}
.floatMenu li a::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
    content: "\f078";
	bottom: -20px;
	left: 46.5%;
}
.floatMenu li a:hover{
	text-decoration:none!important;
	opacity:0.6;
}
.contentbox{max-width: 950px !important;}
.contentbox h2{
	position: relative;
	padding: 1.5rem;
  text-align: center;
	border: none;
	margin: 0 0 50px 0;
}
.contentbox h2:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
}
.contentbox h2.midashi1:before{
background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(99,146,238,1) 50%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(99,146,238,1) 50%);
background: linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(99,146,238,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#6392ee",GradientType=1);
}
.contentbox h2.midashi2:before{
background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(241,169,217,1) 50%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(241,169,217,1) 50%);
background: linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(241,169,217,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#f1a9d9",GradientType=1);
}
ul.w_1,
ul.w_2{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.plan_box h3,
.plan_box2 h3{
	height: 42px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	margin: 0;
	background: rgb(166,190,244);
background: -moz-linear-gradient(90deg, rgba(166,190,244,1) 0%, rgba(242,200,231,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(166,190,244,1) 0%, rgba(242,200,231,1) 100%);
background: linear-gradient(90deg, rgba(166,190,244,1) 0%, rgba(242,200,231,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6bef4",endColorstr="#f2c8e7",GradientType=1);
	color: #4e4449 !important;
	display: flex;
    flex-flow: column;
	align-items: center;
	justify-content: center;
}
.plan_box h3.fo_17,
.plan_box2 h3.fo_17{
	font-size: 17px !important; 
}
	
.plan_box h3 span{
    font-size: 15px
}	
	
.column1{
	width: 288px !important;
	margin: 0 1.5% 3% 1.5% !important;
}
.column2{
	width: 218px !important;
	margin: 0 1% 2% 1% !important;
}
.column2 h3{
	font-size: 17px !important; 
}
.column2 .plan_detail .koumoku{
	font-size: 16px !important;
}
.plan_box,
.plan_box2{
	max-width:400px;
	/*width: 60%;*/
	width: 400px;
	box-sizing: border-box;
	display: block;
	/*float: left;*/
	margin: 0 2% 4% 4.7%;
	/*margin:0 2% 1% 2% !important;*/
	padding: 0px;
	background: #FFF;
	font-size: 14px;
	letter-spacing: 0;
	border: 1px solid #333333;
	color: 333333;
	border-radius: 5px;
}
.plan_box .plan_image,
.plan_box2 .plan_image {
	margin-bottom: 12px;
	position: relative;
}
.plan_box .plan_image img,
.plan_box2 .plan_image img {
	max-width:400px;
	width: 100%;
	margin: 10px 0 10px 0;
    padding: 0 0 5px 0;
}
.plan_box .plan_image .copy,
.plan_box2 .plan_image .copy{
	text-align: right;
    margin: 5px 5px 0 0;
    font-size: 10px;
	position: absolute;
	bottom: 3%;
	right: 1%;
	text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
    color: #333333;
	font-weight: bold;
}
.plan_detailarea{
	padding: 0px 20px 20px 20px;
}
.plan_detail {
	margin: 0 0 15px 0;
}
.plan_detail .koumoku{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	font-weight: bold !important;
	padding: 0 0 0 0px;
	margin: 0 0 0px 0;
}
.plan_detail .koumoku span{
	display: block;
	margin: 0 10px 0 0;
}
.plan_detail .koumoku span.icon{
	width: 17px;
}
.plan_detail .koumoku span.icon img{
	width: 100%;
}
.plan_detail .koumoku_naiyo{
	margin: 0 0 0 0;
}
.plan_detail ul{
	margin: 0 0 0 0;
}
.plan_detail ul li{
	position: relative;
	margin: 0 0 5px 0px;
	padding: 0 0 0 20px;
}
.plan_detail ul li::before{
	content: "・";
	position: absolute;
	top: 0%;
	left: 0%;
	font-size: 16px;
}
.plan_detail ul li.address{
	padding: 0 0 0 0px !important;
}
.plan_detail ul li.address::before{
	content: "" !important;
	
}
.plan_btn{
	margin: 20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.btnall a{
	display: block;
	color: #333333 !important;
	text-decoration: none;
	background-color: #fef68b;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #333333;
	font-weight: bold;
}
.btnall a::after{
	font-family: "Font Awesome 5 Free";
    content: "\f054";
    top: 30%;
    right: 3%;
    position: absolute;
	
}
.btn1{
	width: 100%;
}
.btn3{
	width: 32%;
}
.btn3 a{
	background-color:#F5C4D7 !important;
}
.box__all_wrapper{
	position:relative;
	margin: 0px 0 0 0;
}

/*0件*/
.travelplan_preparation_now {
    text-align: center;
    font-size: 16px;
    padding: 50px 0;
}
.acd-check{display: none;}
.acd-label{
    background: #ffffff;
    color: #333333;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
	font-size: 16px;
	cursor: pointer;
}
.acd-label:after{
	font-family: "Font Awesome 5 Free";
    content: "+";
    background: #FFFFFF;
    box-sizing: border-box;
    display: block;
    font-size: 24px;
    height: auto;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    /*border: 1px solid #333;*/
    display: block;
    height: 0;
    /*opacity: 0;*/
    padding: 0 0px;
    /*transition: .5s;*/
    visibility: hidden;
	font-size: 16px;
}
.acd-check:checked + .acd-label:after{
	font-family: "Font Awesome 5 Free";
    content: "－";
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    /*opacity: 1;*/
    padding: 10px;
    visibility: visible;
}
.faqmidashi{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items:stretch;
}
.faqmidashi span{
	display: block;
}

span.mark{
	border-radius: 50%;
	
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0px;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #ffffff;
}
.bg_q{
	background-color: #6792EB;
	border: 1px solid #6792EB;

}
.bg_a{
	background-color: #EBA3D7;
	border: 1px solid #EBA3D7;
}
span.faqnaiyo{
	display: flex;
    justify-content: center;
    align-items: center;
}
span.faqnaiyo2{
	width: 95%;
	margin: 7px 0 0 0;
}
.bus_rentacar{
	margin: 80px 0 0 0;
}
.bus_rentacar ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.bus_rentacar ul li{
	width: 33%;
	margin: 0 2% 0 2%;
	max-width: 300px;
}
.bus_rentacar ul li img{
	width: 100%;
}
.faqareain{
	border-bottom: 1px dotted #333333;
	padding: 10px 0 10px 0;
}
.itemList4 {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.itemList4 li {
	width: 23%;
	max-width: 400px;
	/*float: left;*/
	position: relative;
	/*margin-right: 29px;*/
	margin: 0 1% 5% 1%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 0 #afafaf;
	-moz-box-shadow: 0 1px 0 #afafaf;
	box-shadow: 0 1px 0 #afafaf;
*display:inline;
opacity: 0.99999;
filter: alpha(opacity=100);       
-ms-filter: "alpha(opacity=100)";
-moz-opacity:1;
background: #F5F5F5!important;
}
.itemList4 li:hover{ cursor:pointer;
opacity: 0.8;
filter: alpha(opacity=80);       
-ms-filter: "alpha(opacity=80)";
-moz-opacity:0.8;
}
.itemList4 li dl {
	padding: 15px 10px;
}
.itemList4 li dl dt {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight:bold;
}
.itemList4 li dl dt a {
	color: #333 !important;
	text-decoration: none !important;
}
.itemList4 li dl dt a::after{
  position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	pointer-events:auto;
	content:"";
	background-color:rgba(0,0,0,0)
}
.itemList4 li dl dd span {
	margin-top: 10px;
	display: inline-block;
}
.itemList4 li dl dd a {
	color: #333 !important;
	text-decoration: none !important;
}
.itemList4 li .thumb {
	zoom: 1;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	overflow:hidden;
}
.itemList4 li .thumb img{ max-width:100%; *width:100%; height:auto;}
.itemList4 li .thumb .tag {
	display: block;
	position: absolute;
	font-size:13px;
	top: -9px;
	left: -39px;
	color: #fff;
	font-weight: bold;
	width: 100px;
	height: 22px;
	padding-top: 20px;
	text-align: center;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.ie .itemList4 li .thumb .tag,
.ie9 .itemList4 li .thumb .tag {
	width: 50px;
	height: auto;
	top: 0;
	left: 0;
	padding-top: 0;
}
.kokunai .itemList4 li .thumb .tag {
	background: #dd335d;
}
.kaigai .itemList4 li .thumb .tag {
	background: #59b034;
}
.itemList4.white li {
	background: #fff;
}
.itemList4.gray li {
	background: #f2f2f2;
}
/*ranking*/
.itemList4 li .thumb .tag.first {
	color: #333;
	background: #d4ba35 !important;
}
.itemList4 li .thumb .tag.second {
	color: #333;
	background: #b8b8b8 !important;
}
.itemList4 li .thumb .tag.third {
	color: #333;
	background: #d5976d !important;
}
.kokunai .itemList4 li .thumb .tag.special {
	background: #df3560;
}
.kaigai .itemList4 li .thumb .tag.special {background: #df3560;}

.itemList4 li .thumb .tag.plan {
	color: #fff;
	background: #fb7f12 !important;
}
.itemList4 li.rankTtl {
	width: 198px;
	text-align: center;
	margin-top: -2px;
	background: #ffffff;
	border: 1px solid #D9D9D9;
}
.itemList4 li.rankTtl:hover{
	opacity: 1;
filter: alpha(opacity=100);        /* ie lt 8 */
-ms-filter: "alpha(opacity=100)";  /* ie 8 */
-moz-opacity:1;
cursor:default;
}
.itemList4 li .rankTtlThumb {
	margin-bottom: 10px;
	padding-top: 25px;
}
.thumb img{
	width: 100%;
}
.toparea{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 50px 0;
}
.toparea .topimg {
	margin:0 0 0 0;
	position: relative;
	max-width:640px;
	width: 49%;
}
.toparea .topimg img {
	width: 100%;
}
.toparea .topimg .copy{
	/*text-align: right;*/
    margin: 5px 5px 0 0;
    font-size: 12px;
	position: absolute;
	bottom: 3%;
	right: 1%;
	text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
    color: #333333;
	font-weight: bold;
}
.topdetail{
	width: 49%;
}
.plan_detail2 {
	font-size: 14px;
	margin: 0 0 20px 0;
}
.plan_detail2 .koumoku{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	font-weight: bold !important;
	padding: 0 0 0 0px;
	margin: 0 0 10px 0;
}
.plan_detail2 .koumoku span{
	display: block;
	margin: 0 10px 0 0;
}
.plan_detail2 .koumoku span.icon{
	width: 7%;
}
.plan_detail2 .koumoku span.icon img{
	width: 100%;
}
.plan_detail2 .koumoku_naiyo{
	margin: 0 0 0 0;
}
.plan_detail2 ul{
	margin: 0 0 0 0;
}
.plan_detail2 ul li{
	position: relative;
	margin: 0 0 5px 0px;
	padding: 0 0 0 20px;
}
.plan_detail2 ul li::before{
	content: "・";
	position: absolute;
	top: 0%;
	left: 0%;
	font-size: 16px;
}
.plan_detail2 ul li.address{
	padding: 0 0 0 0px !important;
}
.plan_detail2 ul li.address::before{
	content: "" !important;	
}
.toparea .plan_btn{
	margin: 0 0 0 0 !important;
}
.osusume_planarea{
	margin: 0 0 0 0;
	padding: 10px;
}
.osusume_planarea ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.osusume_planbox{
	width: 21%;
	margin: 0 2% 20px 2%;
}
.osusumeplan_tit{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.osusume_plan_bt p{
	margin: 0 0 10px 0;
}
.osusume_plan_bt a{
	display: block;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #333333;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff !important;
    position: relative;
    background-color: #6694EC;
}
.osusume_plan_bt a::after{
	font-family: "Font Awesome 5 Free";
    content: "\f054";
    top: 30%;
    right: 3%;
    position: absolute;
	
}
.ps__rail-y{
	display: none !important;
}

/* おすすめ旅行情報 */
#useWrap {/*padding: 10px 10px 20px;*/}
#useWrap .tripa_useWrap{
	line-height: 1.5!important;
    letter-spacing: 0!important;
}
#useWrap div.tripa_slick div.tripa {
	overflow: hidden;
    margin: 5px;
    padding: 10px;
    background: #FFF;
    box-sizing: border-box;
}
#useWrap div.tripa_slick div p {
	margin: 0 0 3% 0;
    height: 150px;
    overflow: hidden;
}
#useWrap div.tripa_slick div p img {
    width: auto;
    height: 100%;
}
#useWrap div.tripa_slick div dl {
	overflow: hidden;
	display: block;
	padding: 0;
}
#useWrap div.tripa_slick div dt {
	font-size: 16px;
	margin: 0 0 2% 0;
	padding: 0;
}
#useWrap div.tripa_slick div dd {font-size: 14px;}
#useWrap div.tripa_slick div dd > span {
	display: block;
	margin: 5px 0 0 0;
}
#useWrap div.tripa_slick div dd > span a {
	color: #CCC;
	font-size: 12px;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#useWrap div.tripa_slick div dd > span span {
	color: #F69;
	display: inline;
	font-size: 12px;
}
/*slick tripa*/
.tripa_slick .slick-prev,
.tripa_slick .slick-next {z-index: 40;}
.tripa_slick .slick-prev:before,
.tripa_slick .slick-next:before {color: #242424;}

/*other*/
.box__all_wrapper.other a{
	width: 24%;
    margin: 0 0.5% 1%;
    float: left;
    text-align: center;
    color: #222;
    border: 1px solid #222;
    border-radius: 5px;
    height: 60px;
    font-size: 1.1em;
    box-sizing: border-box;
    font-weight: bold;
    align-items: center;
    display: grid;
}
#information_listbox_hidden{display:none;}
#click__more{
    margin: 2% 0.5% 0;
    color: #222;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: bold;
    clear: both;
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding-top: 60px;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
    cursor: pointer;
    transition: bottom 0.2s;
}
#click__more.resclose {
	background: none;
    padding-top: 0;
    bottom: auto;
}
#click__more.resclose:before,
#click__more.resopen:before {
	position: absolute;
	left: 40%;
}
#click__more.resclose:before {content: "▲";}
#click__more.resopen:before {content: "▼";}

}