@charset "Shift_JIS";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #a00000}

/* レイアウト */
.t10b { font-size: 10px; line-height:14px;}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

/* CSS初期設定 */
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

h2,h3,h4 {font-weight: bold;}

/*scrollbar*/
.sclooll__area::-webkit-scrollbar {height: 5px;}
.sclooll__area::-webkit-scrollbar-track {
	margin: 0 5px;
	background: #eee;
	border-radius: 5px;
}
.sclooll__area::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #999;
}

.copy{
	font-size: 10px;
	text-align: right;
	display: block;
}

/*759px以下(SP)*/
@media screen and (max-width: 759.9px) {

/*202104 プラン一時stop*/
ul.naviList li:nth-of-type(1),/*nav*/
.catheCopy2.pcnone,

div.tabBox01,
#moreBox > h3{display:none!important;}
.inner.plan{margin:0;padding:0 10px 20px;}
/*202104 プラン一時stop*/

body{-webkit-text-size-adjust: 100%;}
#title {
    text-align: center;
    position: relative;
    background: url(../images/ti_main_sougou.png) no-repeat 50% 100%;
    padding: 15% 0;
    background-size: 150% auto;
    margin-bottom: 10px;
}

/*gray*/
.gray li{
	background:#FFFFFF!important;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

h1{
	font-size:0.7rem!important;
	font-weight:normal;
	margin:0;
	padding:0;
}

.inner h2{
	font-weight:bold;
	text-align:center;
	font-size:18px;
	padding:0;
	margin:0;
	color:#000;
}
h3{
	font-size: 16px;
    text-align: center;
}

#dirPathBlock{
	font-size:0.6rem!important;
}

/*20160914ナビ変更　調整*/
/*li.select a {
    color: #ffd900!important;
}*/
.tabM06 span {
    color: #FFF!important;
}


	/*btn*/
	
.orangeBtn{
	display:block;
	clear:both;
}
	
.orangeBtn a{
		color:#FFF!important;
		display:block;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	clear:both;
	margin:0 auto 2%;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
	position:relative;
	padding:5px;
	width:92%;
	}

.orangeBtn a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:32%;
	right:1%;
	}
	
.orangeBtn:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	}


.btnAll a:after,.btn3C a:after,.btn4C a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}	

.btnAll a,.btn3C a,.btn4C a{
	height:42px;
	line-height:42px;
	color:#FFF!important;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:18px;
	position:relative;
}

.btnAll a:after,.btn3C a:after,.btn4C a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:35%;
	right:1%;
}

.btnAll a:hover,.btn3C a:hover,.btn4C a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}

/*reset*/

ul.ttab li {
background: #FFD7E1;
color: #DD335D;
    border: none;
}

ul.ttab li.select {
    background: #DD335D;
    color: #fff;
}

ul.ttab li:nth-child(1),
ul.ttab li:nth-child(2),
ul.ttab li:nth-child(3) {
    width: 32.3333333% !important;
}

/**/
.dispBtnsDetail{
	position:relative;
}

.btnSubmits{
	width:100px;
	height:32px;
	line-height:3px;
	color:#FFF!important;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none!important;
	font-size:14px;
	border:0;
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
}

.dispBtns:after{
	width:8px;
	height:8px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	background-size:100% auto;
	position:absolute;
	top:35%;
	right:1%;
}

#bottomNavi{
	overflow:hidden;
	margin:10px 0 20px 0;
}

#bottomNavi li{
	display:block;
	margin:0 10px 10px;
	border:2px solid #CCC;
	background:url(../images/tb_bottom_arrow.png) no-repeat 98% 50%;
	background-size:12px auto;
}

#bottomNavi li a{
	display:block;
	padding:10px;
}

.yetTokuten{
	font-size:12px;
	text-align:center;
	font-weight:bold;
}


.msmpB10{
	margin-bottom:10px;
}

.msmpB20{
	margin-bottom:20px;
}

.smallBnr a{
	width:33.3333333333333%;
	display:block;
	border:0;
	float:left;
	margin:0 0 5px 0;
	font-size:10px;
	line-height:14px;
}


.smallBnr img{
	width:97%;
	height:auto;
	display:block;
	border:0;
	float:left;
	margin:0 auto 3px;
}

.smpnone{
	display:none!important;
}

/*nav-------------------------*/

.navKokunai{
	margin:0 0 5px 0;
	padding:0 0 0 0;
	border-bottom:5px solid #DD335D;
	overflow:hidden;
}

.navKokunai * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    }

.navKokunai p{
	background:#FFD7E1;
	color:#DD335D;
	display:block;
	float:left;
	width:33.33333333333333333333%;
	text-align:center;
	font-size:13px;
	border-bottom:1px solid #6FC6F6;
	border-left:1px solid #6FC6F6;
	-webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;

}

.navKokunai p a{
	color:#DD335D;
	padding:5px;
	display:block;
	font-weight:bold;
	text-decoration:none!important;
}

.navKokunai p:hover
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #FFD7E1;
}


.navKokunai p.select{
	background:#DD335D;
	font-weight:bold;
	border:0px;
	color:#FFF;
	position:relative;
	padding:5px;
	width:33.33333333333333333333%;
}

.navKokunai p.select.kansai{
	margin-bottom:0;
	padding-bottom:5px;
}


/*kaigaiSub-------------------------*/

.navKokunaiSub{
	height:40px;
	margin:0 10px 20px 3px;
	background:#DD335D;


}

.navKokunaiSub p{
	color:#4EAB26;
	display:block;
	float:left;
	width:164px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:14px;
	padding:10px;
	cursor:pointer;
	color:#FFF;
	border-right:2px solid #FFF;
	background:#DD335D;

}

.navKokunaiSub p span{
	line-height:20px;
}

.navKokunaiSub p.select{
	background:#DD335D;
	font-weight:bold;
	border:0px;
	color:#FFFF00;
	position:relative;
	border-right:2px solid #FFF;
	font-size:16px;
	
}

.navKokunaiSub p.select:after{
	background:url(../images/tb_arrow_red.png) no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:50%;
	content:"";
	display:block;
}


.subTit{
	font-size:16px;
	display:block;
	font-weight:bold;
	margin:20px 0 10px 0;
	/*background:#FFD7E1;*/
	border-top:3px solid #DD335D;
	padding:10px 5px 0 10px;
	clear:both;

}


.subTitNone{
	border-top:none;
	margin:-7px 0 15px 0;
}

.attention{
	margin:20px 10px 0;
	text-align:left;
	background: #F8EAF0;
	padding:10px;
	font-size:10px;
}

.attention strong{
	font-weight:bold;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
}

.attention span{
	display:inline!important;
	
}

.attention a{
	display:block;
}

.clear h4{
	font-size:18px;
	color:#000;
	padding:15px 0 0 0;
	text-align:center;
	font-weight:bold;
}

/*tab*/

.hereBox{
	display:block;
	position:relative;
	cursor:pointer;
	padding:2px;
}

.hereBox span {
    color: #FFF!important;
}


.hereBox p.add{
	position:absolute;
	background:#FFF;
	border:2px solid #000;
	top:25px;
	z-index:9999;
	display:none;
}

.add a{
	display:block;
	color:#000!important;
	padding:10px 0px 10px 0px;
	border-bottom:2px solid #000;
	width:220px;
	font-size:16px;
	text-decoration:none!important
}

.add a:hover{
	background:#FFC;
}


.hereBox{
	display:block;
	position:relative!important;
	cursor:pointer;
}

.hereBox p.add{
	position:absolute;
	background:#FFF;
	border:2px solid #000;
	top:35px;
	z-index:9999;
	left: 0;
}

.add a{
	display:block;
	color:#000!important;
	padding:10px 0px 10px 0px;
	border-bottom:2px solid #000;
	width:100%;
	font-size:16px;
	text-decoration:none!important
}

.add a:hover{
	background:#FFC;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*-------------------------fm802*/

a.fm_link_txt {
	color:#0065D6!important;
}


.fm_box{
	width:98%;
	margin:0 auto;
}

.fm_box p.btn4C{
	width:90%;
	margin:10px auto;
}

.fm_plan{
	width:98%;
	background:none;
}

div#radio_box {
	overflow-y: scroll!important;
	overflow-x: none!important;
	width: 95%!important;
	height:250px;
	margin:10px auto!important;
	padding: 10px!important;
	background:#F7F7F7;
	border: 1px solid #999;
	float: left;
}

.fm_plan:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 

div#radio_box dl {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:2px dotted #000;
	overflow:hidden;
}

div#radio_box dl dt{
	width:20%;
	float:left;
	font-size:12px;
	background:none;
	padding:0 0 0 0;
	margin:0 15px 0 0;
}
div#radio_box dl dd{
	overflow:hidden;
	border-left:3px solid #F60;
	padding:0 0 0 15px;
	/*2015.02.06 ここから*/
	font-size:12px;
	/*2015.02.06 ここまで*/
}

.red{
	color:#F00;
}

div#radio_box dl dd a,div#radio_box dl dd a strong{
	color:#3366ff;
}

div#radio_box dl dd a:link{color:#3366ff;}
div#radio_box dl dd a:hover{color:#ff9933;}
div#radio_box dl dd a:visted{color:#3366ff;}
div#radio_box dl dd a:active{color:#3366ff;}


#date_box1 {
	float: left;
	width: 20%;
	padding: 0px;
	margin: 0px;
}



#text_box1 {
	float: right;
	width: 80%;
	margin:0px 0 0px 0;
	padding:0px 0 5px 20px;
	border-left: 2px solid #39F;
}


/*tag*/

.thumb .tag {
	line-height:1.5;
	position: absolute;
	font-size:12px;
	top: -6px;
	left: -39px;
	color: #fff;
	font-weight: bold;
	width: 100px;
	height: 20px;
	padding-top: 13px;
	text-align: center;
	-webkit-border-radius: 5px 0 0 0 ;
	-moz-border-radius:5px 0 0 0 ;
	border-radius: 5px 0 0 0;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	z-index:0;
	display:none!important
}

#link02,#link03,#link04,#link05,#link07,#link08,#link09,#link10,#link11,#link12{
	background: linear-gradient(transparent 85%, #ffea00 60%);
	margin-bottom:15px;
	position:relative;
}
#link02 img,#link03 img,#link04 img,#link05 img,#link07 img,#link08 img,#link09 img,#link10 img,#link11 img,#link12 img{
	position: absolute;
    top: 0;
    left: 1%;
    width: 24px;
    height: 24px;
}
.catheCopy {
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
}

.plan li{
	margin-bottom:0!important;
	margin-top:20px!important;
	padding:15px;
	height:auto;
	-webkit-border-radius: 0 0 0 0!important;
	border-radius: 0 0 0 0!important;
	box-shadow:none!important;
	background:#FFF;
	position:relative;
}
.plan li .btnAll a{
	padding:0px 0;
	font-size:14px;
	margin-top:10px;

}

.plan li .thumb{
	width:45%;
	float:left;
	margin:0 15px 10px 0;
	-webkit-border-radius: 0 0 0 0!important;
	border-radius: 0 0 0 0!important;
}

.plan li .thumb img{
	width:100%;
	height:auto;
}

.plan li dl{
	overflow:hidden;
	margin-bottom:0;
	display:block;
	padding:0 0 0 0!important;
	position:relative;
}

.plan li dl dt{
	display:block;
	margin-bottom:0;
	font-size:16px;
}

.plan li dl dt a{
	color:#06C!important
}

