@charset "utf-8";

/* -----------------------------------------------------------------------------
** basic
----------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Roboto Slab', "游ゴシック", YuGothic, "KozGoPro-Regular", "小塚ゴシック Pro R", Meiryo, "メイリオ", "ＭＳ ゴシック", sans-serif;
	*font-family: sans-serif;
	line-height: 1.6;
	font-size: 14px;
	letter-spacing:0.1em;
}
body#index {
/*
	background:#fff url(/img/back-index.jpg) top center no-repeat;
*/
}
body#index #header {
	background-size:100% !important;
}

[lang^="ru"] body, [lang="el"] body, [lang="th"] body {
	font: 12px/1.7 "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
strong {
	font-weight: normal;
}
a , a img {
	color: #000;
	text-decoration:underline;
	outline: none;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
a:hover {
	text-decoration:none;
}
a:hover img.ov {
	opacity:0.8;
}
input[type="text"], input[type="password"], textarea, select {
	outline: none;
}

div,p,ol,ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd,form,th,td,caption {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ul li,
ol li {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
sub, sup {
	vertical-align: baseline;
}
sup {
	position: relative;
	top :-4px
}
sub {
	position :relative;
	top: 4px
}
address {
	font-style: normal;
}
a:focus {	/* Firefoxでの画像置換の点線かき消し */
	/*
	overflow: hidden;
	*/
}
textarea,input {
	font-size: 100%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.index_top {
	padding:25px 0;
}
.br-pc-none {display: none;}
.pa-le-pc{padding-left:40px;}
/* -----------------------------------------------------------------------------
** Loading
----------------------------------------------------------------------------- */
#loading{
	display:none;
	width: 500px;
	margin: 0 auto;
}
#loading_part{
	display: none;
	text-align: center;
	margin: 10px;
	font-weight: bold;
}
#loading_simple{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	z-index:100;
	background:rgba(255,255,255,0.7);
}
#loading_simple img{
	height:200px;
	width: 200px;
}
#loading_simple .loading_box {
	position:absolute;
	left:50%;
	top:50%;
	width: 300px;
	margin:-200px 0px 0px -150px;
	padding-bottom: 10px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/* -----------------------------------------------------------------------------
 parts
----------------------------------------------------------------------------- */
.txtb {
	font-weight: bold;
}
.txts {
	font-size: 60%;
}
.txtm {
	font-size: 80%;
}
.txtc {
	text-align: center;
}
.txtr {
	text-align: right;
}
.txtl {
	text-align: left;
}
.caution {
	color: #f03;
}
.caution i {
	color: #f03 !important;
}
.caution a {
	color: #f03 !important;
}
.caution a:hover {
	color: #fff !important;
	background:#f03;
}
.caution_box {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	display: block;
	background-color: rgb(255, 230, 230);
	padding: 10px;
}
.text_caution {
	color: #f03;
}
.caution_passport {
	background-color: #fffcd8;
	font-size: 16px;
	padding: 25px 25px 25px;
}
.caution_passport_list-items {
	list-style-type: decimal;
	list-style-position: inside;
}
ul.caution {
	margin: 10px 0 0;
}
ul.caution li {
/*
	margin-left: 1em;
*/
}

a img:hover {
	opacity: 0.6;
}

.inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.displayn {
	display: none;
}

/* -----------------------------------------------------------------------------
 wrap
----------------------------------------------------------------------------- */
.wrap {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
.international_wrap {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}
.new-price-wrap {
	background:rgba(0,0,0,0.5);
	box-sizing:border-box;
	margin-bottom:30px;
}
.area-price-wrap {
	width:100%;
	background:rgba(255,255,255,1);
	box-sizing:border-box;
	margin-bottom:30px;
}
.area-map .wrap {
	background:rgba(0,0,0,0.7);
	border:solid #fff 1px;
	border-radius:10px;
}

/* -----------------------------------------------------------------------------
 header
----------------------------------------------------------------------------- */
#header {
	min-width:1080px;
	width:100%;
	margin:0 auto;
	color: #fff;
	background:#01a7eb /*ANAカラーの90%*/;
	border-bottom:1px solid rgba(255,255,255,0.4);
	box-sizing:border-box;
	height:90px;
}
#header a:link,
#header a:visited {
	color: #fff;
}

#header .secondary_nav {
	float: right;
	width: 340px;
	height: 23px;
	font-size: 90%;
}
#header .secondary_nav ul li {
	float: right;
}
#header .secondary_nav ul li.help {
	padding: 0 0 0 20px;
}
#header .secondary_nav ul li.mypage_h {
}
#header .secondary_nav ul li.help a,
#header .secondary_nav ul li.mypage_h a {
	text-decoration: none;
}

#header .region {
	float: right;
	width: 50px;
	height: 23px;
	box-sizing: border-box;
}
#header .region li {
	background: url(/img/icon_arrow02.gif) left center no-repeat;
	padding: 0 0 0 13px;
	line-height: 1.0;
}
#header .region ul.flag {
	float: right;
}
#header .region ul.flag img {
	vertical-align: baseline;
}
.langs a {
	text-decoration: none;
}
.langs a span {
	vertical-align: top;
}
#header .region ul.language {
	float: right;
	margin: 0 0 0 15px;
}

