@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初期設定 */
#bg {

	font-size:12px;
	width:950px;
	overflow:hidden;
	font-family:"メイリオ";
}
#bg img {
	border:0;
	vertical-align:bottom;
}
#bg ul,#bg ol {
	list-style:none;
}
#bg a {
	overflow: hidden;
}
#bg strong {
	font-weight:bold;
}
.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;
}

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

h1{
	background:none;
	margin:8px 0 8px 0;
}

.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 p{
	position: absolute;
	top:15px;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	color:#FFF;
	font-weight:bold;
	width: 990px;
	line-height:40px;
	text-shadow:
	1px 1px 4px rgba(000,000,000,0.8),
	0px 1px 0px rgba(255,255,255,0.3);
}

#title p strong{
	background:#FFF;
	display:inline-block;
	padding:3px 5px 3px 5px;
	color:#036;
	font-size:28px;
	margin:0 20px 0 0;
	text-shadow:none;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 10px rgba(087,087,087,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 10px rgba(087,087,087,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 10px rgba(087,087,087,0);
			vertical-align:middle;
}

#title span{
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	display:block;
	padding:15px 0 0 0;
	letter-spacing:0.5em;
	text-align:center;
}


#title img{
	width:100%;
	height:auto;

}

#templeteWrap{
	width:100%;
}

.contInner02 .column2Area .section{
	width:950px!important;
	float:none!important;
	overflow:hidden;
}

#wrapInner{
	width:100%!important;
}

#inner950{
	width:950px;
	margin:0 auto;
	display:block;
}

.inner950{
	width:950px;
	margin:30px auto 0;
	display:block;
}



#Foot .footBtmInner{
	font-size:12px!important;
}

.itemList4 a{
	color:#383333!important;
}




/*common*/

#navMenuNew100{
	background:#FFF;

}

#navMenuNew100 ul{
	width:980px;
	text-align:center;
	margin:-5px auto 0;
	padding:15px 0 15px 0;
}

#navMenuNew100 ul li{
	display:inline-block;
	font-size:18px;

}
#navMenuNew100 ul li{
	border-right:2px solid #ebebeb
}

#navMenuNew100 ul li a{
	display:block;
	color:#000;
	background-size:12px auto;
	padding:10px 20px 20px 20px;
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	background:url(../images/im_arrow_green.png) no-repeat 50% 96%;
	background-size:14px 9px;

}

#navMenuNew100 ul li span{
	font-size:14px;
	display:block;
	font-weight:normal;
}

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


#navMenuNew100 ul li a:hover{
	text-decoration:none!important;
	transition: 0.2s ;
	opacity: 0.5 ;
	background:url(../images/im_arrow_green.png) no-repeat 50% 100%;
	background-size:14px 9px;
}

/*common---------------------------------------------------*/

.article .inner{
	width:950px;
	margin:0 auto;
	padding:30px 0 40px 0;
}

.blue{
	background:#d3fbf5;	
}

.white{
	background:#FFFFFF;	
}



h2 {
	font-size: 36px;
	margin:18px 0 40px 0;
	padding:0 0 30px 0;
	font-weight:normal;
	text-align:center;
	color:#02494c;
	background:url(../images/im_ti_line.png) no-repeat 0 100%;

}
/*
h2 span{
	font-size: 30px;
}
*/


/*titleBox---------------------------------------------------*/

#titleBox{
	position:relative;
}

#titleBox p{
	position:absolute;
	z-index:999999999999;
}

.seaImage{
	width:100%;
	background:url(../images/im_nami.png) repeat-x;
	height:16px;
}

.seaImage2{
	width:100%;
	background:url(../images/im_nami2.png) repeat-x;
	height:16px;
	bottom:-2px;
}

.titleImage{
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width:711px;

}

.airImage{
  top: 0;
  left: 70px;
  right: 0;
  bottom: 0;
  margin: auto;
  width:1065px;
  height:499px;
}

#titleBox #point{
	position:absolute;
	width:980px;
	display:block;
	margin:0 auto;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	z-index:999999999999;
}

