@charset "utf-8";

/****************************************
		0. 全体の設定
*****************************************/
/* IE7でpadding指定 */
*:first-child+html body {padding-left: 1px;}
/* IE6以下でpadding指定 */
*html body {padding-left: 1px;}
/*--clearfix--*/
.clearfix:after {	visibility: hidden;display: block;font-size: 0;clear: both;height: 0;}
.clearfix{/*zoom:100%;*/	overflow:hidden; /* for dreamweaver */}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear{display: block;clear:both;font-size: 0;margin:0px;	padding:0px;border:0px;height:0px;line-height:0px;visibility: hidden;content: " ";}
html,body {text-align:left;	color:#333333;}
h1,h2,h3,h4,h5{font-weight: normal;	margin:0;padding:0;}

html{font-size: 62.5%;}
body{font-size: 1.4em ;font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;}
a img {
	border-style:none;
}
table {
	border-collapse:collapse;border-spacing:0;
}




/*全体設定
*****************************/
body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
	width: 100%;
	overflow-x: hidden;
}
*{
	list-style: none;
	margin: 0;
	padding: 0;
}

#header >.inner {
    box-sizing: content-box!important;
}

@font-face{ 
	font-family: "myWebFont";
	src:	url("../font/font_1_honokamin.eot") format('eot'),; /* IE9以上用 */
	src:	url("../font/font_1_honokamin.eot?#iefix") format('embedded-opentype'), /* IE8以前用 */
			url("../font/font_1_honokamin.woff") format('woff'), /* モダンブラウザ用 */
			url("../font/font_1_honokamin.ttf") format('truetype'); /* iOS, Android用 */
	font-weight: normal;
	font-style: normal;
}
.webFont {
  font-family: "myWebFont";
}

#contents {
	width: 100%;
}
#contents img {
	vertical-align: bottom;
}

.sp #contents img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.sp #contents h3 {
    padding: 5% 2%;
    color: #001966;
    /* background: #AFDEFF; */
    font-weight: bold;
    font-size: 1.4em;
    /* border-top: solid 1px #4EAFF3; */
    /* border-bottom: solid 2px #4EAFF3; */
    text-align: center;
}
#contents .att {
	font-size: 0.8em;
}
.cpnTxt {
	color: #F03;
}

a,
a:visited {
	color: #0E4D8B;
	text-decoration: none;
}
a:hover {
	color: #1367BB;
}

/*--- commonBtn ---*/
.pc .commonBtn a {
	position: relative;
    display: block;
	font-size: 1.5em;
	font-weight: bold;
	width: 400px;
    padding: 0.5em 0;
	margin: 0 auto;
    border-radius: 3px;
    background: #FBF475;
    color: #001966;
	text-align: center;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}
.commonBtn a:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=30);  
}
.commonBtn a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	background-color: transparent;
	border: 6px solid transparent;
	border-left-color: #001966;
}

/*--- commonBtn ---*/
.sp #contents .commonBtn a {
    display: block;
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	width: 100%;
    padding: 1em 0;
	margin: 0 auto;
    border-radius: 3px;
    background: #FBF475;
    color: #001966;
	text-align: center;
}
.sp #contents .commonBtn a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	background-color: transparent;
	border: 6px solid transparent;
	border-left-color: #001966;
}


/*--- mouseOn fade ---*/
.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=30);  
}
/* fullSlideShow
--------------------------- */
.pc .fullSlideShow h1 {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: auto;
	z-index: 100;
}
.pc .fullSlideShow p {
	position: absolute;
	top: 18%;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: auto;
	z-index: 100;
}

/* fullSlideShow
--------------------------- */
.sp .fullSlideShow h1 {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
	width: 96%;
	height: auto;
	z-index: 100;
}
.sp .fullSlideShow h1 img {
max-width:100%;
}
/*----------------------------------------------------
	navi
----------------------------------------------------*/
.pc #pageNavi {
	background: #FFF;
	width: 100%;
}