#header h1 {
	font-weight: normal;
	font-size: 12px;
	position:absolute;
	right:0;
	text-align:right;
}
#header .logo {
	position:absolute;
	top:0;
	left:20px;
}
#header .logo img {
	vertical-align: top;
	margin-top:5px;
	height:80px;
}
#header ul.main_nav {
	position: absolute;
	top: 0;
	left: 300px;
}
#header ul.main_nav {
	display: table;
}
#header ul.main_nav .main_nav_item.is-active {
	background: #000;
	border-left: none;
}
#header ul.main_nav li {
	float: left;
	border-left: 1px solid #54b8ff;
}
#header ul.main_nav li.end {
	border-right: 1px solid #54b8ff;
}
#header ul.main_nav li a {
	display: block;
	height: 41px;
	line-height: 41px;
	padding: 0 10px 0 28px;
	background:url(/img/icon_arrow_nav.png) 10px center no-repeat;
	text-decoration: none;
	font-size: 90%;
}
#header ul.main_nav li a:hover {
	text-decoration: underline;
}

/*ヘッダーのメニュ*/
#header .loginstatus {
	position: absolute;
	top: 45px;
	right: 0;
	text-align: center;
	line-height: 1;
}
#header .loginstatus ul {
	display:inline-block;
	position:relative;
}
#header .loginstatus ul li {
	display:inline-block;
	border-left:1px solid rgba(255,255,255,0.4);
	position:relative;
}
#header .loginstatus ul li:first-child {
	position:relative;
	left:0 !important;
}
#header .loginstatus ul li:last-child {
	border-right:1px solid rgba(255,255,255,0.4);
}
#header .loginstatus ul li a {
	padding: 15px 20px ;
	display: block;
	margin-top:0;
	border:1px solid #333 inset;
}
#header .loginstatus ul li a:hover{
	background:#0a308f;
	color:#fff !important;
	position:relative;
}
#header .loginstatus ul li.login {
}
#header .loginstatus ul li.login a {
	color: #fff;
	text-decoration: none;
}
#header .loginstatus ul li.logout {
	background: #01a7eb;
}
#header .loginstatus ul li.logout a {
	color: #fff;
	text-decoration: none;
}

/* index header */
.planesearch-btn {
    width: 110px;
    height: 42px;
    margin-right: 10px;
    padding: 0 5px 0;
    background: #fff;
    border: solid 1px #fff;
    border-radius: 6px;
}
.planesearch-btn:hover {
opacity: 0.8;
}
.planesearch-btn a {
text-align: center;
text-decoration: none;
height: inherit;
display: flex;
align-items: center;
}
.planesearch-btn p {
color: #01a7eb;
font-weight: bold;
letter-spacing: 0;
margin-left: 5px;
margin-bottom: 0;
}
.planesearch-btn svg {
color:#01a7eb;
fill: currentColor;
}

.rentalcar-btn {
width: 110px;
height: 42px;
margin-right: 10px;
padding: 0 5px 0;
background: #fff;
border: solid 1px #fff;
border-radius: 6px;
}
.rentalcar-btn:hover {
opacity: 0.8;
}
.rentalcar-btn a {
text-align: center;
text-decoration: none;
height: inherit;
display: flex;
align-items: center;
}
.rentalcar-btn p {
color: #01a7eb;
font-weight: bold;
letter-spacing: 0;
margin-left: 5px;
margin-bottom: 0;
}
.rentalcar-btn svg {
color:#01a7eb;
fill: currentColor;
}


/* -----------------------------------------------------------------------------
 #top
----------------------------------------------------------------------------- */
#top-index {
	background:rgba(0,160,232,0.3);
	width:100%;
	padding:0;
	border-bottom:#000001 solid 1px;
	box-shadow:0 3px 3px rgba(0,0,0,0.3);
	height:100px;
	z-index:1;
}
#top {
	width:100%;
	padding:0;
	height:110px;
	z-index:1;
}

<<<<<<< .mine
/* -----------------------------------------------------------------------------
 #mainimg
----------------------------------------------------------------------------- */
#mainimg {
/*
	background:rgba(10,48,143,0.5);
*/
	background:rgba(255,255,255,1.0);
	width:1080px;
/*
	border-radius:0 0 30px 30px;
	border-left:1px solid rgba(0,0,0,1.0);
	border-right:1px solid rgba(0,0,0,1.0);
	border-bottom:1px solid rgba(0,0,0,1.0);
	box-shadow:0 5px 1px #ddd;
*/
}
=======
>>>>>>> .r93585

/* -----------------------------------------------------------------------------
 .search
----------------------------------------------------------------------------- */
.search .searchtit {
	color: #fff;
	height: 34px;
	padding: 5px 0 0 40px;
	line-height: 34px;
	background: #31aaff url(/img/icon_search.gif) 12px center no-repeat;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: .px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: .px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: .px;
}
.search .searchtit h2 {
	font-size: 140%;
}
.searchbox {
	background: #FFF;
	border: 1px solid #31aaff;
}
.searchbox table.input {
	width: 100%;
	margin: 5px 0 0;
}
.searchbox table.input tr td {
	padding: 0;
  position: relative;
	vertical-align: top;
}
.searchbox table.input tr td img {
	margin: 0 5px 0;
	vertical-align: top;
}
.searchbox table.input tr td span.txt {
	position: absolute;
}