#titleBox #point > ul{
	margin:0 0 0 0;
	padding:30px 0 0 0;
	position:relative;
	overflow:hidden;
	height:235px;
	display:block;


}

#titleBox #point li{
	width:115px;
	height:217px;
	bottom:0;
	margin: 0 -29.5px 0 0;
	padding:0;
	float:left;
}

#titleBox #point li:nth-child(2n){
	padding:80px 0 0 0;
	height:137px;

}

#titleBox #point li img:hover{
transition: 0.2s ;
opacity: 0.7;
margin-top:2px;

}



/*.p1{
	background:url(../images/im_point01.png) no-repeat;
	top:0;
	left:0;
}
.p2{
	background:url(../images/im_point02.png) no-repeat;
	top:100px;
	left:165px;
}

.p3{
	background:url(../images/im_point03.png) no-repeat;
	top:80px;
	left:360px;
}

.p4{
	background:url(../images/im_point04.png) no-repeat;
	top:100px;
	left:530px;
}

.p5{
	background:url(../images/im_point05.png) no-repeat;
	top:80px;
	right:190px;
}

.p6{
	background:url(../images/im_point06.png) no-repeat;
	top:0;
	right:20px;
}*/


.intorWrap .inner{
	background:url(../images/im_woman.jpg) no-repeat 100% 100%;
	font-size:16px;
	width:800px;
	margin:0 auto;
	line-height:38px;
}

/*otokuBox---------------------------------------------------*/

.pointListBox{
	overflow:hidden;
	margin:0 0 65px 0;
	padding:0;
}

.pointListBox dt{
	width:206px;
	height:137px;
	background:url(../images/bg_green_c.png) no-repeat;
	color:#FFF;
	font-size:22px;
	text-align:center;
	padding:55px 0 0 0;
	margin:0 35px 0 0;
	float:left;
}

.one{
	padding:45px 0 0 0!important;
	height:147px!important;
}

.white .pointListBox dt{
	background:url(../images/bg_green_b.png) no-repeat!important;
}

.pointListBox dd{
	overflow:hidden;
}

.pointListBox dd ul{
	overflow:hidden;
	margin:20px 0 0 0;
}

.pointListBox dd li{
	overflow:hidden;
	font-size:20px;
	margin:0 0 20px 0;
}