.plan li dl dt span{
	display:block;
	font-size:11px;
}

#serch h3 {
    background: #fff500;
    margin-bottom: 2%;
    padding: 5px 0;
}

.plan .itemList4 li a{
	color:#000000!important;
	line-height:1.2em;
}

.plan li dl dd{
	display:block;
	font-size:14px;
}

.plan li dl dd span{
	display:block;
}

.itemList4.white {
    margin-bottom: 20px;
}
.itemList4.white li {
	width: 48%;
    float: left;
    margin: 0 1% 2%;
    padding: 1%;
    background: #fff;
    box-shadow: 1px 3px 5px #afafaf;
    box-sizing: border-box;
}
.itemList4.white li .thumb {
    width: 100%!important;
    margin: 0!important;
}
.itemList4.white li img{
    width: 100%;
}
.itemList4.white li dt a {
    color: #333 !important;
    text-decoration: none !important;
	font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

.catheCopy2 {
    text-align: center;
    font-size: 15px;
    display: block;
    margin: 8px 0 8px 0;
    font-weight: bold;
    padding: 0;
}

.recomand .thumb{
	width:45%!important;
	margin:0 10px 0 0!important;
}

.recomand dt{
	margin:5px 0 0 0!important;
	font-size:12px!important;
}
.recomand dt a{
	color:#0065D6!important;
}
.recomand dt br{
	display:none
}

.recomand dd{
	line-height:14px;
	font-size:12px!important;
	padding:0px 5px 5px 0!important;
}

.naviList{
	display:block;
	margin:0 5px 10px;
}

.naviList li{
	display:inline-block;
	margin:0 0 5px 0;
}

.naviList li a{
	background:#FFF;
	border:2px solid #000;
	display:inline-block;
	padding:4px;
	font-size:12px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color:#000;
}

.usefullWrap li a{
	padding:10px;
	display:block;
	background-size:18px auto;
	background:url(../images/tb_bottom_arrow.png)  no-repeat 98% 50%;
	padding-left:50px;
	padding-right:30px;
}

.usefullWrap li:nth-child(1){
	background:url(../images/ic_use01.png) no-repeat #FFF 5px 50%;
	background-size:30px auto;
}
.usefullWrap li:nth-child(2){
	background:url(../images/ic_use02.png) no-repeat #FFF 5px 50%;
	background-size:30px auto;
}

.usefullWrap li:nth-child(3){
	background:url(../images/ic_use03.png) no-repeat #FFF 5px 50%;
	background-size:30px auto;
}

.usefullWrap li:nth-child(4){
	background:url(../images/ic_use04.png) no-repeat #FFF 5px 50%;
	background-size:25px auto;
}

.usefullWrap li:nth-child(5){
	background:url(../images/ic_use05.png) no-repeat #FFF 8px 50%;
	background-size:30px auto;
}

.usefullWrap li:nth-child(6){
	background:url(../images/ic_use06.png) no-repeat #FFF 8px 50%;
	background-size:26px auto;
}

.plan .orangeBtn{
	margin:0 10px 10px;
}

.wideBtn{
	margin:0 0 20px 0!important
}

div.snsArea{
	width:320px!important;
	margin:0!important;
	padding:0!important;
}

.pageBackBlock{
	padding:8px 0 15px 0;
	text-align:left;
}

.pageBackBlock a{
	font-size:10px;
}

/*20161018*/
#link06{
background: linear-gradient(transparent 60%, #ffea00 60%);
margin-bottom:15px;
}

#link06 img{
	width:25px;
	height:auto;
	vertical-align:text-top;
	margin:0 8px 0 0;
}

/*add*/
.naviBox{
	margin-bottom:0;
	overflow:hidden;
	background:#0071CB
}

.naviBox2{
	position:relative;
	padding-bottom:20px;
	overflow:hidden;
	border-top:1px dashed #FFF;
}

.naviBox li{
	float:left;
	text-align:center;
	font-weight:normal!important;
	cursor:pointer!important;
	background:url(../images/im_navi_line.png) repeat-y;
	background-size:1px auto;
	padding:6px 0 6px 0;
	color:#FFF;
	position:relative;
	border-bottom:1px dashed #FFF;
	width:33.3333333%;
	box-sizing: border-box;
}

.naviBox li:first-child,
.naviBox li:nth-of-type(4){
	background:none;
	border-left:none;
}
.naviBox li:nth-of-type(5){
	border-right:1px dashed #FFF;
}

.naviBox li strong{
	font-weight:normal;
	font-size:12px!important;
}

.naviBox li a{
	color:#FFF;
}

.naviBox li a:hover{
	text-decoration:none!important;
}

.naviBox li:hover:after{
	opacity: 0.6 ;
	transition: 0.2s ;
	bottom:1px;
}

.naviBox li strong{
	display:block;
	font-size:14px;
}

.naviBox li span{
	display:block;
	display:none;
	font-size:10px;
	font-weight:normal;
	font-family: cursive;
}
article {
    background: url(../images/bgall.png);
    background-size: 150% auto;
    margin-bottom: 20px;
}

/*kaigaiSub2-------------------------*/
.navKokunaiSub2{
	margin:0 0 10px 0;
	overflow:hidden;
}

.navKokunaiSub2 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    }

.navKokunaiSub2 p{
	color:#4EAB26;
	display:block;
	float:left;
	width:33.333333%;
	line-height:10px;
	text-align:center;
	font-size:12px;
	cursor:pointer;
	color:#FFF;
	border-right:1px solid #6FC6F6;
	border-bottom:1px solid #6FC6F6;
	background:#DD335D;
	/*font-weight:bold;*/
	height:40px;
	line-height:40px;

}

.navKokunaiSub2 p span{
	font-size:11px;
	line-height:11px;
}

.navKokunaiSub2 p.select{
	background:#DD335D;
	/*font-weight:bold;*/

	color:#FFFF00;
	position:relative;
	border-right:1px solid #6FC6F6;
	border-bottom:1px solid #6FC6F6;
	font-size:12px;
	}

.navKokunaiSub2 div{
	color:#ffffff;
	display:block;
	float:left;
	width:50%;
	line-height:10px;
	text-align:center;
	font-size:12px;
	padding:10px;
	cursor:pointer;
	color:#FFF;
	border-right:1px solid #6FC6F6;
	border-bottom:1px solid #6FC6F6;
	background:#b2b2b2;
	font-weight:bold;
	height:50px;

}

.navKokunaiSub2 div span{
	font-size:11px;
	line-height:11px;
}

.navKokunaiSub2 p.select a{
	color:#FFFF00!important;
	}

.navKokunaiSub2 p a{
	display:block;
	color:#FFFFFF!important;
	text-decoration:none!important;
	}


#moreBox{
	overflow:hidden;
	margin-top:20px;
}

#moreBox h3 {
	position: relative;
	text-align: center;
	margin-bottom:15px;
	font-size:15px;
}
#moreBox h3 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0.5em 1em;
	background-color: #FFF;
	text-align: left;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}
#moreBox h3::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 95%;
	height: 3px;
	background-color: #FFF;
}

#moreBox p {
    float: left;
    margin: 0 0 10px 0;
    width: 50%;
}

#moreBox p img {
    width: 95%;
    margin: 0 auto;
}

.col1 {
	overflow:hidden;
	margin-top:15px;
}

.col1 dl{
	float:none;
}

.col1 dl dt{
	padding:10px;
	text-align:center;
}

.col1 a{
	margin-bottom:10px!important
}

.selectBox dl,
.selectBox2 dl{
    background: rgba(255,255,255,0.6);
    margin: 0 10px 10px;
}

.selectBox dl dt,
.selectBox2 dl dt{
    display: block;
    padding: 8px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
}

.selectBox dl dd a:after,
.selectBox2 dl dd a:after{
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -4px;
}

.col1 dl dt,.col3 dl dt {
    padding: 10px;
    text-align: center;
	margin-bottom:10px;
}

.col3 dl dt{
	margin-top:0!important
}

.col3 dl dd{
	padding:10px!important;
}

.col1 dl dt br{
	display:none
}

.kokunaiBox dt {
    background: #E6335D;
}

.selectBox dl dd a{
    display: inline-block;
    padding: 5px 15px 5px 5px;
    font-size: 12px;
	margin: 0 1% 3px;
    position: relative;
    background: #F90;
    color: #FFF!important;
    width: 23%;
	text-align: center;
}


.selectBox2 dl dd a{
    display: inline-block;
    padding: 5px 15px 5px 5px;
    font-size: 14px;
    margin: 0 0 3px 10px;
    position: relative;
    background: #F90;
    color: #FFF!important;
	width: 90%;
	text-align: center;
    /* border-bottom: 2px solid rgba(0,0,0,0.2); */
}


#usefullIn{
	display:block;
	overflow:hidden;
	width:100%;
	padding:15px 0 0 0;
}

#usefullIn h3{
	text-align:center;
	margin:0;
	font-size:18px;
	padding:15px 0 0 0;
	border-top:1px solid #FFF;
	font-weight:bold;
	line-height:20px;
}

#usefullIn h4{
	text-align:center;
	margin:0;
	font-size:16px;
	padding:0 0 15px 0;
	font-weight:normal;
}

#usefullIn div{
	margin-bottom:10px;
background: rgba(255,255,255,0.6);
}

#usefullIn div h5{
	font-weight:bold;
	font-size:18px;
	margin:0 0 10px 0;
	border-bottom:1px solid #FFF;
	padding:10px 0;
	text-align:center;
}

#usefullIn ul{
	padding:0 20px 10px;
}



#usefullIn div:nth-of-type(2){
	margin-left:2%;
}

#usefullIn li a {
    display: block;
    position: relative;
    color: #09F;
    padding: 0 0 0 15px;
	font-size:12px;
}

#usefullIn li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #09F;
}