.searchbox table tr td input {
	border: 1px solid #DDD;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.searchbox table tr td.btn {
	height: 42px;
}
.searchbox table tr td.btn input {
	border: none;
	padding: 0;
	height: 39px;
	margin: 0;
}
table tr td select option.ex {
	color: #ccc;
}
.searchtop-yoko {
	vertical-align:top;
	margin:0;
}
.searchtop-yoko > h2 img {
	width:100%;
	vertical-align:bottom;
}
.searchtop-copy {
	width:1040px;
}


/* プルダウン設定 */
table tr td.year .easy-select-box .esb-displayer,
table tr td.num .easy-select-box .esb-displayer {
	width: 75px;
	background: url(/img/bg_sb01.png) no-repeat 0 0;
}
table tr td.month .easy-select-box .esb-displayer,
table tr td.day .easy-select-box .esb-displayer {
	width: 60px;
	background: url(/img/bg_sb02.png) no-repeat 0 0;
}
table tr td.type .easy-select-box .esb-displayer,
div.refine .easy-select-box .esb-displayer {
	width: 172px;
	background: url(/img/bg_sb03.png) no-repeat 0 0;
}

.container-search_right {
	float: right;
	width: 800px;
	box-sizing: border-box;
	box-sizing:border-box;
	border-left:1px solid #000;
	padding-left:30px;
}
.container-search_left {
	float: left;
	width: 250px;
	box-sizing: border-box;
}

/* -----------------------------------------------------------------------------
 topicpath
----------------------------------------------------------------------------- */
.topicpath {
	list-style: none;
	overflow: hidden;
	padding:15px 0 0;
	line-height: 30px;
	font-size:12px;
}
.topicpath ul li{
	float:left;
	max-width:300px;
}
.topicpath ul li.current{
	display: block;
	background: #01a7eb;
	padding:0 10px 0 5px;
	height: 30px;
	margin-right: 31px;
	position: relative;
	text-decoration: none;
	color: #fff;
}
.topicpath ul li.current:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: -25px;
	border: 15px solid transparent;
	border-color: #01a7eb;
	border-left-color: transparent;
}
.topicpath ul li.current:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -30px;
	border: 15px solid transparent;
	border-left-color: #01a7eb;
}
.topicpath-search ul li:not(:first-child) {
	display: block;
	background: #666;
	height: 30px;
	position: relative;
	text-decoration: none;
	color: #fff;
	margin-right:32px;
	padding:0 10px 0 5px;
}
.topicpath-search ul li:not(:first-child):before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: -25px;
	border: 15px solid transparent;
	border-color: #666;
	border-left-color: transparent;
}
.topicpath-search ul li:not(:first-child):after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -30px;
	border: 15px solid transparent;
	border-left-color: #666;
}
.topicpath ul li.nolink{
	display: block;
	background: #666;
	padding:0 10px 0 5px;
	height: 30px;
	margin-right: 31px;
	position: relative;
	text-decoration: none;
	color: #fff;
}
.topicpath ul li.nolink:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: -25px;
	border: 15px solid transparent;
	border-color: #666;
	border-left-color: transparent;
}
.topicpath ul li.nolink:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -30px;
	border: 15px solid transparent;
	border-left-color: #666;
}

.topicpath ul li a{
	display: block;
	background: #666;
	height: 30px;
	position: relative;
	text-decoration: none;
	color: #fff;
	margin-right:32px;
	cursor:pointer;
}
.topicpath ul li a:last-of-type {
	padding:0 10px 0 5px;
}
.topicpath ul li a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: -25px;
	border: 15px solid transparent;
	border-color: #666;
	border-left-color: transparent;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.topicpath ul li a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -30px;
	border: 15px solid transparent;
	border-left-color: #666;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.topicpath ul li:first-child a{
	padding-left: 15px;
	border-radius:15px 0 0 15px;
}
.topicpath ul li:first-child a:before{
	display:none;
}

.topicpath ul li a:hover {
	background: #01a7eb;
	color: #fff;
	text-decoration: none;
}
.topicpath ul a:hover:before {
	border-color: #01a7eb;
	border-left-color: transparent;
}
.topicpath ul li a:hover:after {
	border-left-color: #01a7eb;
}

/* -----------------------------------------------------------------------------
 footer
----------------------------------------------------------------------------- */
#footer {
	min-width:1080px;
	width:100%;
}
#footer .footer_head {
	background:#1ab0ed;
	color:#fff;
	padding:15px 0px;
}
#footer .footer_head h3 {
	color: #FFF;
	padding: 0 20px;
}
#footer .footer_nav {
	background:#01a7eb;
	font-size: 90%;
}
#footer .footer_nav .wrap {
	padding: 10px 0 0;
}
#footer .footer_nav a {
	color: #FFF;
	width:250px;
	display:inline-block;
	padding:5px 20px;
	margin:0 2px 2px 0;
	box-sizing:border-box;
	border-radius:10px;
}
#footer .footer_nav a:link,
#footer .footer_nav a:visited {
		text-decoration: none;
}
#footer .footer_nav a:hover {
	background:#4ec2f1;
}