.pointListBox dd li span{
	background:#fff000;
	width:137px;
	height:38px;
	line-height:38px;
	text-align:center;
	display:block;
	float:left;
	margin:0 33px 0 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.pointListBox dd li p{
	margin:0;
	padding:15px 0 0 0;
	clear:both;
	font-size:16px;
	color:#FFF;
}

.pointListBox dd li strong{
	display:block;
	overflow:hidden;
	line-height:34px;
	font-weight:normal;
}


.blue li strong{
	color:#FFF;	
}

.white li strong{
	color:#000;
}


/*example*/

.checkBox{
	display:block;
	position:relative;
	padding:40px 0 15px 0;
	margin:0 0 50px 0
}

.checkBox h3{
	width:480px;
	height:50px;
	line-height:50px;
	background:#FFF;
	text-align:center;
	color:#000;
	font-size:22px;
	font-weight:normal;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	position:absolute;
	top:-30px;
	left:0;
	right:0;
	margin:auto;
}

.checkBox h3 img{
	width:40px;
	height:auto;
	margin:0 10px 0 0;
}


.white .checkBox{
	background:#FFF;
	width:500px;
	margin:0 auto 20px;
	padding:40px 30px 15px 30px;
}

.white .checkBox li{
	background:url(../images/im_chechk.png) no-repeat 0 2px;
	background-size:18px auto;
	font-size:16px;
	margin-bottom:15px;
	padding:0 0 0 25px;
}



/*otokuBox---------------------------------------------------*/

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

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*btnAll---------------------------------------------------*/

.exmTit{
	text-align:center;
	color:#FFF;
}

.set h3{
	background:#02a76a;
	width:465px!important;
	float:left;
	height:210px;
	padding:60px 0 0 0;
	line-height:auto;
	background:#02a76a;
	text-align:center;
	color:#FFF;
	font-size:22px;
	font-weight:normal;
	position:relative!important;
	margin:0!important;
	top:0!important;
	-webkit-border-radius: 0;
	border-radius:0;
	font-size:20px;
	position:relative;
}
.set h3:after{
	position:absolute;
	top:50%;
	right:-20px;
	content:""; /* 空の要素を作成 */
	width:0;
	height:0;
	margin-top:-14px; /* 位置を中心に調整 */
	border-width:10px;
	border-style:solid;
	border-color:transparent transparent transparent #02A76A;
	/*border-left-color:#FFF;  矢印の色 */
}

.set h3 strong{
	font-size:40px;
	color:#fff000;
	letter-spacing:-0.05em;
}

.set h3 strong strong{
	font-size:55px;
}

.set h3 span{
	font-size:14px;
	display:block;
}

.set{
	padding-top:0;
	overflow:hidden;
	padding:0!important

}

.set div{
	overflow:hidden;
	padding:20px 45px 0 50px;
	line-height:40px;
}
.set div dt{
	font-size:22px;
	display:inline-block;
	width:200px;
	padding:0 0 0 10px
}

.set div dd{
	font-size:26px;
	display:inline-block;
	font-weight:bold;
}

.allPrice{
	font-size:36px;
	color:#F00;
	font-weight:bold!important;
	text-align:left;
	border-top:2px solid #333;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	text-align:right;
}

.red{
	color:#F00
}

.exmTit{
	background:url(../images/ti_exm.png) no-repeat 0 50%;
	width:192px;
	height:24px;
	color:#FFF;
	text-align:center;
	font-size:22px;
	margin:-20px auto 20px;
}

#step{
	margin:0 0 40px 0;
	padding:0 0 0 5px;
	overflow:hidden;
}

#step li{
	width:187px;
	font-size:16px;
	line-height:28px;
	padding:15px;
	background:#FFF;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	float:left;
	margin:0 25px 0 0;
	position:relative;
}

#step li:after{
	content:"";
	background:url(../images/im_arrow_white2.png) no-repeat;
	width:15px;
	height:25px;
	background-size:100% auto;
	position:absolute;
	right:-21px;
	top:45%;
	display:block;
}

#step li strong{
	color:#02a76a;
	font-size:22px;
	display:block;
}

#step li:last-child{
	margin:0
}

/*couponWrap---------------------------------------------------*/

.couponWrap div div{	
	background:url(../images/im_jyosei.jpg) no-repeat 100% 100%;
	font-size:14px;
	line-height:28px;
	padding:0 0 0 10px;
	margin:0 0 50px 0
}
.couponWrap div div strong{
	font-weight:bold;
	font-size:16px;
}
/*serchWrap---------------------------------------------------*/
.serchWrap{
	display:block;

	
}

.serchWrap div div ul{
	overflow:hidden;
}

.serchWrap div div ul li{
	width:305px;
	height:69px;
	background:url(../images/im_arrow_white3.png) no-repeat #02a76a 50% 85%;
	background-size:15px auto;
	font-size:20px;
	text-align:center;
	line-height:58px;
	float:left;
	margin:0 0 0 17px;
	color:#FFF;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	cursor:pointer;
}

.serchWrap div div ul li:first-child{
	margin:0;
}


.serchWrap div div ul li.select{
	width:305px;
	height:69px;
	color:#000;
	background:url(../images/im_arrow_black.png) no-repeat #fff000 50% 85%;
	background-size:15px auto;
	background-size:15px auto;
	cursor:default
}

.serchBox{
	background:#FFF;
	padding:45px;
	margin:0 0 50px 0;
}

/*faqWrap---------------------------------------------------*/
.faqWrap dl{
	margin:0 0 25px 0;
	padding:0 0 25px 0;
	border-bottom:2px solid #f2f2f2;
}

.faqWrap dl dt{
	font-size:20px;
	background:url(../images/ic__.png) no-repeat 0 0;
	min-height:25px;
	padding:2px 0 0 35px;
	margin:0 0 25px 0;
}