.pc #pageNavi ul {
	display: table;
	margin: 0px auto;
	width: 960px;
}
.pc #pageNavi li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	table-layout: fixed;
}
.pc #pageNavi li:not(:first-child) {
	width:150px;
}
.pc #pageNavi a {
	font-size: 1.2em;
	font-weight: bold;
	color: #001966;
	padding: 17px 0 15px;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.pc #pageNavi a.txt_s {
	font-size: 1.1em;
}
.pc #pageNavi a.t_blank {
	color:#1D93DA;
}
.pc #pageNavi li:not(:first-child) a:hover {
	color: #FFF;
	background: #0061CC;
}
.pc #pageNavi a img {
	width: 65px;
}
.pc .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 9999;
	padding: 0;
}


/*----------------------------------------------------
	navi
----------------------------------------------------*/
.sp #pageNavi {
	background: #103281;
	width: 100%;
	display: table;
	margin: 0px auto;
}
.sp #pageNavi ul {
    display: table;
    margin: 0px auto;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
}
.sp #pageNavi li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	table-layout: fixed;
	width: 50%;
}
.sp #pageNavi li:not(:first-child) {
	border-left: solid 1px #FFF;
}
.sp #pageNavi a {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	padding: 17px 0 17px 10px;
	display: block;
	position: relative;
}
.sp #pageNavi a::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 8px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #FFF;
}
.sp .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 9999;
	padding: 0;
}

/*----------------------------------------------------
	movie
----------------------------------------------------*/
#movie {
	width: 100%;
	height: 35vh;
	min-height: 200px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background-color: #000;
	}
#movie .pattern {
	width: 100%;
	height: 100%;
	background: url(../images/filter_dot.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#movie iframe {
    width: 100vw;
    height: 56vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 1;
}
#movie .caption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
#movie:hover .caption {
	opacity: 1;
}
#movie .caption a {
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
    left:0;
}
#movie .caption span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 1.5em;
	color: #FFF;
	font-size: 1.8em;
	text-shadow: 2px 2px 2px black;
}

/*----------------------------------------------------
	flight
----------------------------------------------------*/
#section-flight {
	background: url(../images/flight_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 0 0 60px;
}
#section-flight h3 {
	font-size: 2.8em;
	font-weight: bold;
	color: #001966;
	text-align: center;
	padding: 60px 0 20px !important;
}
.schedule {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	background: #FFF;
	color: #00468C;
	font-size: 1.2em;
	font-weight: bold;
	width: 800px;
}
.schedule th,
.schedule td {
	margin:0;
	padding: 8px 0px;
}
.schedule th {
	color: #FFF;
	background: #004EA1;
	text-align: center;
}
.schedule th:not(:last-child) {
	border-right: 1px solid #FFF;
}
.schedule td {
	text-align: center;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.schedule td:first-child {
	border-left: 1px solid #CCC;
}
#section-flight p.flightAtt {
	margin: 10px auto;
	font-size: 0.8em;
	line-height: 1.4em;
}

/*----------------------------------------------------
	tourBox
----------------------------------------------------*/
.tourBox {
	padding: 15px;
	background: #FFFCE2;
	border: 1px solid #F2ECD8;
	position: relative;
	text-align: left;
}