#footer .footer_nav div.ticket,
#footer .footer_nav div.hotel,
#footer .footer_nav div.about {
	float: left;
	padding: 0;
}
#footer .footer_nav div.ticket {
	display:none;
	margin: 0 0 0 90px;
	/*width: 196px;*/
	width: 316px;
}
#footer .footer_nav div.hotel {
	margin: 0 0 0 40px;
	width: 196px;
}
#footer .footer_nav div.about {
	margin: 0;
/*width: 336px;*/
/*	width: 456px;*/
}
#footer .footer_nav div.about ul {
	width: 250px;
	float: left;
	line-height:1.8;
}
#footer .footer_nav div.about ul.sub02 {
	margin: 0;
	line-height:1.8;
	position:relative;
	left:2px;
}


#footer div#social {
	position: absolute;
	right: 100px;
	top: 10px;
}
#footer div#social ul li {
	float: left;
	margin: 0 0 0 10px;
}

#footer .logo {
	padding: 10px 0 0;
	float: left;
	width: 300px;
}
#footer .logo img {
	width:300px;
}
#footer .logo .copyright {
	color: #000;
	font-size: 75%;
	padding:0 0 3px 3px;
	margin:-3px 0 0 0;
}
#footer .geo {
	padding: 8px 0;
	float: left;
	width: 115px;
}
#footer > .wrap {
	height:100px;
	position:relative;
}
#footer > .wrap > iframe {
	position:absolute;
	top:10px;
	right:0;
	width: 160px;
}
.app-area {
  padding: 10px;
}


/* -----------------------------------------------------------------------------
 pagetop
----------------------------------------------------------------------------- */
#pagetop {
	position: fixed;
	right:30px;
	bottom: 0;
	z-index: 9999;
}
#pagetop a {
}
#pagetop a img {
	height:80px;
}

#pagetop-sp a img {
	height:40px;
}

/* -----------------------------------------------------------------------------
 form
----------------------------------------------------------------------------- */
.easy-select-box .esb-displayer {
	width: 60px;
	background: url(/img/entry/img/bg_sb02.gif) no-repeat 0 0;
}
.userinput .easy-select-box .esb-displayer {
	width: 200px;
	background: url(/img/entry/img/bg_sb04.png) no-repeat 0 0;
}
table tr td.birth .easy-select-box:nth-of-type(1) .esb-displayer {
	width: 75px;
	background: url(/img/entry/img/bg_sb01.gif) no-repeat 0 0;
}
table tr td.country .easy-select-box .esb-displayer {
	width: 234px;
	background: url(/img/bg_sb03.gif) no-repeat 0 0;
}
.st-table.st-table-search {
	border-collapse: separate;
}
.search .st-table.st-table-search .fare_list_head th {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#eee;
}
.search .st-table.st-table-search .fare_list_head th:first-child {
}
.search .st-table.st-table-search tr td {
	border-left: none;
	border-top: none;
	position:relative;
}
.search .st-table.st-table-search tr td:first-child {
}
/*
.search table tr td img {
	vertical-align: middle;
}
*/
.search .airline_logo {
	height: 30px;
	width:100px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
table td.birth .easy-select-box {
	padding: 0px 20px 0px 5px;
}
table tr td.birth .easy-select-box:nth-of-type(1) {
	padding: 0px 12px 0px 5px;
}
table tr td.year span,
table tr td.month span,
table tr td.day span {
	position: absolute;
	top: 12px;
}

table tr td.size01 input[type="text"] {
	width: 198px;
}
table tr td.size02 input[type="text"] {
	width: 148px;
}
table tr td.size03 input[type="text"] {
	width: 68px;
}
table tr td.size04 input[type="text"] {
	width: 38px;
}
table tr td.size05 input[type="text"] {
	width: 300px;
}

.userinput table {
	width: 100%;
	margin: 10px 0;
}
.userinput table tr th {
	white-space:nowrap;
	padding: 5px 10px;
}
.userinput table tr td {
	white-space:nowrap;
	padding: 10px;
}
.userinput table tr th,
.userinput table tr td {
	border: 1px solid #ccc;
	border-collapse:collapse;
	position:relative;
	box-sizing:border-box;
}

.userinput table tr.dashed th,
.userinput table tr.dashed td {
	border-bottom: 1px dashed #ccc;
	padding: 5px 10px;
}

.userinput .input_login {
	width: 400px;
	margin: 0px auto;
	box-sizing: border-box;
	border:1px solid #ccc;
}

.userinput .input_login table tr td {
	padding: 5px 5px 0 5px;
	border: none;
}
.userinput .input_login .form {
	padding: 10px;
	box-sizing: border-box;
}
.userinput .input_login input {
	width: 297px;
}
.userinput table tr th {
	background: #f0f0f0;
	width:220px;
}
.userinput table tr th.name {
	text-align: center;
	border-left: 1px solid #FFF;
}
.userinput table tr th.mdl {
	border-right: none;
}

.userinput table tr td {
	vertical-align: middle;
}

.userinput table tr td.name_tit {
	max-width: 70px;
	text-align: center;
	word-break: break-all;
	background:#eee;
}
.userinput table tr td.mdl {
	background-color: #f2faff;
}
.userinput table tr.line td {
	border-bottom: 1px dotted #ddd;
}

.userinput table tr td.mdl_line {
	border-bottom: 1px dotted #ddd;
}
.userinput table tr td.mdl_txt {
	font-size: 85%;
	padding: 8px 10px 5px;
}
.userinput table tr td p {
	margin: 0 0 5px;
/* 	font-size: 100%; */
}

.userinput table tr td.mailagree div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.userinput table tr td.mailagree div.check {
	width: 20px;
	vertical-align: top;
}
.userinput table tr td.mailagree div.check input {
	padding: 0;
	border: none;
}
.userinput table tr td.mailagree div.txt {
	width: 665px;
}

.application_list table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	margin: 10px 0 0;
}
.application_list table tr th,
.application_list table tr td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}
.application_list table tr th {
	background: #eee;
/* 	width: 157px; */
}
.application_list table tr th.name {
	text-align: center;
	border-left: 1px solid #FFF;
}
.application_list table tr th.mdl {
	border-right: none;
}