.faqWrap dl dd{
	font-size:14px;
	background:url(../images/ic_a.png) no-repeat 0 0;
	min-height:25px;
	padding:0px 0 0 35px;
	margin:0 0 0 0;
	line-height:28px;
}

.faqWrap dl:last-child{
	margin-bottom:50px;
}

.predictWrap h4{
	font-size:22px;
	color:#d63274;
	font-weight:normal;
	text-align:center;
	display:block;
	margin:0 0 25px 0;
}

.predictWrap{
	background:#f2f2f2;
	font-size:14px;
	line-height:30px;
}

/*btnAll---------------------------------------------------*/

.btnAll{
	margin:0 125px 20px;
	display:block;
	padding:0;
	clear:both;
}

.btnAll a{
	display:block;
	width:100%;
	height:100%;
	padding:25px 0 20px 0;
	font-size:30px;
	text-decoration:none;
	color:#FFF;
	text-align:center;
	background:url(../images/im_arrow_white.png) no-repeat #f44336 97% 50%;
	background-size:20px auto;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border-bottom:6px solid rgba(0,0,0,0.2);
}
.btnAll a:hover{
	text-decoration:none!important;
	transition: 0.2s ;
	background:url(../images/im_arrow_white.png) no-repeat #ff5400 97% 50%;
	background-size:20px auto;
}


/*slider---------------------------------------------------*/

.slick-slide{
	opacity: 0.5 ;
}

.slick-active{
	opacity: 1 ;
}


.slide_selector{
	background:#000;
	z-index:1!important;
	position:relative;
}


/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	z-index:100;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
	z-index:2;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
			
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
z-index:1!important;
    display: block;
}px;
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
	z-index:100;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/**/

.bagWrap{
	line-height:38px;
	font-size:16px;
	overflow:hidden;
}

.bagWrap .bagImage{
	float:left;
	margin:0 30px 40px 0;
}

.bagWrap strong{
	display:block;
	font-size:18px;
	font-weight:bold;
}


.catche{
	font-size:16px;
	line-height:32px;
	margin:0 30px 30px;
	display:block;
}


.notesBox{
	margin:50px 30px 45px;
	font-size:16px;
	line-height:40px;
	border:8px solid #fff100;
	padding:20px 20px 10px 20px;
	position:relative;
	background: #FFF;

}



.notesBox h4{
	text-align:center;
	margin:0 0 10px 0;
	position:absolute;
	top:-40px;
	width:88%;
}



.passWrap{
	overflow:hidden;
}

.passWrap h3{
	text-align:center;
	font-weight:normal;
	font-size:20px;
	margin:0 0 20px 0;
	background:#FFFFFF;
	padding:10px;
	border-right:10px solid #00474B;
	border-left:10px solid #00474B;
}

.passWrap h3 img{
	width:30px;
	height:auto;
	margin:0 10px 0 0;
}

.box{
	margin-bottom:30px;
}

.box > p{
	font-size:16px;
	display:block;
	margin:0 15px 20px;
	line-height:32px;
}

.passWrap ul{
	padding:0 0 60px 0;
	margin:0 15px 30px;
	background:url(../images/im_arrow_under.png) no-repeat 50% 100%;
}

.passWrap ul li{
	font-size:16px;
	line-height:32px;
	margin-bottom:15px;
}

.passWrap ul li > p{
	padding:0 0 0 34px;
	font-size:14px;
}

.passWrap ul li span{
	display:inline-block;
	background:#FFF100;
	width:25px;
	height:25px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	text-align:center;
	line-height:25px;
	margin:0 10px 0 0;
}

.hoken{
}

.hoken span{
	display:block;
	background:url(../images/im_x.png) no-repeat 0 7px;
	padding:0 0 0 20px;
	background-size:15px auto;
	margin:0 0 10px 0;
}

.right{
	display:block;
	background:url(../images/im_right.png) no-repeat 20px 20px;
	padding:20px 20px 20px 100px;
	margin:0 20px 40px;
	border:8px solid #f9f9f9;
}