.fixed {
    position: fixed;
    top: 0px;
    z-index: 9999;
    background: #0071CB;
    width: 100%;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

/**/
.tokuten{
	background:#FFF;
	padding:0;
	border:10px solid #FFEB00;
	position:relative;
	margin:0 10px 10px;
	display:block;
}

.tokuten h2{
	background:#FFEB00;
	text-align:center;
	padding:0 0 0 0;
}

.tokuten h2 img{
	width:60px;
	height:auto;
	margin-top:-15px;
	margin-left:-10px;
	vertical-align:middle;
}


.tokuten ul{
	padding:0 15px 0;
}

.tokuten ul li{
	font-size:14px;
	display:block;
	overflow:hidden;
	font-weight:bold;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:10px;
	padding-bottom:10px;
}

.tokuten ul li strong{
	background:#ff438d;
	color:#FFF;
	display:inline-block;
	padding:6px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin:0 10px 0 0;
	float:left;
	
}

.tokuten ul li p{
	position:relative;
	text-align:center;
	width:50%;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.oversea{
	position:absolute;
	top:5px;
	left:5px;
	font-size:12px;
}

.tokuten ul li span{
	display:block;
	overflow:hidden;
	margin:0 0 0 0!important;
	padding:0!important;
	font-weight:normal;
	font-size:12px;
}

.tokuten ul li .orangeBtn{
	text-align:center;
	font-weight:normal;
	font-size:12px;
	clear:both!important;
	float:none!important;
	width:100%;
	margin:0 0 0 0;

}

.tokuten .orangeBtn a{
	font-size:14px;
}

.tokuten .attention {
    margin: 0 10px 10px;
    text-align: left;
    background: #FFFFFF;
    padding: 10px;
	font-size:11px;
}

.innerBox{
	background:rgba(255,255,255,0.6);
	padding:15px;
	margin-bottom:0;

}

.bggreen a{
	background:url(../images/im_arrow_green.png) no-repeat 92% 50% #FFF!important;
	border:2px solid #4EAB26;
	color:#4EAB26!important;
	display:block;
	padding:8px;
	text-shadow:none;
	box-shadow:none;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}

.bgred a{
	background:url(../images/im_arrow_red.png) no-repeat 92% 50% #FFF!important;
	border:2px solid #DD335D;
	color:#DD335D!important;
	display:block;
	padding:8px;
	text-shadow:none;
	box-shadow:none;
	-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}

.bt2Box{
	padding:0 10px;
}

.yellowBtn a{
	background:url(../images/im_arrow01.png) no-repeat #FFFF2F 95% 50%;
	background-size:15px auto;
	display:block;
	font-size:14px;
	padding:10px;
	text-decoration:none!important;
	margin:10px auto 0;
}
.hotelCap{
	font-size:12px;
	color:#F00!important;
	display:block!important;
}

dl.moreboxin{
	clear: both;
	margin: 20px 0 !important;
	overflow: hidden;
}

dl.moreboxin dt{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0 20px 0;

}

dl.moreboxin dt dd{
	overflow: hidden;
}

/*202110追加分*/
.naviList2{
width: 100%;
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center; /** 真ん中寄せ **/
flex-wrap: wrap;
margin: 0.5% auto;
}

.naviList2 a{
	background: #FFF;
    border: 2px solid #000;
    display: block;
    padding: 10px;
	margin: 0 5px 10px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    width: 39%;
    text-align: center;
  /** 以下中央揃え**/
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plancontents{
	margin: 40px auto;
}

.plancontents h3{
	position: relative;
  padding: 0.5em;
  background: #74df46;
  color: white;
}

.plancontents h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(76 73 69);
}

.planareain{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.planbox{
    width: 47%;
    border: #dddddd 1px solid;
    background-color: #FFFFFF;
    margin: 30px 1.1% 0 1.1%;
    max-width: 400px;
}

.rankimg{
	width: 100%;
	margin: 0 0 0 0;
}

.rankimg img{
	width: 100%;
}

.ranktit{
	padding: 10px;
	margin: 10px 0 0 0;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

.ranktxt{
	padding: 10px;
	margin: 0 0 0 0;
	font-size: 14px;
}

.hotelrank{
	padding: 0 10px 10px;
}

.hotelrank .hoteltit{
	padding: 5px;
	margin: 0 0 0 0;
	background-color: #DF0000;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.hotelrank ul{
	list-style: none;
	margin: 10px 0 0 0;
}

.hotelrank ul li{
	margin: 0 0 5px 0;
	font-size: 14px;
}

.rank1,
.rank2,
.rank3{
	font-weight: bold;
	font-size: 14px;
}


.rank1{
	color: #D5AC00;
} 


.rank2{
	color: #737373;
} 

.rank3{
	color: #6C3900;
} 

.ranktxt2{
	margin: 10px 10px 10px 10px; 
	padding: 10px;
	border: #2AA400 solid 1px;
	font-size: 14px;
}


.ranktxt2 span{
	color: #FF0004;
	font-weight: bold !important;
}

.rankprice{
	font-size: 16px;
	color: #FF0004;
	font-weight: bold !important;
}

.planimg{
	width: 100%;
	margin: 0;
	position:relative;
}
.planimg img{
	width: 100%;
}
.planimg .copylight{
	font-size: 10px;
	position:absolute;
	bottom:0;
	right:5px;
}
.plantit{
	padding: 10px;
	margin: 10px 0 0 0;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

.plantxt{
	padding: 10px;
	margin: 0 0 0 0;
	font-size: 14px;
}

.plantxt2{
	margin: 10px 10px 10px 10px; 
	padding: 10px;
	border: #2AA400 solid 1px;
	font-size: 14px;
}
.b_red{
	font-size: 16px !important;
	color: #FF0004;
	font-weight: bold !important;
}

.box_btn span{
	font-weight: bold;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 0 10px 10px;
    padding: 10px;
    background-color: beige;
}

.box_btn a{
	display: block;
	text-align: center;
	padding: 10px;
	margin: 0 auto 10px;
	width: 85%;
	background-color: #FF9E00;
	border-radius: 10px;
	text-decoration: none !important;
	color: #ffffff !important;
	font-weight: bold;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s;
	font-size: 14px;
}

.box_btn a:hover{
	background-color: #ff0c00;
	text-decoration: none !important;
}

.box_btn2 a{
	display: block;
	text-align: center;
	padding: 10px;
	margin: 30px auto 20px;
	width: 85%;
	background-color: #FF9E00;
	border-radius: 10px;
	text-decoration: none !important;
	color: #ffffff !important;
	font-weight: bold;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s;
	font-size: 18px;
}

.box_btn2 a:hover{
	background-color: #ff0c00;
	text-decoration: none !important;
}

.s_02{
	clear: both;
}

.s_02 .accordion_one .accordion_header {   
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}

.s_02 .accordion_one .accordion_inner {
    display: none;
}

.s_02 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 70%;
    right: 3%;
    width: 20px;
    height: 20px;
    /*border: 1px solid #fff;*/
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
   -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.s_02 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #4b4b4b;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.accordion_one{
	background-color: #FFFFFF;
}

.question{
	display: table;
    border: 2px solid #733329;
    font-size: 18px;
    overflow: hidden;
    width: 100%;
    margin: 20px 0;
    background-color: white;
	box-sizing: border-box;
}

.question p{
	display: table-cell;
	vertical-align: middle;
}

.QA1{
	background-color: #733329;
	padding: 10px;
	color: #FFFFFF;
	width: 4.5%;
	font-size: 24px !important;
	font-weight: bold;
}

.q_txt{
	padding: 10px 50px 10px 20px;
	font-weight: bold;
}

.answer{
	margin: 20px 0 0 0;
	display: table-cell;
}

.answer p{
	display: table-cell;
	vertical-align: top;
}

.QA2{
	font-size: 24px !important;
	font-weight: bold;
	color:#CF0003;
	padding: 0px 10px 10px;
	margin: 0 0 0 0;
	width: 5%;
	line-height: 24px;
}

.a_txt{
	padding: 0px 0px 20px 5px;
	font-size: 16px !important;
}

.naviDept{
	text-align:center;
	width:100%;
	padding:2px 0;
}

.naviDept li{
	text-align:center;
	display:inline-block;
	color:#FFF;
	font-size:0.7rem;
	cursor:pointer;
	width:25%;
}

.naviDept li a{
	background:url(../images/im_bt_arrow.png) no-repeat #FF89A9 50% 92%;
	background-size:10px auto;
	color:#FFF;
	padding:5px 10px 15px;
	display:block;
	margin:3px 3px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.naviDept li a:hover{
	text-decoration:none!important
}

.naviDept li.select a{
	background:url(../images/im_bt_arrow_b.png) no-repeat #FFE5EA 50% 92%;
	background-size:10px auto;
	color:#EA498C;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.webketori{
	list-style: none;
	margin: 20px 0 0 0;
}

.webketori li {
    width: 94%;
    margin: 10px auto 10px !important;
    background-color: #ffffff;
    padding: 5px;
    border: solid 2px #000000;
}

.webketori li span{
	display: block;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	text-align: center;
	font-size: 14px;
	border-bottom: dotted 1px #cccccc; 
}

.sankou_txt{
	text-align: center;
	margin: 0 0 0 0;
	font-size: 12px;
}
.sankou_txt a{
	color: #0131CB !important;
	text-decoration: underline !important;
}

/*tripa*/
#tripa_area{
    width: 95% !important;
    margin: 15px auto 0 auto;
}

#tripa_api{
	overflow:hidden;
	display:block;
	margin-bottom:8%;
}
.tripa_box {
    background: #fff;
}

#tripa_api h2 {
background: linear-gradient(transparent 60%, #ffea00 60%);
margin-bottom: 15px;
font-weight: bold;
text-align: center;
font-size: 18px;
    line-height: 20px;
padding: 0 0 5px 0;
color: #000;

}

#tripa_api ul{
	overflow:hidden;
	margin:0 0 20px 0;
}
@media screen and (max-width: 320px) {
#tripa_api li{
	text-align:center;
	margin:0 0 15px 0;
	padding:0 8px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	font-size:10px;
}
}

@media screen and (min-width: 321px) {
#tripa_api li{
	text-align:center;
	margin:0 0 15px 0;
	width:50%;
	float:left;
	padding:0 8px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	font-size:10px;
}
}

#tripa_api li img{
	display:block;
	margin:0 0 5px 0;
	width:100%;
	height:auto;
}

#tripa_api div{
	overflow:hidden;
	padding:10px;
	margin:0 0 0 0;
	border-bottom:1px solid #e2e2e2;
	background:#FFF;
}

#tripa_api div p{
	float:left;
	margin:0 10px 0 0;
	width:20%;
}

#tripa_api div p img{
	width:100%;
	height:auto;
}

#tripa_api div dl{
	overflow:hidden;
	display:block;
}

#tripa_api div:last-child{
	border-bottom:none
}


#tripa_api div dl dt{
	font-size:12px;
	margin:0 0 10px 0;
}

#tripa_api div dl dt a{
	color:#000;
}

#tripa_api div dl > dd{
	font-size:10px;
	color:#999;
	display:none;
}

#tripa_api div dl > dd > span{
	display:block!important;
	margin:5px 0 0 0;
}

#tripa_api div dl dd > span a{
	color:#CCC;
}

#tripa_api div dl dd > span > span{
	color:#F69;
	display:inline;
	display:block!important;
}

#tripa_api .commonTit{
	font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #000;
}

#tripa_api p.btnWrap{
	text-align:center;
	float: none;
	width: auto;
	height: auto;
}

#tripa_api .btn {
	width:94%;
    background: url(../images/arrow.png) no-repeat #514640 95% 50%;
    background-size: auto 13px;
    display: block;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    color: #FFF!important;
    font-size: 14px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    font-family: 'Noto Sans Japanese', sans-serif;
}

/*add 20220823*/
/*plan*/
.planstudent_nav{display:flex;}
.planstudent_nav p{
	width: 23%;
    margin: 0 1% 2%;
    box-sizing: border-box;
}
.planstudent_nav p a{
	height: 32px;
	padding: 5px 0;
    font-size: 12px;
    text-align: center;
    display: block;
    border: 1px solid #333;
    border-radius: 8px;
    background: #FFF;
    color: #333;
}
#planstudent_all_wrapper_wrapper dt{clear: both;}
#planstudent_all_wrapper_wrapper dt h3{
	background: #fff500;
    text-align: center;
    margin-bottom: 2%;
    padding: 3px 0;
    font-size: 16px;
    font-weight: bold;
	clear: both;
}

#planstudent_all_wrapper_wrapper ul{margin-bottom:2%;}
#planstudent_all_wrapper_wrapper .planstudent_wrapper {
	width: 48%;
	float:left;
    margin: 0 1% 2%;
    padding: 5px;
    background: #FFF;
    box-sizing: border-box;
	font-size:12px;
}
#planstudent_all_wrapper_wrapper .planstudent_wrapper > img{
	width: 100%;
	height:auto;
}
#planstudent_all_wrapper_wrapper .planstudent_wrapper > h4{
	margin:5px 0;
	padding: 0;
	font-size:13px;
	font-weight:bold;
}
#planstudent_all_wrapper_wrapper p.planstudent_txt{height:120px;}
#event_link li{
	width: 48%;
    margin: 0 1% 2%;
	float: left;
}