.application_list table tr td {
	vertical-align: middle;
}

.application_list table tr td.name_tit {
	max-width: 70px;
	text-align: right;
	word-break: break-all;
}
.application_list table tr td.mdl {
	background-color: #f2faff;
}
.application_list table tr.line td {
	border-bottom: 1px dotted #ddd;
}

.application_list table tr td.mdl_line {
	border-bottom: 1px dotted #ddd;
}
.application_list table tr td.mdl_txt {
	font-size: 85%;
	padding: 8px 10px 5px;
}
.application_list table tr td p {
	margin: 0 0 5px;
	font-size: 100%;
}

.application_detail_btn {
	text-align: center;
}
.application_detail_btn td {
}

/* -----------------------------------------------------------------------------
 btn
----------------------------------------------------------------------------- */
input[type="submit"], input[type="reset"], input[type="button"], button{
  cursor: pointer;
	white-space: nowrap;
}

.btn_long {
	width:400px;
	box-sizing:border-box;
}

.btn_pstv {
	position:relative;
	letter-spacing:0.2em;
	min-height: 50px;
	color: #FFF;
	padding: 10px 20px;
	margin: 0 0 4px;
	border: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	font-size: 125%;
	text-decoration: none;
	border-radius:10px;
	box-sizing:border-box;
	background:#f90 !important;
	border:1px solid #f90 !important;
	box-shadow:0 5px 0 #f60;
	text-shadow:0 2px 0px #f60 !important;
/*
	background: #0a1;
	border:1px solid #093 !important;
	box-shadow:0 5px 0 #093;
	text-shadow:0 2px 0px #093;
*/
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.btn_pstv:hover {
	box-shadow:0 1px 0 #f60;
	top:3px;
}
.btn_pstv i {
	color:#fff !important;
}
.btn_pstv:disabled {
	opacity:0.5;
	box-shadow:none;
}
.btn_pstv:disabled:hover {
	top:0;
}

.btn_ngtv {
	position:relative;
	letter-spacing:0.2em;
	background: #ddd;
	color: #000;
	padding: 10px 20px;
	margin: 0 0 4px;
	display: inline-block;
	text-align: center;
	font-size: 125%;
	text-decoration: none;
	border: none;
	border-radius:10px;
	box-shadow:0 5px 0 #ccc;
	box-sizing:border-box;
	border:1px solid #ccc;
	top:0px;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.btn_ngtv:hover {
	background: #ddd;
	box-shadow:0 1px 0 #ccc;
	border:1px solid #ccc;
	top:3px;
}

.btngmo_pstv {
	position:relative;
	letter-spacing:0.2em;
	min-height: 50px;
	color: #FFF;
	padding: 10px 20px;
	margin: 0 0 4px;
	border: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	font-size: 125%;
	text-decoration: none;
	border-radius:10px;
	box-sizing:border-box;
	background: #93ca30 !important;
	border: 1px solid #93ca30 !important;
	box-shadow: 0 5px 0 #628e13 !important;
	text-shadow: 0 2px 0px #628e13 !important;
/*
	background: #0a1;
	border:1px solid #093 !important;
	box-shadow:0 5px 0 #093;
	text-shadow:0 2px 0px #093;
*/
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.btngmo_pstv:hover {
	box-shadow:0 1px 0 #93ca30;
	top:3px;
}
.btngmo_pstv i {
	color:#fff !important;
}
.btngmo_pstv:disabled {
	opacity:0.5;
	box-shadow:none;
}
.btngmo_pstv:disabled:hover {
	top:0;
}



.btn_ntrl {
	position:relative;
	letter-spacing:0.2em;
	height: auto;
	background: #f63;
	color: #FFF;
	/* font-weight: bold; */
	padding: 10px 20px;
	margin: 0 0 4px;
	border: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	font-size: 125%;
	text-decoration: none;
	border-radius:10px;
	box-shadow:0 5px 0 #f30;
	box-sizing:border-box;
	border:1px solid #f30;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.btn_ntrl:hover {
	box-shadow:0 1px 0 #f30;
	top:3px;
}
.btn_ntrl i {
	color:#fff !important;
}


.btn_linkinpage {
	position:relative;
	letter-spacing:0.1em;
	min-height: 50px;
	background: #01a7eb;
	color: #FFF;
	/* font-weight: bold; */
	padding: 10px;
	margin: 0 0 4px;
	border: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	border-radius:10px;
	box-shadow:0 5px 0 #4dc1f1;
	box-sizing:border-box;
	border:1px solid #4dc1f1 !important;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	font-weight:bold;
	text-shadow:0 2px 0px #4dc1f1;
}
.btn_linkinpage:hover {
	box-shadow:0 1px 0 #4dc1f1;
	top:3px;
}
.btn_linkinpage i {
	color:#fff !important;
}


.btn.is-search {
	float: right;
	margin-top: -2px;
	padding: 10px 20px;
	font-size: 125%;
	letter-spacing:0.2em;
	width:200px;
}
.search-add_body .btn.is-search {
	width:340px !important;
	padding:15px 20px;
	top:8px;
}

.btn.is-search-searchresult {
	float: right;
	padding: 10px 20px;
	font-size: 155%;
	letter-spacing:0.2em;
	width:360px;
	height:80px;
}

.btn.is-index-top {
	position:relative;
	width:100%;
	margin:-5px 0 0 5px;
	letter-spacing:0.2em;
	font-size: 145%;
	text-decoration: none;
	padding:10px 20px 10px 15px;
	background:#f90 !important;
	border:1px solid #f90 !important;
	box-shadow:0 5px 0 #f60;
	text-shadow:0 2px 0px #f60;
	width:200px;
}
.btn.is-area-top {
	position:relative;
	width:385px;
	margin:20px 0 0;
	letter-spacing:0.2em;
	font-size: 145%;
	text-decoration: none;
	padding:10px 20px 10px 15px;
	background:#f90 !important;
	border:1px solid #f90 !important;
	box-shadow:0 5px 0 #f60;
	text-shadow:0 2px 0px #f60;
}
.btn.is-airport-top {
	position:relative;
	width:410px;
	margin:20px 0 0;
	letter-spacing:0.2em;
	font-size: 145%;
	text-decoration: none;
	padding:10px 20px 10px 15px;
	background:#f90 !important;
	border:1px solid #f90 !important;
	box-shadow:0 5px 0 #f60;
	text-shadow:0 2px 0px #f60;
}
.btn.is-index-top:hover , .btn.is-area-top:hover , .btn.is-airport-top:hover {
	box-shadow:0 1px 0 #f60;
	top:3px;
}
.btn.is-index {
	width:100%;
	margin:12px 0;
}
.btn.is-index:hover {
}
.btn.is-blogindex {
	width:100%;
	margin:16px 0 -4px;
}
.confirm_domestic input {
	width:100%;
}
/* -----------------------------------------------------------------------------
	drop-slide
----------------------------------------------------------------------------- */
.drop-slide-wrapper {
	background: #54B8FF;
	width: 187px;
	padding: 5px;
}
.drop-slide-wrapper a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 2px 5px;
}
.drop-slide-wrapper a:hover {
	background: #FFF;
	color: #54B8FF;
}
.drop-slide-wrapper a img {
	margin: 0 5px 0 0;
}
.currency {
	width: 200px;
	font-size: 90%;
}

/* -----------------------------------------------------------------------------
	alert
----------------------------------------------------------------------------- */
.alert {
	border: 3px solid #01a7eb;
	padding: 10px 15px;
	margin: 20px 0 0;
	font-weight: bold;
	color: #01a7eb;
	box-sizing: border-box;
}

/* -----------------------------------------------------------------------------
	error
----------------------------------------------------------------------------- */
#error_message.error {
	font-weight:bold;
	color:#0a308f;
	font-size:1rem;
	background:#eee;
	padding:10px 20px;
	border-radius:10px;
}
.error {
	margin: 20px 0;
}
.error dl dt{
	color:#0a308f;
	font-size:1.2rem;
	font-weight:bold;
}
.error dl dd{
	margin:5px 0 15px;
	color:#000;
}

.error2{
	color:#0a308f;/*#f03;*/
	margin:20px 0;
}
.error2 dl dt{
	color:#0a308f;
	font-size:1.6rem;
	font-weight:bold;
}
.error2 dl dd{
	font-size:1.2rem;
	margin:5px 0 15px;
	color:#000;
}

.login-error {
	font-weight: bold;
	color: #f03;
	margin: 0 0 5px 0;
	padding: 15px;
	background: #ffe8e8;
}

/* -----------------------------------------------------------------------------
	calendar
----------------------------------------------------------------------------- */

button.ui-datepicker-trigger {
	border: none;
	background: none;
}

.datePickerBtn,
.st-form input[type="text"].datePickerBtn {
	background: transparent;
	background-image: url(/img/icon_cal_bl.png);
	background-repeat: no-repeat;
	background-size:cover;
	width: 35px;
	height: 35px;
	border: none;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	position:relative;
	left:5px;
	top:-5px;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.datePickerBtn:hover {
}
.datePickerBtn-white {
 background-image: url(/img/icon_cal_wh.png) !important;
}
.datePickerBtn.dp_is-white {
 background-image: url(/img/icon_cal_wh.png);
	float:right;
	width:30px;
	height:30px;
}
.datePickerBtn.dp_is-colored,
.st-form input[type="text"].datePickerBtn.dp_is-colored {
 background-image: url(/img/icon_cal_bl.png);
	width:30px;
	height:30px;
}
/*search_resultの左サイドのカレンダーボタン*/
.container-search_left .datePickerBtn.dp_is-colored {
	position:absolute;
	width:20px;
	height:20px;
	left:220px;
}


/* -----------------------------------------------------------------------------
	domestic
----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------
	international
----------------------------------------------------------------------------- */

#header .logo {
	text-decoration: none;
}
#header .logo span {
	position: absolute;
	top: 11px;
	left: 172px;
}