.hotelWrap .tourBox {
	width: 920px;
	margin: 10px auto 0;
}
.tourBox div,
.tourBox dl {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.hotelWrap .tourBox div {
	width: 215px;
}
.hotelWrap .tourBox div img {
	width: 200px;
}
.hotelWrap .tourBox dl {
	font-size: 1.2em;
	width: 660px;
	padding-bottom: 2em;
}
.tourBox dt {
	font-size: 1.2em;
	color: #193074;
	font-weight: bold;
	padding: 0 0 5px;
	line-height: 1.4em;
}
.tourLink {
	font-size: 1.2em;
	text-align: right;
	padding: 5px 0 0;
}

.tourLink {
padding: 0.5em 0 4em;

}
.tourLink .price {
	position: absolute;
    color: #F03;
    font-weight: bold;
}
.hotelWrap .price {
    font-size: 1.3em;
	bottom: 15px;
	right: 230px;
}
.tourLink a {
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
    left:0;
}
.tourLink a:hover{
	background-color: rgba(255,255,255,0.2);
}
.tourLink .linkBtn {
	position: absolute;
    display: block;
    padding: 0.3em 2em;
    border-radius: 3px;
    background: #103281;
    color: #FFF;
}
.hotelWrap .linkBtn {
	bottom: 15px;
	right: 15px;
}

/*----------------------------------------------------
	tour
----------------------------------------------------*/
#PC_section-tour ul {
	margin: 0 auto;
	width: 990px;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display : flex;
	-webkit-box-pack: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: center;/*--- IE10 ---*/
	-webkit-justify-content: center;/*--- safari（PC）用 ---*/
	justify-content: center;
	-ms-flex-wrap: wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
}

@media screen and (min-width:768px) and ( max-width:1024px) { 
#PC_section-tour ul {
	margin: 0 auto;
	width: 960px;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display : flex;
	-webkit-box-pack: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: center;/*--- IE10 ---*/
	-webkit-justify-content: center;/*--- safari（PC）用 ---*/
	justify-content: center;
	-ms-flex-wrap: wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
}
}



#PC_section-tour .tourBox {
	display: block;
	padding: 10px;
	width: 31.3%;
	margin: 20px 10px 0px;
	box-sizing: border-box;
}
#PC_section-tour .tourBox img {
	width: 290px;
}

@media screen and (min-width:768px) and ( max-width:1024px) { 
.tourBox {
	width:28%!important;
	margin:1%important;

}

}
@media screen and (min-width:768px) and ( max-width:1024px) { 
#PC_section-tour .tourBox img {
	width: 100%;
}

}
#PC_section-tour .tourBox dl {
	padding: 0.5em 0 4em;
}
#PC_section-tour .price {
	font-size: 1.2em;
	bottom: 2.9em;
	right: 9px;
}
#PC_section-tour .linkBtn {
	bottom: 10px;
	right: 0;
	left: 0;
	margin: auto 10px;
	text-align:center;
}
#PC_section-tour .commonBtn a {
	margin: 30px auto 50px;
}
.sp #PC_section-tour{display:none;}
.pc #SC_section-tour{display:none;}

/*----------------------------------------------------
	SP tourBox
----------------------------------------------------*/
#SP_section-tour.tourBox {
	padding: 2%;
	background: #FFFCE2;
	border: 1px solid #F2ECD8;
	position: relative;
	text-align: left;
	margin: 2%;
}
#SP_section-tour .tourBox div,
#SP_section-tour .tourBox dl {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
#SP_section-tour .tourBox div {
	width: 40%;
	padding-bottom: 2%;
}
#SP_section-tour .tourBox dl {
	width: 57%;
	padding-bottom: 3%;
	min-height: 6.7em;
}
#SP_section-tour .tourBox dt {
	color: #193074;
	font-weight: bold;
	padding: 0 0 5px;
	line-height: 1.2em;
}
#SP_section-tour .tourBox dd {
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 0 0 1%;
}
#SP_section-tour .tourLink {
	text-align: center;
	padding: 3em 0 0;
	font-weight: bold;
	font-size:1.1em;
}
#SP_section-tour .tourLink .price {
	position: absolute;
    color: #F03;
	display: block;
	width: 90%;
	bottom: 2.6em;
	right: 0;
	left:0;
	margin: auto;
	font-size:16px;
}
#SP_section-tour .tourLink a {
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
    left:0;
}
#SP_section-tour .tourLink .linkBtn {
	position: absolute;
    display: block;
    padding:2px;
    border-radius: 3px;
    background: #103281;
    color: #FFF;
	bottom: 2%;
	right: 0;
	left:0;
	margin: auto;
	width: 96%;
}
#SP_section-tour .tourLink .linkBtn:before {
	content: '';
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	background-color: transparent;
	border: 6px solid transparent;
	border-left-color: #FFF;
}
#SP_section-tour li {
	margin-top:10%;
}
#SP_section-tour .commonBtn {
	margin: 2%;
}
.allTourBox{
	position:relative;
	width:100%;
	z-index:0;
}
 