/*Q&A*/
#qanda_box{margin-bottom: 5%;}
#qanda_box .inner {
    background: #FFF;
    padding: 10px;
    margin: 10px auto;
}
#qanda_box h2 {
    background: linear-gradient(transparent 60%, #ffea00 60%);
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 5px 0;
    color: #000;
}
#qanda_box h2 img {
    width: 25px;
    height: auto;
    vertical-align: text-top;
    margin: 0 8px 0 0;
}
#qanda_box > div{padding:0 10px;}
#qanda_box div:after{
    content: "";
    clear: both;
    display: block;
}
#qanda_box div > b {
    background: #589d51;
    font-size: 18px;
    margin: 0 1% 1% 0;
    color: #FFF;
    width: 9%;
    text-align: center;
	float:left;
}
#qanda_box div h3{
	font-size: 16px;
    margin-bottom: 3%;
    color: #589d51;
    line-height: 1.5;
	width:90%;
	float:left;
}
#qanda_box div p{
	font-size: 14px;
	margin-bottom: 8%;
	line-height: 1.5;
}

.pr_banner {
    width: 100%;
    margin-bottom: 3%;
}
.pr_banner a img {
	width: 98%;
    display: block;
    margin: 0 1% 1%;
}
.pr_banner p {
    text-align: center;
    color: #222!important;
}

/*area_search*//*.itemList_box*/
.area-wrap{
	background-color: #FFF;
	margin:0 10px 20px;
}
.area-box {
	padding:10px;
	width:100%;
	box-sizing: border-box;
}
.area-box .thumb{
	width: 40%;
	height:auto;
	float:left;
	margin-right:10px;
}
.area-box .thumb img{
	width:100%!important;
	height:auto!important;
}
.area-box dl {
	overflow:hidden;
	display:block;
	margin: 0 0;
}
.area-box dt{
	display:block;
	padding:5px 5px;
}
.area-box dd {
	display:block;
	font-size:13px;
	line-height:1.35em;
	padding:0 5px;
	margin-top:5px;
}

/*ranking*/
.subti-rank {
	font-size:18px;
	line-height:1.0em;
	font-weight:bold;
	border-bottom:2px solid #ff8800;
	width:100%;
	height:40px;
	line-height:40px;
	font-weight:bold;
	position:relative;
}
.subti-rank:before {
	position:absolute;
	left:0px;
	top:0px;
	content:"";
	display:inline-block;
	width:35px;
	height:35px;
}
.subti-rank#rank01:before {
	background:url(../images/icon_rank01.svg) no-repeat;
	background-size:contain;
}

/**/
.area-sub-wrap { margin-bottom:10px;}
.area-sub-box {
	margin:0 10px;
}
.area-sub-box > li {
	width:100%;
	padding:10px;
	background-color:#FFF;
	list-style:none;
	margin-top:10px;
	box-sizing: border-box;
}
/**/
.area-sub-box li .thumb{
	width:40%!important;
	height:auto;
	float:left;
}
.area-sub-box li .thumb img{
	width:100%!important;
	height:auto!important;
}
.area-sub-box li dl {
	overflow:hidden;
	display:block;
	padding:0 0 0 10px;
}
.area-sub-box li dt{
	display:block;
	border-bottom:2px solid #ff8800;
}
/*rank2*/
.subti-rank2 {
	font-size:15px;
	line-height:1.1em;
	font-weight:bold;
	width:100%;
	height:28px;
	line-height:25px;
	font-weight:bold;
	position:relative;
}
.subti-rank2:before {
	position:absolute;
	left:0px;
	top:0px;
	content:"";
	display:inline-block;
	width:25px;
	height:25px;
}
.subti-rank2#rank02:before {
	background:url(../images/icon_rank02.svg) no-repeat;
	background-size:contain;
}
.subti-rank2#rank03:before {
	background:url(../images/icon_rank03.svg) no-repeat;
	background-size:contain;
}
.subti-rank2#rank04:before {
	background:url(../images/icon_rank04.svg) no-repeat;
	background-size:contain;
}
.subti-rank2#rank05:before {
	background:url(../images/icon_rank05.svg) no-repeat;
	background-size:contain;
}
.subti-rank2#rank06:before {
	background:url(../images/icon_rank06.svg) no-repeat;
	background-size:contain;
}
.subti-rank2#rank07:before {
	background:url(../images/icon_rank07.svg) no-repeat;
	background-size:contain;
}
.area-sub-box li dd {
	display:block;
	font-size:12px;
	line-height:1.35em;
	margin-top:5px;
}
.area-sub-box li a:hover{
	cursor: pointer;
	text-decoration:none!important;
}
.area-sub-box li a:hover img {
	opacity:0.7!important;
	filter: alpha(opacity=70)!important;
	-ms-filter: "alpha( opacity=70 )"!important;
}
.area-btn-wrap {
	clear:both;
	margin-top:	20px;
}

/*エリアタブ*/
#student_api_plan__wrapper .tab_areahotel {margin-bottom: 2%;}
#student_api_plan__wrapper .tab_areahotel li {
	font-size: 15px;
    background: #FFF;
    text-align: center;
    width: 24%;
    float: left;
    margin: 0 0.5% 1%;
    line-height: 1.8;
}
#student_api_plan__wrapper .tab_areahotel .tab_areahotel_select {
    background: #2184da;
    color: #FFF;
}

/*APIプラン*/
#student_api_plan__wrapper .slick-slide_wrap {
	width: 100%;
    margin: auto;
}
#student_api_plan__wrapper .sclooll__area{margin-bottom: 28px;}
#student_api_plan__wrapper .plan_box {
	width: 232.5px;
	box-sizing: border-box;
	display: block;
	float: left;
	margin:0 5px 1%;
	padding: 5px;
	background: #FFF;
	font-size: 14px;
}
#student_api_plan__wrapper .plan_box .plan_image {
	margin-bottom: 12px;
	position: relative;
}
#student_api_plan__wrapper .plan_box .plan_image img {
	width: 160px;
    height: 120px;
    margin: auto;
}
#student_api_plan__wrapper .plan_box .plan_image .plan-kind{
	position: absolute;
    top: 0;
    left: 0;
    background: #0071cb;
    padding: 3px 5px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    z-index: 1;
}

#student_api_plan__wrapper .plan_box .plan_text dt{margin-bottom: 5px;}
#student_api_plan__wrapper .plan_box .plan_text dt h4{font-size: 14px;}
#student_api_plan__wrapper .plan_box .plan_text dd li{
	margin-bottom: 10px;
    font-size: 10px;
}
#student_api_plan__wrapper .plan_box .plan_text dd li.h_txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#student_api_plan__wrapper .plan_box .plan_text dd li.h_ac {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#student_api_plan__wrapper .plan_box .plan_text dd li.pricebox{
	font-weight: bold;
    color: red;
    font-size: 14px;
	display: block;
    text-align: center;
}
#student_api_plan__wrapper .plan_box .plan_text dd li.pricebox small{
	font-weight: normal;
    color: black;
    font-size: 10px;
	display: block;
    text-align: center;
}

#student_api_plan__wrapper .plan_box .plan_text .pricebox dd:not(.price) {text-align: center;}
#student_api_plan__wrapper .plan_box .other_btn {
    width: 100%;
    display: flex;
}
#student_api_plan__wrapper .plan_box .other_btn a {
	width: 50%;
    display: block;
    padding: 0 5px;
    color: #FF9326 !important;
	font-size: 12px;
}
#student_api_plan__wrapper .plan_box .other_btn a:nth-of-type(2) {text-align: right;}

#student_api_plan__wrapper .ranking_hotel__all_wrapper{position:relative;}

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

/*スクロール*/
.scroll_left_btn,
.scroll_right_btn {
	width: 20px;
	height: 20px;
	border-radius:12px;
	background: #242424;
	position: absolute;
    top: 350px;
    display: block;
    z-index: 1;
}
.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;
}
.sclooll__area > ul{display:flex;}

#student_api_plan__wrapper .slick-prev {left: 0px;z-index: 1;}
#student_api_plan__wrapper .slick-next {right: 0px;z-index: 1;}
#student_api_plan__wrapper .slick-prev:before,
#student_api_plan__wrapper .slick-next:before,
#serch .slick-prev:before,
#serch .slick-next:before {color: black;}

#student_api_plan__wrapper .slick-prev{left: 0px;z-index: 1;}
#student_api_plan__wrapper .slick-next{right: 0px;z-index: 1;}
#serch .slick-prev{left: 0px;z-index: 1;}
#serch .slick-next {right: 0px;z-index: 1;}

}

/*760px以上(PC)*/
@media screen and (min-width: 760px),print {
/*202104 プラン一時stop*/
ul.naviList li:nth-of-type(1),
.catheCopy2.pcnone,

div.tabBox01,
#moreBox > h3{display:none!important;}

.inner.plan{margin:-80px auto 0;padding:0 10px 20px;}
/*202104 プラン一時stop*/

p.images img{
	width:250px;
	height:auto!important;
}

#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	box-sizing: border-box;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 20px;
}

.pcnone{
	display:none;
}

div.colum3T div{
	cursor:pointer;
}

div.colum3T div:hover img{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}
div.colum3T div:hover a{
	color:#FF8000;
	text-decoration:underline;
}

.naviNormal li{font-size: 1.2em;}

#title{
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
	/*background:url(../images/bg.gif) 50% 0;*/
	background-size:cover

}
@media screen and (min-width: 1201px) {
#title p.title{
	width:auto;
	padding:6% 0 17% 0;
	background:url(../images/ti_main_sougou.png) no-repeat center 0%;
	background-size:100% auto;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
}
@media screen and (max-width: 1200px) {
#title p.title{
	width:auto;
	padding:10% 0 30% 0;
	background:url(../images/ti_main_sougou.png) no-repeat 50% 0%;
	background-size:160% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
}

section{border-bottom: 3px dashed rgba(255,255,255,0.5);}
.inner{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	padding: 25px 0;
	box-sizing: border-box;
}

/*tab------------------------------------------------------*/

#navMenuNew100,#navMenuNew100_2{
	background:url(../images/bg_tab.gif);
	height:66px;

}

#navMenuNew100 ul,#navMenuNew100_2 ul{
	text-align:center;
	margin:0 auto;
	padding:10px 0 10px 0;
}

#navMenuNew100 ul li,#navMenuNew100_2 ul li{
	font-size:22px;
	font-weight:bold;
	display:inline-block;
	text-align:left;
	margin:0px 0 0 0;
	padding:8px 30px 10px 30px;
	color:#ffd900;
	border-right:3px solid #FFF;
	cursor:pointer;
	position:relative;
}

#navMenuNew100 ul li:last-child,#navMenuNew100_2 ul li{
	border-right:none;
}

#navMenuNew100 ul li a,#navMenuNew100_2 ul li a{
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	display:inline-block;
	text-decoration:none!important;
	padding:0 0 0 0;
}


#navMenuNew100 ul li a:hover,#navMenuNew100_2 ul li a:hover{
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

#navMenuNew100 ul li.select:hover,#navMenuNew100_2 ul li.select:hover{
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
cursor:default
}

/*select*/