/* -----------------------------------------------------------------------------
	tooltip
----------------------------------------------------------------------------- */
.tooltip {
	position: relative;
	cursor: help;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-decoration: none;
	outline: none;
}
.tooltip span {
	visibility: hidden;
	position: absolute;
	bottom: 18px;
	left: 50%;
	z-index: 999;
	width: 120px;
	margin-left: -69px;
	padding: 10px;
	border: 1px solid #ccc;
	opacity: .9;
	background-color: #fff;
	background: rgba(255,255,255,.9);
	 -moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	text-align: center;
}
.tooltip:hover span {
	visibility: visible;
}

.tooltip span:before,
.tooltip span:after {
	content: "";
	position: absolute;
	z-index: 1000;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	border-top: 8px solid #eee;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 0;
}

.tooltip span:before {
	border-top-color: #ddd;
	bottom: -10px;
}


/* -----------------------------------------------------------------------------
	badge
----------------------------------------------------------------------------- */
.st-badge {
  display: inline-block;
  padding: 5px;
  background: #01a7eb;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  background-origin: border-box;
  border-radius: 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
a.st-badge:hover {
  color: #ffffff;
}
.st-badge-notification {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 20px;
  border-radius: 500px;
  font-size: 14px;
  line-height: 20px;
}
.st-badge-success {
  background-color: #82bb42;
  background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
  background-image: linear-gradient(to bottom, #9fd256, #6fac34);
}
.st-badge-warning {
  background-color: #f9a124;
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
}
.st-badge-danger {
  background: #f03 !important;
}
.st-float-left {
  float: left;
}
.st-float-right {
  float: right;
}
[class*='st-float-'] {
  max-width: 100%;
}
[class*='st-align-'] {
  display: block;
  margin-bottom: 15px;
}
/* -----------------------------------------------------------------------------
	payment
----------------------------------------------------------------------------- */
table.payment {
	border-collapse:collapse;
}
table.payment th , .payment td {
	padding:10px 20px;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.payment-box {
}
.payment-box-sp {
	display: none;
}
.credit-carrier {
	width:20% !important;
	padding:10px 20px 5px !important;
}
.credit-carrier label input {
	position:relative;
	bottom:15px;
}
.credit-carrier-name {
	display:inline-block;
	line-height:1.2;
}
.credit-carrier-name > span {
	display:block;
	font-size:10px;
}
/* -----------------------------------------------------------------------------
	yakkan
----------------------------------------------------------------------------- */
.yakkan {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
.yakkan td {
	padding:10px 20px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
}


/* -----------------------------------------------------------------------------
	language
----------------------------------------------------------------------------- */

.dark-tooltip{ display:none; position:absolute; z-index:99; text-decoration:none; font-weight:normal; height:auto; top:0; left:0;}
.dark-tooltip .tip{ transform: scale(1.01); -webkit-transform: scale(1.01); transform: scale(1.01); content: ""; position: absolute; width:0; height:0; border-style: solid; line-height: 0px; }
.dark-tooltip.north .tip{ left:50%; top:0; }
.dark-tooltip.medium{ padding:10px 10px 3px 10px; font-size:14px; max-width:200px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.dark-tooltip.north.medium .tip{ border-width: 0 6px 8px 6px; margin-left:-6px; margin-top:-8px;}
.dark-tooltip.light{ background-color:#fff;   border: 1px solid #53B8FF; box-shadow: 0 0 2px #52B8FF;}
.dark-tooltip.light.north .tip{ border-color: transparent transparent #53B8FF transparent; _border-color: #000000 #000000 #ebedf3 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
/* Animations */
.animated{
	-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;
	-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-ms-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;
}
@-webkit-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}}
@-moz-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}}
@-o-keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}

.fadeIn{-webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn;}


/* -----------------------------------------------------------------------------
	news
----------------------------------------------------------------------------- */

.news-body {
	line-height: 22px;
	font-size: 14px;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}

.reserve-box {
	width: 800px;
	margin: 20px auto;
}


/* -----------------------------------------------------------------------------
	user_edit
----------------------------------------------------------------------------- */

#password_change_detail caption {
	caption-side:bottom;
	text-align:left;
}


/* -----------------------------------------------------------------------------
	special-news
----------------------------------------------------------------------------- */
.special-news {
	margin:10px 0;
	font-weight:bold;
}
.special-news i {
	color:#F60 !important;
}
.special-news h3 {
	color:#ff0000;
	font-weight: bold;
	margin-bottom: 10px;
}

/* -----------------------------------------------------------------------------
 画像認証周り
----------------------------------------------------------------------------- */

#recaptcha_response_input {
	width:150px;
	height:40px;
	margin-right:10px;
}