#SP_section-tour.allTourBox.onhidden{
	height:450px;
	overflow-y:hidden;
}
 
#SP_section-tour .allTourBox .allTourCon{
	padding:10px;
}
 
#SP_section-tour .allTourBox .readmore{
	position:absolute;
	bottom:0;
	width:100%;
	padding:30px 0;
	text-align:center;
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0.5), white) repeat scroll 0 0;
	font-weight:bold;
	cursor:pointer;
	z-index:999;
}
 
#SP_section-tour .allTourBox .readmore span{
    border-radius: 10px;
    padding: 10px;
    background-color: #dd4b39;
    color: #FFF;
    display: block;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 2px #444;
}

#SP_section-tour .allTourBox .close {
	display: none;
}
#SP_section-tour .allTourBox .close span	{
    border-radius: 10px;
    padding: 10px;
    background-color: #dd4b39;
    color: #FFF;
    display: block;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 2px #444;

}
#SP_section-tour .allTourBox > p {
	position: relative;
	text-align: center;
}
#SP_section-tour .allTourBox > p span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
#SP_section-tour .allTourBox > p::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
/*----------------------------------------------------
	shopInfo
----------------------------------------------------*/
#shopInfo {
	background: #C7EAFD;
	padding: 20px 0 50px;
	width: 100%;
}
#shopInfo div {
	display: table;
	margin: 0px auto;
	width: 960px;
	background: #FFF;
	border-radius: 6px;
	border: solid 4px #4DAFE8;
}
#shopInfo dl,
#shopInfo p {
	display: table-cell;
	vertical-align: top;
	padding: 20px 0 20px 20px;
	text-align: left;
}
#shopInfo dl {
	width: 56%;
}
#shopInfo dt {
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
	position: relative;
	height: 2.2em;
	line-height: 2.4em;
	padding: 0 1em;
	background-color: #FF55A3;
	margin: 0 20px 0 0;
	text-align: center;
}
#shopInfo dt::before,
#shopInfo dt::after {
	content: '';
	position: absolute;
	top: 0;
	z-index: 2;
	border-width: 1.1em 15px;
	border-style: solid;
	border-color: transparent;
}
#shopInfo dt::before {
	left: 0;
	border-left-color: #fff;
}
#shopInfo dt::after {
	right: 0;
	border-right-color: #fff;
}
#shopInfo dd {
	padding: 5px 0 0 10px;
}
#shopInfo dd:nth-of-type(1) {
	font-size: 1.3em;
	font-weight: bold;
}
#shopInfo dd:nth-of-type(2) {
	font-size: 2em;
	font-weight: bold;
	color: #193072;
	line-height: 1em;
}
#shopInfo dd.telNumber{font-size: 26px;font-weight: bold;color:#CC0000;}
#shopInfo .commonBtn a {
	font-size: 1.2em;
	width: 200px;
    padding: 0.5em 0;
	margin:-45px 0 0 280px;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#contact {
  background: url(../images/head_bg02.png) repeat-x left top;
  background-size: contain;
	padding: 50px 0;
}
#pinterest {
	background: #333;
	padding: 50px 0;
}
#pinterest span {
	max-width: 900px !important;
}
#footerMenu {
	background: #134DAC;
	padding: 20px 0;
}
#footerMenu ul {
	display: table;
	margin: 0 auto;
	width: 1000px;
	table-layout:fixed;
}
#footerMenu li {
	display: table-cell;
}