.tabM01.select:after{
	position:absolute;
	content:"▼";
	color:#000000;
	bottom:-23px;
	left:48%;
	font-size:18px;
}

.tabM02.select:after{
	position:absolute;
	content:"▼";
	color:#000000;
	bottom:-23px;
	left:48%;
	font-size:18px;
}

.tabM03.select:after{
	position:absolute;
	content:"▼";
	color:#000000;
	bottom:-23px;
	left:48%;
	font-size:18px;
}

/*20160914ナビ変更　調整*/
/*li.select a {
    color: #ffd900!important;
}*/
.tabM06 span {
    color: #FFF!important;
}

/*nav-------------------------*/

.navKokunai p{
	background:#FFD7E1;
	color:#DD335D;
	display:block;
	float:left;
	width:152px;
	text-align:center;
	font-size:18px;

	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-left:1px;
}

.navKokunai p a{
	color:#DD335D;
	padding:10px;
	display:block;
	font-weight:bold;
	text-decoration:none!important;
}

.navKokunai p:hover
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #FFD7E1;
}


.navKokunai p.select{
	background:#DD335D;
	font-weight:bold;
	border:0px;
	color:#FFF;
	position:relative;
	padding:10px;
	
}

.navKokunai p.select:hover{
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}

/*btn*/	
.orangeBtn{
	display:block;
	clear:both;
	margin-bottom:5px
}
	
.orangeBtn a{
		color:#FFF!important;
		display:block;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	clear:both;
	margin:0 auto 5%;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:14px;
	position:relative;
	padding:5px;
	width:92%;
}
	
.orangeBtn a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:32%;
	right:0;
}

.btnAll a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}	
	
	
.btnAll a{
	width:419px;
	line-height:18px;
	color:#FFF!important;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	padding:18px 0;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:18px;
	position:relative;
}

.width32per a{
	width:32%!important;
	float:left!important;
	display:block!important;
	clear:none!important;
	margin:0 0 10px 1%!important;
}

.width49per a{
	width:49%!important;
	float:left!important;
	display:block!important;
	clear:none!important;
	margin:0 0 0 1%!important;
}

.btnAll a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}

.btnAll a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}

.btn3C a{
	width:32%;
	line-height:18px;
	color:#FFF!important;
	float:left!important;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	padding:18px 0;
	margin:0 0 0 1%;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:18px;
	position:relative;
}

.btn3C a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}

.btn3C a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}

/**/

.btn4C a{
	width:23.7%;
	line-height:18px;
	color:#FFF!important;
	float:left!important;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	padding:18px 0;
	margin:0 0 5px 1%!important;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:18px;
	position:relative;
}

.btn4C a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}

.btn4C a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}

.btn2C a{
	width:48.5%!important;
	margin-top:20px;
}

.Textbox{
	border:2px solid #E68CA8;
	display:block;
	padding:15px;
	font-size:16px;
	line-height:30px;
	background:#FFF;
	margin:0 0 20px 0;
}

#bottomNavi{
	overflow:hidden;
	margin:0 0 20px 0;
}

#bottomNavi li{
	display:block;
	float:left;
	width:300px;
	margin:0 10px 10px 0;
	border:2px solid #CCC;
	background:url(../images/tb_bottom_arrow.png) no-repeat 98% 50%;
}

#bottomNavi li a{
	display:block;
	padding:15px;
}

.plan2 .tabBox{
	display:block;
	overflow:hidden;
	height:68px;
	background:#FFF;
}

.plan2 .tabBox li{
	width:315px!important;
	display:block;
	margin:0 0 0 1px!important;
	float:left;
	text-align:center;
	font-weight:bold;
	padding:15px 0;
	font-size:18px;
	display:block;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
cursor:pointer;
background:#FFD7E1;
color:#DD335D;
}


.plan2 .tabBox li.select{
	background:#DD335D;
	color:#FFF;
	position:relative;
}

.plan2 .tabBox li.select:after{
	background:url(../images/tb_arrow_red.png) no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	bottom:-9px;
	left:50%;
	content:"";
	display:block;
}


.yetTokuten{
	font-size:16px;
	text-align:center;
	font-weight:bold;
}


.linkBlockA02{
    width: 250px!important;
}

div.pulldown {
    border: 1px solid #BBB;
    width: auto!important;
    max-height: 80px!important;
    position: absolute;
    right: 0;
    top: 0;
    background: #FFF none repeat scroll 0% 0%;
    overflow: auto;
    z-index: 999!important;
}

.subTit{
	font-size:20px;
	display:block;
	font-weight:bold;
	margin:20px 0 15px 0;
	/*background:#FFD7E1;*/
	border-top:3px solid #DD335D;
	padding:10px 5px 5px 10px;
	clear:both;

}

.subTitNone{
	border-top:none;
	margin:10px 0 15px 0;
}

.ichioshiAnker{
	padding:10px 0 0 0;
}

.ichioshiAnker a{
	display:inline-block;
	font-size:14px;
}

.smallBnr{
	margin:0 0 10px 0;
	overflow:hidden;
}


.smallBnr a{
	width:180px;
	height:auto;
	float:left;
	color:#FFF!important;
	margin:0 10px 0 0;
	text-align:center;
}

/**/

.dispBtns{
	position:relative;
	width:100px;
	margin:10px 0 0 0;
	float:left;
}

.btnSubmits{
	width:100px;
	height:32px;
	line-height:3px;
	color:#FFF!important;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none!important;
	font-size:14px;
	border:0;
	cursor:pointer;
}

.dispBtns:after{
	width:8px;
	height:8px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	background-size:100% auto;
	position:absolute;
	top:35%;
	right:1%;
}

.floatLeft{
	float:left;
}

.attention{
	width: 100%;
	max-width:950px;
	min-width:760px;
	box-sizing: border-box;
	margin:20px auto 15px;
	text-align:center;
	background:#f8eaf0;
	padding:8px 0 8px 0;
}

.attention strong{
	font-weight:bold;
	border-right:1px solid #000;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
}

.clear h4{
	font-size:18px;
	padding:35px 0 0 0;
	color:#000!important;
	text-align:center;
}



.nm10{
	padding:0 0 0 10px!important;

}

/*common*/

.hereBox{
	display:block;
	position:relative;
	cursor:pointer;
}

.hereBox:hover{
opacity:1!important;
filter: alpha(opacity=100)!important;
-ms-filter: "alpha( opacity=100 )"!important;
z-index:9999;
}

.hereBox p.add{
	position:absolute;
	background:#FFF;
	border:2px solid #000;
	top:35px;
	z-index:9999;
	left: -100px;
	display:none;

}

.add a{
    display: block;
    color: #000!important;
    padding: 12px 0px 12px 0px!important;
    border-bottom: 2px solid #000;
    width: 220px;
    font-size: 16px!important;
    text-decoration: none!important;
    text-align: center;
}

.add a:hover{
	background:#FFC;
}


.pcnone{
	display:none!important
}

.f12 a,.f12{
	font-size:12px!important;
}

#serch h3 {
    background: #fff500;
    text-align: center;
    margin-bottom: 2%;
    padding: 5px 0;
    font-size: 20px;
    font-weight: bold;
}

.itemList4 {
    margin-bottom: 20px;
}

.itemList4.white li {
	width: 21%;
    float: left;
    margin: 0 1% 2%;
    padding: 1%;
    background: #fff;
    box-shadow: 1px 3px 5px #afafaf;
	cursor: pointer;
}
.itemList4 li img{
    width: 100%;
}
.itemList4 li dt a {
    color: #333 !important;
    text-decoration: none !important;
	font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

/*add20151112*/
#navList{
	padding:10px;
	width: 100%;
	max-width:950px;
	min-width:760px;
	box-sizing: border-box;
	margin:0px auto 0px;
	display:block;
	overflow:hidden;
	text-align:left;
}
#navList li{
	display:inline-block;
	margin:0 10px 10px 0;
	background:#FFF;
}

#navList li a{
	color:#000!important;
	display:block;
	padding:10px;
	font-weight:bold;
	text-decoration:none!important;
	font-size:14px;
	border:2px solid #000;
	-webkit-border-radius: 5px 5px!important;
	border-radius: 5px 5px!important;
}

#navList li.select{
	background:#FFFFCC!important;
	cursor:default;
	color:#000!important;
	padding:10px;
	font-weight:bold;
	text-decoration:none!important;
	font-size:14px;
	border:2px solid #000;
	-webkit-border-radius: 5px 5px!important;
	border-radius: 5px 5px!important;
}

#navList li a:hover{
	background:#FFFFCC;
}


p.add{
	width:220px!important;
}

.red{color:#F00;}

div#radio_box dl dd a,div#radio_box dl dd a strong{
	color:#3366ff;
}

div#radio_box dl dd a:link{color:#3366ff;}
div#radio_box dl dd a:hover{color:#ff9933;}
div#radio_box dl dd a:visted{color:#3366ff;}
div#radio_box dl dd a:active{color:#3366ff;}


#date_box1 {
	float: left;
	width: 60px;
	padding: 0px;
	margin: 0px;
}

#text_box1 {
	float: right;
	width: 460px;
	margin:0px 0 0px 0;
	padding:0px 0 5px 20px;
	border-left: 2px solid #39F;
}

/**/
#link02{
	width:633px;
	height:52px;
	font-size:28px;
	line-height:1.2;
	color:#000;
	padding:0 0 0 60px;
	text-align:center;
	background:url(../images/bg_ti_panf.png) no-repeat;
	margin:0 auto 20px;
	display: grid;
    align-content: end;
}

#link03{
	width:633px;
	height:52px;
	font-size:28px;
	line-height:1.2;
	color:#000;
	padding:0 0 0 60px;
	text-align:center;
	background:url(../images/bg_ti_serch.png) no-repeat;
	margin:0 auto 20px;
	display: grid;
    align-content: end;
}

#link04{
	width:633px;
	height:52px;
	font-size:28px;
	line-height:1.2;
	color:#000;
	padding:0 0 0 60px;
	text-align:center;
	background:url(../images/bg_ti_recomand.png) no-repeat;
	margin:0 auto 30px;
	display: grid;
    align-content: end;
}

#link05{
	width:633px;
	height:52px;
	font-size:28px;
	line-height:1.2;
	color:#000;
	padding:0 0 0 60px;
	text-align:center;
	background:url(../images/bg_ti_usefull.png) no-repeat;
	margin:0 auto 20px;
	display: grid;
    align-content: end;
}


#link07{
	width:633px;
	height:52px;
	font-size:28px;
	line-height:1.2;
	color:#000;
	padding:0 0 0 60px;
	text-align:center;
	background:url(../images/bg_ti_oudo.png) no-repeat;
	margin:0 auto 20px;
	display: grid;
    align-content: end;
}

#link09,
#link11{
	width:633px;
	height:52px;
	font-size:28px;
	line-height:1.2;
	color:#000;
	padding:0 0 0 60px;
	text-align:center;
	background:url(../images/bg_ti_recomand.png) no-repeat;
	margin:30px auto;
	display: grid;
    align-content: end;
}

#link08,
#link10,
#link12{
	width:633px;
	height:52px;
	font-size:28px;
	line-height:1.2;
	color:#000;
	padding:0 0 0 60px;
	text-align:center;
	background:url(../images/bg_ti_panf.png) no-repeat;
	margin:0 auto 20px;
	display: grid;
    align-content: end;
}

.catheCopy{
	text-align:center;
	font-size:18px;
	display:block;
	margin:0;
	padding:0;
}