/* -----------------------------------------------------------------------------
	深夜便
----------------------------------------------------------------------------- */
.midnight {
	color:#FF0;
	background:#0a308f;
	font-size:10px !important;
	line-height:15px !important;
	padding:0 4px;
	border-radius:0 0 5px 0;
	position:absolute;
	top:0;
	left:0;
}
.midnight i {
	color:#FF0 !important;
}

/* -----------------------------------------------------------------------------
	写真付きレビュー周り
----------------------------------------------------------------------------- */
.ptreview_wrap .wrap article {
	padding:15px;
	border:1px solid #ccc;
	box-sizing:border-box;
	margin-bottom:20px;
}
.ptreview-photo {
	margin-bottom:10px;
	width:1050px;
}
.ptreview-photo li {
	display:inline-block;
	width:165px;
	margin:0 5px;
}
.ptreview-photo li a {
	position:relative;
	display:block;
}
.ptreview-photo li a:after {
	content:url(/img/lightbox/ptzoom.png);
	position:absolute;
	top:3px;
	left:3px;
}
.ptreview-photo li a img {
	width:100%;
}
.ptreview-avator > img {
	width:50px;
	margin:0 10px;
	float:left;
}
.ptreview-title {
	font-weight:bold;
	font-size:16px;
	margin:0 5px;
}
.ptreview-profile {
	color:#666;
	font-size:12px;
	margin:5px;
	border-bottom:2px solid #ccc;
	padding:0 0 5px;
}
.ptreview-text {
	color:#666;
	font-size:12px;
	margin:0 5px;
	line-height:1.8;
	max-height:108px;
}
a.more {
	cursor:pointer;
	font-size:10px;
	text-align:center;
	width:100%;
	font-weight:bold;
	position:relative;
	top:10px;
}
a.more:hover {
	text-decoration:underline;
}
a.more i {
	color:#000 !important;
}