.center{
	text-align:center;
}


/**/

/* --------------------------------------------------- serch */
#sm{
	width:100%!important;
}





.serchBox select{
    color: #000000;
    height: 38px;
    font-size: 100%;
    padding: 0 0 0 10px;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
	margin:0 5px 3px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.serchBox select{
    color: #000000;
    height: 38px;
    font-size: 100%;
    padding: 0 60px 0 10px;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
	margin:0 0 3px 0;
	background:url(../images/select_arrow.jpg) no-repeat 100% 50%;
}
}

.serchBox dl{
	display:block;

	width:100%;
	margin:0 0 10px 0
}

.serchBox dt{
	background:#000;
	height:35px;
	line-height:35px;
	color:#FFF;
	display:block;
	width:100px;
	float:left;
	text-align:center;
	margin:0 10px 0 0;
	font-weight:bold;
	font-size:14px;
}

.serchBox dt.f12{
	background:#000;
	height:35px;
	line-height:35px;
	color:#FFF;
	display:block;
	width:85px;
	float:left;
	text-align:center;
	margin:0 10px 0 0;
	font-weight:bold;
	font-size:15px;
}

.serchBox dd{

	display:block;
	font-size:14px;
}


.cont{
	font-size:14px;
}

.largeLange{
	width:40%!important;
	float:left;
}

.middleLange{
	width:45%!important;
	float:left;
}

.serchBtn{
	clear:both;
	text-align:center;
	display:block;
	margin:0;
	padding:15px 0 15px 0;
}

.serchBox input{
	padding:10px;
}

.serchBox{
	margin-bottom:50px;
}

.dispBtn{
	position:relative;
	width:419px;
	margin:15px auto 0;
	clear:both;
}

.btnSubmit{
	width:419px;
	height:52px;
	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;
	border:0;
	cursor:pointer;
}

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

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


.kaigaiPlan{
	width:540px;
	padding:0 140px 0 140px;
}

.tokushuBox{
	margin:25px 50px 20px 50px;
	padding:25px 0 0 0;
	clear:both;
	border-top:3px dotted #ebebeb;
}

.tokushuBox:first-of-type{
	margin:0 50px 20px 50px;
	padding:0 0 0 0;
	border-top:none;
}

.tokushuBox p.photo{
	width:40%;
	float:left;
	margin:0 30px 0 0;
}

.tokushuBox p.photo img{
	width:100%;
}

.tokushuBox dl{
	display:block;
	overflow:hidden;
	font-size:16px;
}

.tokushuBox dl dt{
	margin-bottom:15px;
	font-size:18px;
}

.tokushuBox dl dd{
	line-height:34px;

	display:block;
}


.tokushuBox p.btnAll{
	width:95%;
	margin:25px 0 0 0;
}

.tokushuBox p.btnAll a{
	padding:11px;
	font-size:18px;
}

/*tripa*/
#tripabox{
	width:950px;
	display:block;
	margin:0 auto;
}

#tripabox .commonTit {
	margin: 0 0 2% 0;
    padding-top: 5%;
}

#tripabox .commonTit img{
	margin: 0 2% 0 0;
}

.commonTit {
    font-size: 36px;
    margin: 18px 0 40px 0;
    padding: 0 0 30px 0;
    font-weight: normal;
    text-align: center;
    color: #02494c;
    background: url(../images/im_ti_line.png) no-repeat 0 100%;
}

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

#tripabox div p {
    float: left;
    margin: 0 20px 0 0;
}

#tripabox div p a img{
    width:200px;
}

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

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

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

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

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

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

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

.btnWrap {
    text-align: center;
    font-size: 16px;
    font-family: 'Noto Sans Japanese', sans-serif;
    overflow: hidden;
}

.btnWrap a.btn {
    margin: 3% auto;
}

.btn {
    width: 620px;
    background: url(/shared2015/common/images/im_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;
    border-bottom: 2px solid rgba(0,0,0,0.2)!important;
}

.btn {
    display: block;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}