.catheCopy2{
	text-align:center;
	font-size:22px;
	display:block;
	margin:0;
	font-weight:bold;
	padding:0;
}


.plan li{
	width:440px!important;
	margin-left:10px!important
}

.plan li .thumb{
	width:50%;
	float:left;
	margin-bottom:15px;
}

.plan li dl{
	overflow:hidden;
	margin-bottom:15px;
	display:block;
}


.plan li dl dt{
	display:block;
	font-size:14px;
}

.plan li dl dd{
	display:block;
}

.plan .itemList4 li:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	text-decoration:none!important;
	cursor:default
}

.plan .btnPlan .orangeBtn:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
	cursor:default;
}

.mb30{
	margin-bottom:20px;
}

.usefullWrap li a{
	font-size:16px;
	background:#FFF;
	border:2px solid #000;
	width:46%;
	float:left;
	padding:10px;
	background:url(../images/tb_bottom_arrow.png) #FFF no-repeat 98% 50%;
	margin:0 10px 10px 0;
	-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

.usefullWrap li a:hover{
	text-decoration:none!important;
	color:#FFF;
	background:url(../images/tb_bottom_arrow.png) #FFAE26 no-repeat 98% 50%;

}

/*20161018*/
#link06{
	width:633px;
	height:52px;
	font-size:28px;
	line-height:58px;
	color:#000;
	padding:0 0 0 60px;
	text-align:center;
	background:url(../images/bg_ti_recomand.png) no-repeat;
	margin:0 auto 30px;
}

/*20170313 add navi ancerlink*/
.naviList{
	width: 100%;
	max-width:896px;
	min-width:760px;
	box-sizing: border-box;
    display: block;
    margin: 0.5% auto;
}

.naviList li{
	display: inline-block;
    margin: 1%;
}

.naviList li a{
	background: #FFF;
    border: 2px solid #000;
    display: inline-block;
    padding: 12px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    width: 175px;
    text-align: center;
}

/*add*/
article{
	background:url(../images/bgall.png);
	background-size:100% auto;
	position:relative;

}

.logo{
	position:absolute;
	top:-47px;
	left:0;
	right:0;
	bottom:0;
	margin:0;
}

.naviBox{
	overflow:hidden;
	width: 100%;
	max-width:970px;
	min-width:760px;
	box-sizing: border-box;
	margin:0 auto;
	position:absolute;
	top:0.4%;
	left:0;
	right:0;
	z-index:999;
	text-align:center;
}

.naviBox2{
	position:relative;
	width: 100%;
	max-width:920px;
	min-width:760px;
	box-sizing: border-box;
	padding-bottom:50px!important;
	overflow:hidden;
	margin-top:-50px;
	text-align:center;
}

.naviBox li{
	display:inline-block;
	font-weight:normal;
	cursor:pointer!important;
	background:url(../images/im_navi_line.png) no-repeat;
	padding:6px 15px 15px 15px;
	color:#FFF;
	position:relative;
}

.naviBox li:first-child{
	background:none
}

.naviBox2 li:nth-child(5){
	background:url(../images/im_navi_line.png) no-repeat!important;
}

.naviBox li:after{
	content:"";
	width:11px;
	height:6px;
	display:block;
	background:url(../images/im_navi_arrow.png) no-repeat;
	position:absolute;
	left:45%;
	bottom:3px;
	margin:0 auto;
}

.naviBox li a{
	color:#FFF;
}

.naviBox li a:hover{
	text-decoration:none!important;
}

.naviBox li:hover strong,.naviBox li:hover span{
	text-decoration:none!important;
	opacity: 0.6 ;
	transition: 0.2s ;
}

.naviBox li:hover:after{
	opacity: 0.6 ;
	transition: 0.2s ;
	bottom:1px;
}

.naviBox li strong{
	display:block;
	font-size:18px;
}

.naviBox li span{
	display:block;
	font-size:14px;
	font-weight:normal;
font-family: 'Londrina Solid', cursive;
}
article{
	background:url(../images/bgall.png);
	background-size:100% auto;
	position:relative;
}

/*add*/

/*navi*/
.navKokunai{
	height:56px;
	margin:0 0 0 0;
}

.navKokunai p{
	background:#FFD7E1;
	color:#DD335D;
	display:block;
	float:left;
	width:224px;
	text-align:center;
	font-size:18px;
	color:#DD335D;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px;
	cursor:pointer;
	margin-left:5px;
	/*font-weight:bold;*/
	border:2px solid #DD335D
}

.navKokunai p:first-child{
	margin-left:0;
}

.navKokunai p a{
	display:block;
	padding:10px;
}

.navKokunai p.select{
	background:#DD335D;
	/*font-weight:bold;*/
	border:0px;
	color:#FFF;
	position:relative;
	font-size:18px;
	padding:10px;
	border:2px solid #DD335D
}

.navKokunai p a {
	color:#DD335D;
	text-decoration:none;
}
.navKokunai p a:hover {
	color:#DD335D;
	text-decoration:none !important;
}
.navKokunai p a:visited {
	color:#DD335D;
	text-decoration:none;
}

/*kaigaiSub2-------------------------*/
.navKokunaiSub2{
	height:60px;
	margin:0 6px 0 0;
background:#DD335D;
text-align:center;
/*background:#B2B2B2;*/
}

.navKokunaiSub2 p{
	color:#DD335D;
	display:inline-block;
	width:155px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:14px;
	/*padding:10px;*/
	cursor:pointer;
	color:#FFF;
	/*font-weight:bold;*/
	border-right:2px solid #2CA6EA;
	background:#DD335D;
}

.navKokunaiSub2 p:last-child{
	border-right:none;
}

.navKokunaiSub2 p.select:last-child{
	border-right:none;
}

.navKokunaiSub2 p a{
	color:#FFF;
	font-size:16px;
}

.navKokunaiSub2 p:hover a{
	color:#FFEA00;
	text-decoration:none!important;
}

.navKokunaiSub2 p.select{
	background:#DD335D;
	/*font-weight:bold;*/
	border:0px;
	color:#FFFF00;
	position:relative;
	border-right:2px solid #2CA6EA;
	font-size:16px;
}

.navKokunaiSub2 p.select a{
	color:#FFFF00!important;
}

.navKokunaiSub2 p.select:after{
	background:url(../images/tb_arrow_red.png) no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:50%;
	content:"";
	display:block;
}

.navKokunaiSub2 div{
	color:#ffffff;
	display:block;
	float:left;
	width:134px;
	height:40px;
	text-align:center;
	font-size:14px;
	padding:10px;
	color:#FFF;
	font-weight:bold;
	border-right:2px solid #FFF;
	background:#b2b2b2;
}

.navKokunaiSub2 p.tab_lh {
    line-height: 20px;
}
.navKokunaiSub2 p.tab_lh a {
    margin: 10px 0 0 0!important;
	display:block;
}
.plan li{
	width:440px!important;
	margin-left:0!important;
	margin-right:0!important;
	margin-bottom:0!important;
	margin-top:30px!important;
	padding:15px;
	height:auto;
	-webkit-border-radius: 0 0 0 0!important;
	border-radius: 0 0 0 0!important;
	float:left;
	box-shadow:none!important;
	background:#FFF;
	position:relative;
}

.plan li:nth-of-type(2n){
	margin-left:30px!important;
}
.plan li .btnAll a{
	padding:15px 0;
	margin-top:10px;
}

.plan li .thumb{
	width:45%;
	float:left;
	margin:0 15px 10px 0;
	-webkit-border-radius: 0 0 0 0!important;
	border-radius: 0 0 0 0!important;
}

.plan li .thumb img{
	width:100%;
	height:auto;
}

.plan li dl{
	overflow:hidden;
	margin-bottom:0;
	display:block;
	padding:0 0 0 0!important;
	position:relative;
}

.plan li dl dt{
	display:block;
	margin-bottom:5px;
	font-size:16px;
}

.plan li dl dt span{
	display:block;
	font-size:12px;
}

.plan .itemList4 li a{
	color:#000000!important;
	line-height:1.2em;
}

.plan li dl dd{
	display:block;
	font-size:14px;
}

.plan li dl dd span{
	display:block;
}

.plan .itemList4 li dl dd img{
	margin:0 5px 0 0!important;
}

.plan .itemList4 li:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	text-decoration:none!important;
	cursor:default
}

.plan .btnPlan .orangeBtn:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
	cursor:default;
}
.tabBox01 .thumb span {
    font-size: 10px;
    background: #000;
    color: #FFF;
    display: inline-block;
    padding: 5px;
    position: absolute;
    top: -0;
    left: -0px;
}

#moreBox{
	overflow:hidden;
}

#moreBox h3 {
	position: relative;
	text-align: center;
	margin-bottom:15px;
	font-size:20px;
}
#moreBox h3 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0.5em 1em;
	background-color: #FFF;
	text-align: left;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}
#moreBox h3::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 95%;
	height: 3px;
	background-color: #FFF;
}

#planstudent_all_wrapper_wrapper * .moreboxin {
	width: 100%;
	max-width:920px;
	min-width:760px;
	margin: auto;
	box-sizing: border-box;
}

#moreBox p{
	float:left;
	margin:0 0 10px 10px;
}

#moreBox p img:hover{
	position:relative;
	top:2px;
	left:2px
}

dl.moreboxin{
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

dl.moreboxin dt{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0 20px 0;
	clear: both;
}

dl.moreboxin dt dd{
	overflow: hidden;
}

div.inner p.other_area_link_btn{
	width: 94%;
    display: block;
    color: #000!important;
    text-align: center;
    padding: 12px 0 8px 0;
    background: url(../images/im_arrow.png) #FFEA00 no-repeat 95% 50%;
    background-size: 16px auto;
    font-size: 16px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    border: 2px solid #000;
    margin: 10px 0 0 0px;
}

/**/
.selectBox,
.selectBox2{
	display: block;
    overflow: hidden;
    width: 950px;
    margin: 0 auto 50px;
}

.selectBox dl,
.selectBox2 dl{
	width:49%;
	float:left;
background: rgba(255,255,255,0.6);
}

.selectBox dl:nth-of-type(2),
.selectBox2 dl:nth-of-type(2){
	margin-left:2%;
}

.selectBox dl dt,
.selectBox2 dl dt{
	display:block;
	padding:12px 8px;
	color:#FFF;
	font-size:16px;
	float:left;
}

.selectBox dl dd,
.selectBox2 dl dd{
width: 100%;
    display: block;
    padding: 10px;
    overflow: hidden;
}

.selectBox dl dd a{
	display:inline-block;
	padding:9px 15px 9px 5px;
	font-size:13px;
	margin:0 0 0 10px;
	position:relative;
	background:#F90;
	color:#FFF;
	width: 12%;
	text-align: center;
}

.selectBox2 dl dd a{
	display: inline-block;
    padding: 9px 15px 9px 5px;
    font-size: 13px;
    margin: 0 0 0 10px;
    position: relative;
    background: #F90;
    color: #FFF;
    width: 28.5%;
    text-align: center;
}
.col1 a {margin-bottom: 10px!important;}
.selectBox dl dd a:after,
.selectBox2 dl dd a:after{
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -4px;
}

.selectBox dl dd a:hover,
.selectBox2 dl dd a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none;
}

.kokunaiBox dt{
	background:#E6335D;
}
.kaigaiBox dt{
	background:#4EAB26;
}