/*--// 5%還元キャンペーン --*/
.Campaign5reduction{
  position: fixed;
  right: 0;
  z-index: 100;
  background-color:rgba(51,51,51,0.6);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.Campaign5reduction > img{
  display: block;
  float: left;
  width: 85px;
}
.Campaign5reduction > span{
  display: block;
  padding: 5px 1px 0 0;
  font-size: 10px;
  line-height: 1;
  color: #fff;
}


/*------------------------------------------------------*/
#header h1 {
  font-weight: normal;
  font-size: 12px;
  position:absolute;
  left: 0;
  top: -15px;
  text-align:center;
}
#header .global-login-btn {
  position:absolute;
  top: 5px;
  right:0;
  text-decoration: none;
  background-color: #f89115;
  border: 1px solid #ed6f2d;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px 18px;
  font-size: 14px;
  font-weight: 600;
}
#header .global-login-btn:hover {
  background-color: #ed6f2d;
  color: #fff;
}


/*ヘッダーのメニュ*/
#header .loginstatus {
  position: absolute;
  top: 45px;
  right: 0;
  text-align: center;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
  justify-content: right;
}
#header .loginstatus * {
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#header .loginstatus .global-header-menu {
  position:relative;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
  justify-content: right;
}
#header .loginstatus .global-header-menu li {
  position: relative;
  border-left:1px solid rgba(255,255,255,0.4);
}
.global-header-menu li:last-child {
  border-right:1px solid rgba(255,255,255,0.4);
}
.global-header-menu li > a {
  padding: 15px 20px;
  display: block;
}
.global-header-menu li > a:hover {
  background:#0a308f;
  color:#fff;
 }

.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header .loginstatus .global-header-menu li > ul.menu__second-level {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  list-style-type: none;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#header .loginstatus .global-header-menu li:hover > ul.menu__second-level {
  top: 45px;
  left: 0;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  padding: 0;
  width: 100%;
}
#header .loginstatus .global-header-menu li > .menu__second-level li {
  position: relative;
  left: 0;
  width: 100%;
  margin-left: 0;
}
#header .loginstatus .global-header-menu li > .menu__second-level li > a{
  display: block;
  padding: 8px 5px 8px 10px;
  width: 100%;
  text-align: left;
  border-top: 1px solid #fff;
  background-color: rgba(0,0,0,.8);
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header .loginstatus .global-header-menu li > .menu__second-level li > a:hover {
  background-color: rgba(255,255,255,.9);
  color: #000 !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#header .loginstatus .global-header-menu li > .menu__second-level li:first-of-type > a {
  border-top: none;
}
#header .loginstatus .global-header-menu li > .menu__second-level li > a > img{
  width: 30%;
  height: 30%;
}
#header .loginstatus .global-header-menu li > .menu__second-level li > a > span{
  display: block;
  width: 65%;
  padding-left: 5%;
}

section.goto-travel {
  width: 95%;
  margin: 0px auto 0px auto;
}
section.goto-travel img {
  width: 100%;
}
section.goto-travel p.caution {
  color: #000000;
}