/*    パンクズ
============================== */
.pc .pan-box {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 13px;
	background: #fff;
}
.pc .pan-box ul {
	width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #000;
}
.pc .pan-box li {
	float: left;
	margin-right: 3px;
}
.pc .pan-box li a {
	color: #000;
	text-decoration: underline !important;
}
.pc .pan-box li a:hover {
	color: #666;
	text-decoration: none !important;
}
.pc .col_base {
	color: #000;
}

.sp .pan-box {
	width: 96%;
	margin: 5px auto;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.3em;
}
.sp .pan-box ul {
	width: 100%;
	color: #333;
}
.sp .pan-box li {
	float: left;
	margin-right: 2px;
}
.sp .pan-box li a {
	color: #333;
	text-decoration: underline !important;
}
.sp .col_base {
	color: #000;
}

.pan-sns{
	width: 30%;
	height: 35px;
	float: right;
	list-style:none;
	vertical-align: middle;
	line-height: 50px;
	margin: 0;
}
.pan-facebook{
	float: right;
	width: 102px;
	height: 20px;
	margin: 0 0;
}
.pan-twitter{
	float: right;
	width: 80px;
	height: 20px;
	margin: 0 5px 0 10px;
}



/* Page Loader
*****************************/
#loader{
    width: 80px;
    height: 80px;
    display: none;
    position: fixed;
    _position: absolute;     /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -40px;       /* heightの半分のマイナス値 */
    margin-left: -40px;      /* widthの半分のマイナス値 */
    z-index: 10;             /* #fadeより多い値を入れて下さい */
}
#fade{
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;              /* #loaderより少ない値を入れて下さい */
}

/* スクロールトップ
*****************************************/

#page-top {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 77%;
	z-index:10000000;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 2.5em;
	text-align: center;
	display: block;
	border-radius: 4px;
	background-color: #2A2A2A;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

.sp #page-top a {
	padding: 0.6em;
}
/*----------------------------------------------------
	footerNavi
----------------------------------------------------*/
.pc #footer-navi {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #134DAC;
	z-index:10000000;
	border-top: solid #FFF 2px;
}
.pc #footer-navi ul {
	display: table;
	margin: 0px auto;
	width: 1000px;
}
.pc #footer-navi li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	table-layout: fixed;
	width: 33%;
}
.pc #footer-navi a {
	font-weight: bold;
	color: #FFF;
	padding: 7px 0 5px;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.pc #footer-navi a:hover {
	color: #134DAC;
	background: #FFF;
}


/*----------------------------------------------------
	footer
----------------------------------------------------*/
.sp nav {
	padding: 10px 0;
}
.sp nav ul > li {
	margin: 0;
}
.sp nav ul > li a {
	font-size: 14px;
	line-height: 1;
	padding: 5px;
}
.sp #footerMenu_sp_sp {
	border-bottom: 2px solid #103281;
	padding:2px;
}
.sp #footerMenu_sp li {
    background: #0067D2;
    padding: 0;
    position: relative;
    text-align: left;
}
.sp #footerMenu_sp li:not(:last-child) {
	border-bottom: solid 1px #FFF;
}
.sp #footerMenu_sp li a {
	display: block;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5% 3% 5%;
}
.sp #footerMenu_sp li a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	background-color: transparent;
	border: 6px solid transparent;
	border-left-color: #FCFF56;
}
.sp #copyRightArea {
	margin-top: 5%;
}


.sp #footerMenu_sp ul {
	display: table;
	margin: 0 auto;
	width: auto;
	table-layout:fixed;
}

#PC_section-tour .condition {
    font-size: 12px;
    bottom: 3.7em;
    right: 9px;
}

.tourLink .condition {
    position: absolute;
    color: #141414;
}

#SP_section-tour .tourLink .condition {
    position: absolute;
    font-weight: 200;
    display: block;
    width: 90%;
    bottom: 3.1em;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 5px;
}