.col1 dl {
    float: none;
    width: 100%;
    display: flex;
    margin: 0 0 5px 0;
	background: rgba(255,255,255,0.6);
}
.col1 dl dt {
    width: 180px;
    text-align: center;
    box-sizing: border-box;
    display: grid;
    padding: 12px 8px;
    color: #FFF;
    font-size: 16px;
    float: left;
    align-items: center;
}

/**/
#usefullIn{
	display:block;
	overflow:hidden;
	width:100%;
	padding:15px 0 0 0;
}

#usefullIn h3{
	text-align:center;
	margin:0;
	font-size:22px;
	padding:15px 0 0 0;
	border-top:1px solid #FFF
}

#usefullIn h4{
	text-align:center;
	margin:0;
	padding:0 0 15px 0;
	font-weight:normal;
}

#usefullIn div{
	background: rgba(255,255,255,0.6);
}

#usefullIn div h5{
	font-weight:bold;
	font-size:18px;
	margin:0 0 10px 0;
	border-bottom:1px solid #FFF;
	padding:10px 0;
	text-align:center;
}

#usefullIn ul{
	padding:15px 20px 10px;
}
.halfList li{
	width:30.33333333%!important;
	text-align:center;
	font-size:14px;
	float: left;
    margin: 5px 0;
    padding-right: 1%;
}
#usefullIn div:nth-of-type(2){
	margin-left:2%;
}

/**/
.tokuten{
	background:#FFF;
	padding:0;
	border:10px solid #FFEB00;
	width: 100%;
	max-width:960px;
	min-width:760px;
	box-sizing: border-box;
	position:relative;
	margin:20px auto!important;
	display:block;
}

.tokuten ul{
	padding:0 0 20px 30px;
	overflow:hidden;
}

#link01 {
	width: 100%;
	max-width:960px;
	min-width:760px;
	box-sizing: border-box;
    height: 115px;
    line-height: 120px;
    font-size: 24px;
    color: #000;
    padding: 0 0 0 0;
    margin: -25px 0 0 0;
    text-align: center;
    background: url(../images/bg_ti_camp.png) no-repeat;
}

.tokuten ul li{
	width:30.1%;
	float:left;
	margin:15px 3% 0 0;
	position:relative;
}

.tokuten ul li img{
	width:100%;
	height:auto;
}

.tokuten ul li:last-child{
	border-bottom:none;
	margin-right:0;
}

.tokuten ul li p{
	margin-bottom:10px;
}

.tokuten ul li p strong{
	display:block;
	overflow:hidden;
	margin:8px 0 0 0;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.tokuten ul li p strong{
	position:absolute;
	top:0;
	left:10px;
	display:inline-block;
	padding:5px 8px;
	z-index:99999;
}

.tokuten ul li span{
	display:block;
	font-size:14px;
	margin-bottom:10px;
}

.tokuten ul li p strong.oversea{
	background:#4EAB26;
	color:#FFF;
	font-size:14px;
}

.tokuten .attention{
	background:none;
	margin:0 0 20px 0;
	padding:0;
}

.tokuten li a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.bggreen a{
	background:url(../images/im_arrow_green.png) no-repeat 92% 50% #FFF!important;
	border:2px solid #4EAB26;
	color:#4EAB26!important;
	box-shadow:none;
	padding:12px;
	text-shadow:none;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}

.bgred a{
	background:url(../images/im_arrow_red.png) no-repeat 92% 50% #FFF!important;
	border:2px solid #DD335D;
	color:#DD335D!important;
	box-shadow:none;
	padding:12px;
	text-shadow:none;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}

.yellowBtn a{
	width:675px;
	height:86px;
	background:url(../images/bt_yellow.png) no-repeat;
	display:block;
	line-height:86px;
	font-size:20px;
	text-align:center;
	text-decoration:none!important;
	margin:0 auto;
}

.yellowBtn a:hover{
	transition: 0.2s ;
	opacity: 0.6 ;
}
.bt2Box p {
    width: 50%;
    float: left;
    clear: none;
}

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

/**/
.hotelCap{
	font-size:12px;
	color:#F00!important;
	display:inline-block!important;
}

/*202110追加分*/
.naviList2{
	width: 100%;
    max-width: 970px;
    min-width: 760px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
}
.naviList2 a{
	background: #FFF;
	border: 2px solid #000;
	display: block;
	padding: 10px;
	margin: 0 5px 0 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 21%;
	text-align: center;
	/** 以下中央揃え**/
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.plancontents{margin: 40px auto;}
.plancontents h3{
	font-size: 18px;
	position: relative;
	padding: 0.5em;
	background: #74df46;
	color: white;
}

.plancontents h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(76 73 69);
}

.planareain{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.planbox{
	width: 23%;
    border: #dddddd 1px solid;
    background-color: #FFFFFF;
    margin: 30px 1% 0 1%;
	padding: 10px;
    box-sizing: border-box;
}

.rankimg{
	width: 100%;
	margin: 0 0 0 0;
}

.rankimg img{
	width: 100%;
}

.ranktit{
	padding: 10px 0;
	margin: 10px 0 0 0;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

.ranktxt{
	padding: 10px 0;
	margin: 0 0 0 0;
	font-size: 14px;
}

.hotelrank{
	padding: 0 0 10px;
}

.hotelrank .hoteltit{
	padding: 5px;
	margin: 0 0 0 0;
	background-color: #DF0000;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.hotelrank ul{
	list-style: none;
	margin: 10px 0 0 0;
}

.hotelrank ul li{
	margin: 0 0 5px 0;
	font-size: 14px;
}

.rank1,
.rank2,
.rank3{
	font-weight: bold;
	font-size: 14px;
}

.rank1{
	color: #D5AC00;
} 

.rank2{
	color: #737373;
} 

.rank3{
	color: #6C3900;
} 

.ranktxt2{
	padding: 10px;
	border: #2AA400 solid 1px;
	font-size: 14px;
}

.ranktxt2 span{
	color: #FF0004;
	font-weight: bold !important;
}

.rankprice{
	font-size: 16px;
	color: #FF0004;
	font-weight: bold !important;
}

.planimg{
	width: 100%;
	margin: 0;
	position:relative;
}
.planimg img{
	width: 100%;
}
.planimg .copylight{
	font-size: 10px;
	position:absolute;
	bottom:0;
	right:0;
}

.plantit{
	padding: 10px 0;
	margin: 10px 0 0 0;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

.b_red{
	font-size: 16px !important;
	color: #FF0004;
	font-weight: bold !important;

	}

.plantxt{
	padding: 10px 0;
	margin: 0 0 0 0;
	font-size: 14px;
}

.plantxt2{
	margin: 10px 0; 
	padding: 10px;
	border: #2AA400 solid 1px;
	font-size: 14px;
}

.box_btn span{
	font-weight: bold;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 0 10px 10px;
    padding: 10px;
    background-color: beige;
}

.box_btn a{
	display: block;
	text-align: center;
	padding: 12px;
	margin: 0 auto 20px;
	width: 85%;
	background-color: #FF9E00;
	border-radius: 10px;
	text-decoration: none !important;
	color: #ffffff !important;
	font-weight: bold;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s;
	font-size: 14px;
}

.box_btn a:hover{
	background-color: #ff0c00;
	text-decoration: none !important;
}

.box_btn2 a{
	display: block;
	text-align: center;
	padding: 12px;
	margin: 30px auto 20px;
	width: 85%;
	background-color: #FF9E00;
	border-radius: 10px;
	text-decoration: none !important;
	color: #ffffff !important;
	font-weight: bold;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s;
	font-size: 18px;
}

.box_btn2 a:hover{
	background-color: #ff0c00;
	text-decoration: none !important;
}


.s_02{
	clear: both;
}

.s_02 .accordion_one .accordion_header {
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}

.s_02 .accordion_one .accordion_inner {
    display: none;
}

.s_02 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 70%;
    right: 3%;
    width: 20px;
    height: 20px;
    /*border: 1px solid #fff;*/
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
   -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.s_02 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #4b4b4b;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.accordion_one{
	background-color: #FFFFFF;
}

.question{
	display: table;
    border: 2px solid #733329;
    font-size: 18px;
    overflow: hidden;
    width: 100%;
    margin: 20px 0;
    background-color: white;
    box-sizing: border-box;
}

.question p{
	display: table-cell;
	vertical-align: middle;
	
}

.QA1{
	background-color: #733329;
	padding: 10px;
	color: #FFFFFF;
	width: 4.5%;
	font-size: 24px !important;
	font-weight: bold;
}

.q_txt{
	padding: 10px 50px 10px 20px;
	font-weight: bold;
}

.answer{
	margin: 20px 0 0 0;
	display: table-cell;
	
}

.answer p{
	display: table-cell;
	vertical-align: top;
	
}

.QA2{
	font-size: 24px !important;
	font-weight: bold;
	color:#CF0003;
	padding: 0px 10px 10px;
	margin: 0 0 0 0;
	width: 5%;
	line-height: 24px;
}

.a_txt{
	padding: 0px 0px 20px 5px;
	font-size: 16px !important;
}

/*add*/
.naviDept{
	text-align:center;
	/*position:absolute;*/
	margin-top: 10px!important;
	width:100%;
	/*background:rgba(3,137,231,0.7)*/;
}

/*ChromeとOperaのみだけに適用されるCSSハック*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.naviDept{
	text-align:center;
	/*position:absolute;*/
	margin-top: 10px!important;
	width:100%;
	/*background:rgba(3,137,231,0.7)*/;
}
}

.naviDept li{
	text-align:center;
	display:inline-block;
	color:#FFF;
	font-size:1.1rem;
	cursor:pointer;
}

.naviDept li a{
	background:url(../images/im_bt_arrow.png) no-repeat #FF89A9 50% 92%;
	background-size:15px auto;
	color:#FFF;
	padding:15px 30px 25px;
	display:block;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin:0 2px;
}

.naviDept li a:hover{
	text-decoration:none!important
}

.naviDept li.select a{
	background:url(../images/im_bt_arrow_b.png) no-repeat #FFE5EA 50% 92%;
	background-size:15px auto;
	color:#EA498C;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.naviDept li a:hover{
	transition: 0.2s ;
	position:relative;
	background:url(../images/im_bt_arrow.png) no-repeat #FF499C 50% 92%;
	background-size:15px auto;
}

.naviDept li.select a:hover{
	transition: 0 ;
	cursor:default;
	position:relative;
	background:url(../images/im_bt_arrow_b.png) no-repeat #FFE5EA 50% 92%;
	background-size:15px auto;
}

.selectS{
	background:#EA498C!important;
}

.webketori{
	list-style: none;
	display: flex;
	margin: 0;
	flex-wrap: wrap;
	justify-content: center;
}

.webketori li{
	width: 26%;
    margin: 30px 10px 30px 10px;
    background-color: #ffffff;
    padding: 10px;
    border: solid 2px #000000;
}
.webketori li span{
	display: block;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	text-align: center;
	font-size: 18px;
	border-bottom: dotted 1px #cccccc; 
}
.sankou_txt{
	text-align: center;
	margin: 0 0 0 0;
	font-size: 12px;
}

/*tripa*/
#tripa_area{
	width: 100%;
	max-width:980px;
	min-width:760px;
	box-sizing: border-box;
    margin: 0 auto;
}

#tripa_api{
	overflow:hidden;
	display:block;
    padding-bottom: 3%;
}

.tripa_box {
    background: #fff;
}