/****************************************
		contact
*****************************************/
#pc_dome_tel {
	background-color: #fff;
	padding-top: 10px;
}

ul,li{ padding:0; margin:0; list-style-type:none;}
#contact-box{
	background:#FFF;
	border: 4px solid #CCBC7A;
	max-width: 960px;
    margin: 20px auto;
    padding: 16px;
	border-radius:6px;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:block;
}
.contact-name{ color:#806702; font-size:23px; text-align:center; border-bottom:1px solid #CCBC7A;font-weight: bold;padding-bottom: 10px;margin-bottom:20px;}
.contact-area{float: left; font-size:15px;line-height: 1.2;margin: 10px 0 15px;}
.titletxt{font-size: 28px;color: #000; font-weight: bold;}
.titlesubtxt{font-size: 16px;color: #000; font-weight: bold; margin-left:15px;}
.ic-tel{float:left; background:#CE0000; border-radius: 5px; margin:0 10px 0 0; padding:0; display:block;}
.ic-tel img{ vertical-align:bottom; width:50px; height:50px;}
.mb5{ margin-bottom:5px;}
.mb25{ margin-bottom:25px;}
.contact-tel{ width:310px; float:right; font-size:13px;line-height: 1.2; margin: 3px 0 15px; text-align:left; overflow: hidden;}
.titletel{font-size: 30px;color: #CE0000;font-weight: bold;line-height: 120%; word-break: break-word; white-space:nowrap;}
.titleeigyo{ font-size: 12px; line-height:normal; text-align:left; padding-left: 60px;}
.search-btn{ border: 4px solid #E4D29A; background:#BB993A; padding:8px 10px; width:70%; margin: 0 auto;text-align: center;}
.cl{clear:both;}
.is-box-sizing{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

footer .reserveArea {
	margin: 0;
}
footer .reserveArea .timeArea {
	font-size: 11px;
}

/*----------------------------------------------------
	商品番号
----------------------------------------------------*/
.twrap .tourcode {
	clear: both;
	text-align: right;
	font-size: 12px;
	padding-top: 10px;
}
.sp .twrap .tourcode{
	font-size: 10px;
}
.twrap .atn {
	clear: both;
	text-align: right;
	font-size: 12px;
	padding-top: 10px;
}
.sp .twrap .atn{
	clear: both;
	text-align: left;
	font-size: 10px;
	padding-top: 10px;
}

/*----------------------------------------------------
	中四国用　出発地アイコン追加
----------------------------------------------------*/
#contents #sec02 .sWrap .sInner .twrap .twrapL {
	position: relative;
}
#contents #sec02 .sWrap .sInner .twrap .dpt-icon {
	position: absolute;
	top:2px;
	z-index: 100;
}
#contents #sec02 .sWrap .sInner .twrap .dpt-icon span {
	font-size: 12px;
	color: #fff;
	padding: 2px 5px;
}
#contents #sec02 .sWrap .sInner .twrap .dpt-icon span.hij {background: #FF3366;}
#contents #sec02 .sWrap .sInner .twrap .dpt-icon span.okj {background: #FF3399;}
#contents #sec02 .sWrap .sInner .twrap .dpt-icon span.iwk {background: #FF6633;}
#contents #sec02 .sWrap .sInner .twrap .dpt-icon span.myj {background: #6600FF;}
#contents #sec02 .sWrap .sInner .twrap .dpt-icon span.tak {background: #663399;}
#contents #sec02 .sWrap .sInner .twrap .dpt-icon span.iri {background: #46A74E;}

@media screen and (max-width: 767px) {
	#contents #sec02 .sWrap .sInner .twrap .dpt-icon {
		position: absolute;
		top:4px;
		z-index: 100;
	}
	#contents #sec02 .sWrap .sInner .twrap .dpt-icon span {
		font-size: 9px;
		color: #fff;
		padding: 0 1px;
	}
}