#tripa_api h2 {
	width: 100%;
	max-width:950px;
	min-width:760px;
	box-sizing: border-box;
    height: 52px;
    font-size: 24px;
    line-height: 58px;
    color: #000;
    padding: 0 0 0 30px;
    text-align: center;
    background: url(/student/images/bg_ti_recomand2.gif) no-repeat;
    margin: 0 auto 30px;
}

#tripa_api ul{
	overflow:hidden;
	margin:0 0 20px 0;
}

#tripa_api li{
	float:left;
	text-align:center;
	width:31%;
	margin:0 0 15px 1.7%;
}

#tripa_api li img{
	display:block;
	margin:0 0 5px 0;
	width:100%;
	height:auto;
}

#tripa_api div{
	overflow: hidden;
    padding: 25px 50px;
    margin: 0 auto;
    border-bottom: 1px solid #e2e2e2;
    background: #FFF;
}

#tripa_api div p{
	float:left;
	margin:0 20px 0 0;
	width:75px;
	height:75px;
}

#tripa_api div p img{
	width:100%;
	height:auto;
}

#tripa_api div dl{
	overflow:hidden;
	display:block;
}

#tripa_api div:last-child{
	border-bottom:none
}


#tripa_api div dl dt{
	font-size:16px;
	margin:0 0 10px 0;
}

#tripa_api div dl dt a{
	color:#000;
}

#tripa_api div dl dd{
	font-size:14px;
	color:#999;
}

#tripa_api div dl dd > span{
	display:block;
	margin:5px 0 0 0;
}

#tripa_api div dl dd > span a{
	color:#CCC;
}

#tripa_api div dl dd > span span{
	color:#F69;
	display:inline;
}

.allLink li:hover,.allLink div:hover img{
	transition: 0.2s ;
	opacity: 0.7 ;
	cursor:pointer;
}
.allLink li:hover,.allLink div:hover dt{
	transition: 0.2s ;
	opacity: 0.7 ;
	cursor:pointer;
	text-decoration:underline;
}

#tripa_api p.btnWrap{
	text-align:center;
	float: none;
	width: auto;
	height: auto;
}
#tripa_api .btn {
    width: 620px;
    text-align: center;
    background: url(../images/arrow.png) no-repeat #514640 95% 50%;
    background-size: auto 13px;
    display: block;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    color: #FFF!important;
    font-size: 18px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    font-family: 'Noto Sans Japanese', sans-serif;
}

/*add 20220823*/
/*plan*/
.planstudent_nav{display:flex;}
.planstudent_nav p{
	width: 23%;
    margin: 0 1% 2%;
    box-sizing: border-box;
}
.planstudent_nav p a{
	padding: 10px 0;
    font-size: 16px;
    text-align: center;
    display: block;
	border: 2px solid #333;
    border-radius: 25px;
    background: #FFF;
	color: #333;
}
#planstudent_all_wrapper_wrapper dt h3{
	background: #fff500;
    text-align: center;
    margin-bottom: 2%;
    padding: 5px 0;
    font-size: 20px;
    font-weight: bold;
}
#planstudent_all_wrapper_wrapper dd ul{
	display:flex;
	margin-bottom: 2%;
}
#planstudent_all_wrapper_wrapper .planstudent_wrapper {
	width: 23%;
    margin: 0 1% 2%;
    padding: 12px;
    background: #FFF;
    box-sizing: border-box;
	font-size:14px;
}
#planstudent_all_wrapper_wrapper .planstudent_wrapper > img{
	width: 100%;
	height: auto;
}
#planstudent_all_wrapper_wrapper .planstudent_wrapper > h4{
	margin:10px 0;
	padding: 0;
	font-size:16px;
	font-weight:bold;
}
#planstudent_all_wrapper_wrapper p.planstudent_txt{height:180px;}
#event_link ul{	margin-bottom: 0!important;}
#event_link li{
	width: 23%;
    margin: 0 1% 1%;
}

/*Q&A*/
#qanda_box{margin-bottom: 20px;}
#qanda_box .inner {
    background: #FFF;
    padding: 20px;
    margin: 20px auto;
}
#qanda_box h2 {
    width: 100%;
    max-width: 950px;
    min-width: 760px;
    box-sizing: border-box;
    height: 52px;
    font-size: 28px;
    line-height: 58px;
    color: #000;
    padding: 0 0 0 30px;
    text-align: center;
    background: url(/student/images/bg_ti_recomand2.gif) no-repeat;
    margin: 0 auto 30px;
}
#qanda_box div > b{
    background: #589d51;
    font-size: 20px;
    margin-right: 1%;
    color: #FFF;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    float: left;
    padding-top: 3px;
}
#qanda_box div h3{
	font-size: 18px;
	margin-bottom: 1%;
	color: #589d51;
	line-height: 1.5;
	padding-top: 2px;
}
#qanda_box div p{
	font-size: 15px;
	margin-bottom: 3%;
	line-height: 1.6;
	padding-top: 3px;
}

.pr_banner {
    width: 100%;
    margin: 3% 0;
}
.pr_banner a img {
	width: 640px;
    display: block;
    margin: 0 auto 1%;
}
.pr_banner a img:hover{opacity:0.8;}

.pr_banner p {
	text-align: center;
    color: #222!important;
}

/*area_search*/
.area-wrap{
	background-color: #FFF;
	width:100%;
	padding:20px;
	box-sizing: border-box;
}
.area-box {
	padding:0px;
	width:100%;
}
.area-box .thumb{
	width:320px!important;
	height:auto;
	float:left;
	margin-right:20px;
}
.area-box .thumb img{
	width:100%!important;
	height:auto!important;
}
.area-r-contents {
	padding:0;
}
.area-box dl {
	overflow:hidden;
	display:block;
	margin: 0 0;
}
.area-box dt{
	display:block;
	padding:5px 10px;
}
.area-box dd {
	display:block;
	font-size:15px;
	line-height:1.35em;
	padding:0 10px;
	margin:15px 0;
}

/*ranking*/
.subti-rank {
	font-size:24px;
	line-height:1.0em;
	font-weight:bold;
	border-bottom:3px solid #ff8800;
	width:100%;
	height:45px;
	line-height:40px;
	font-weight:bold;
	text-indent:50px;
	position:relative;
	margin-bottom: 0;
}
.subti-rank:before {
	position:absolute;
	left:0px;
	top:0px;
	content:"";
	display:inline-block;
	width:40px;
	height:40px;
}
.subti-rank#rank01:before {
	background:url(../images/icon_rank01.svg) no-repeat;
	background-size:contain;
}

/**/
.area-sub-wrap { margin-bottom:10px;}
.area-sub-box {
	margin:17px -19px 0 0;
	display: flex;
}
.area-sub-box > li {
	width:304px;
	padding:10px 10px 10px;
	margin:0 19px 0 0;
	background-color:#FFF;
}
/**/
.area-sub-box li .thumb{
	width:40%!important;
	height:auto;
	float:left;
}
.area-sub-box li .thumb img{
	width:100%!important;
	height:auto!important;
}
.area-sub-box li dl {
	overflow:hidden;
	display:block;
	padding:0 0 0 10px;
}
.area-sub-box li dt{
	display:block;
	border-bottom:2px solid #ff8800;
}

/*rank2*/
.subti-rank2 {
	font-size:15px;
	line-height:1.1em;
	font-weight:bold;
	width:100%;
	height:33px;
	line-height:30px;
	font-weight:bold;
	text-indent:30px;
	position:relative;
	margin-bottom: 0;
}
.subti-rank2:before {
	position:absolute;
	left:0px;
	top:0px;
	content:"";
	display:inline-block;
	width:30px;
	height:30px;
}
.subti-rank2#rank02:before {
	background:url(../images/icon_rank02.svg) no-repeat;
	background-size:contain;
}
.subti-rank2#rank03:before {
	background:url(../images/icon_rank03.svg) no-repeat;
	background-size:contain;
}
.subti-rank2#rank04:before {
	background:url(../images/icon_rank04.svg) no-repeat;
	background-size:contain;
}
.subti-rank2#rank05:before {
	background:url(../images/icon_rank05.svg) no-repeat;
	background-size:contain;
}
.subti-rank2#rank06:before {
	background:url(../images/icon_rank06.svg) no-repeat;
	background-size:contain;
}
.subti-rank2#rank07:before {
	background:url(../images/icon_rank07.svg) no-repeat;
	background-size:contain;
}
.area-sub-box li dd {
	height: 80px;
	display:block;
	font-size:12px;
	line-height:1.35em;
	margin-top:5px;
}
.area-sub-box li a:hover{
	cursor: pointer;
	text-decoration:none!important;
}
.area-sub-box li a:hover img {
	opacity:0.7!important;
	filter: alpha(opacity=70)!important;
	-ms-filter: "alpha( opacity=70 )"!important;
}
.area-btn-wrap {
	display:flex;
	flex-wrap: wrap;
}
.area-btn-wrap .orangeBtn {
	width: 48%;
    margin: 0 1% 5px;
}

/*APIプラン*/
#student_api_plan__wrapper .slick-slide_wrap {
	width: 100%;
    margin: auto;
}
#student_api_plan__wrapper .sclooll__area{margin-bottom: 28px;}
#student_api_plan__wrapper .plan_box {
	width: 232.5px;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0 5px 1%;
    padding: 10px;
    background: #FFF;
    font-size: 14px;
}
#student_api_plan__wrapper .plan_box .plan_image {
	margin-bottom: 12px;
	position: relative;
}
#student_api_plan__wrapper .plan_box .plan_image img {
	width: 100%;
    height: 160px;
}
#student_api_plan__wrapper .plan_box .plan_image .plan-kind{
	position: absolute;
    top: 0;
    left: 0;
    background: #0071cb;
    padding: 3px 5px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    z-index: 1;
}
#student_api_plan__wrapper .plan_box .plan_text dt{margin-bottom: 5px;}
#student_api_plan__wrapper .plan_box .plan_text dt h4{font-size: 15px;}
#student_api_plan__wrapper .plan_box .plan_text dd li{
	margin-bottom: 10px;
    font-size: 12px;
}
#student_api_plan__wrapper .plan_box .plan_text dd li.h_txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#student_api_plan__wrapper .plan_box .plan_text dd li.h_ac {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#student_api_plan__wrapper .plan_box .plan_text dd li.pricebox{
	margin-bottom: 0;
	font-weight: bold;
    color: red;
    font-size: 17px;
	display: block;
    text-align: center;
}
#student_api_plan__wrapper .plan_box .plan_text dd li.pricebox small{
	font-weight: normal;
    color: black;
    font-size: 10px;
	display: block;
    text-align: center;
}
#student_api_plan__wrapper .plan_box .plan_text .pricebox dd:not(.price) {text-align: center;}
#student_api_plan__wrapper .ranking_hotel__all_wrapper{position:relative;}

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

/*スクロール*/
.scroll_left_btn,
.scroll_right_btn {
	width: 20px;
	height: 20px;
	border-radius:12px;
	background: #242424;
	position: absolute;
    top: 350px;
    display: block;
    z-index: 1;
}
.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;
}
.sclooll__area > ul{display:flex;}
#student_api_plan__wrapper .slick-prev,
#student_api_plan__wrapper .slick-next,
#serch .slick-prev,
#serch .slick-next {z-index: 1;}
#student_api_plan__wrapper .slick-prev:before,
#student_api_plan__wrapper .slick-next:before,
#serch .slick-prev:before,
#serch .slick-next:before {color: black;}

}