@charset "utf-8";


/* ---------------------------------------------
　base modules
------------------------------------------------ */

.body {
	clear:both;
}

.wrap{
	clear:both;
}

/* ---------------------------------------------
　header
------------------------------------------------ */

.header{
	width: 100%;
	background: url(../images/bg_nav.jpg) repeat-x 0 bottom;
	margin: 10px 0 0 0;
}
.header .headerArea{
	width: 960px;
	margin: 0 auto;
}
.header .headerArea .logo{
	width: 265px;
	margin: 15px 0 0 0;
	float: left;
}
.header .headerArea .utility{
	width: 640px;
	float: right;
}
.header .headerArea .utility ul.headNav {
    float: left;
}
.header .headerArea .utility ul.headNav li{
	text-align: right;
	padding: 0 0 0 25px;
	margin: 0 0 0 13px;
	display: inline-block;
}
.header .headerArea .utility ul.headNav li.company{ background: url(../images/icon_company.png) no-repeat left 50%; }
.header .headerArea .utility ul.headNav li.contact{ background: url(../images/icon_contact.png) no-repeat left 50%; }
.header .headerArea .utility ul.headNav li.faq{ background: url(../images/icon_faq.png) no-repeat left 50%; }
.header .headerArea .utility ul.headNav li.sitemap{ background: url(../images/icon_sitemap.png) no-repeat left 50%; }

.header .headerArea .utility ul.language {
    background: url(../images/icon_language.png) no-repeat left 50%;
    float: right;
    padding: 0 0 0 25px;
}
.header .headerArea .utility ul.language li {
    float: left;
    color: #bd2726;
}
.header .headerArea .utility ul.language li span {
    color: #000;
}
.header .headerArea .use{
	margin: 20px 0 0 0;
	float: right;
}
.header .headerArea .use p.tel{
	width: 190px;
	margin: 0 0 0 240px;
	float: left;
}
.header .headerArea ul.font{
	width: 180px;
	float: right;
}
.header .headerArea ul.font li{
	text-align: right;
	margin: 0 0 0 7px;
	display: inline-block;
	font-weight: bold;
	line-height: 30px;
}
	
#google_translate_element {
	float: right;
	margin-top: 22px;
}

.header .headerArea .sns {
	float: right;
	margin-top: 10px;
}

.header .headerArea .sns ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

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

.header nav{
	width: 960px;
	margin: 15px auto 0 auto;
}

.header nav ul li{
	border-right: #fff solid 2px;
    border-left: #fff solid 2px;
    /* border-bottom: #eee solid 3px; */
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 156px;
    /* height: 40px; */
    text-align: center;
    /* font-weight: bold; */
    font-size: 114%;
}

.header nav ul li a:link{
	text-decoration: none;
}

.header nav ul li.stay{
	border-bottom: #bd2726 solid 3px;
}


/* ---------------------------------------------
　container
------------------------------------------------ */

.container{
	width: 960px;
	margin: 30px auto 50px auto;
}


.container .maincontent{
	width: 700px;
	float: left;
}
.container .maincontent h2{
	font-size: 180%;
	font-weight: bold;
	margin: 0 0 30px 0;
}


/* btn
------------------------------------------------ */
.btn-faq {
    position: relative;
    display: inline-block;
    font-size: 16px;
    /* font-weight: bold; */
    padding: 12px 109px;
    text-decoration: none;
    color: #FFF!important;
    background: #B52320;
    transition: .4s;
  }

.btn-faq:hover {
    background: #DA9190;
}

.btn-form {
     display: block;
    width: 294px;
    height: 56px;
    line-height: 54px;
    color: #000;
    text-decoration: none;
    text-align: center;
    background-color: #F6F9F2;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 auto;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
}
..btn-form:hover{
     background-color: #F6F9F2; /*ボタン色*/
}


/* sidebar
------------------------------------------------ */

.sidebar{
	width: 240px;
	float: right;
	text-align: left;
}
.sidebar .linkArea{
	background: url(../images/bg_rightnav.jpg) repeat;
	padding: 0 0 10px 0;
}
.sidebar .linkArea h3{
	font-size: 130%;
	color: #fff;
	background: #bd2726;
	padding: 5px 0;
	text-align: center;
}
.sidebar .linkArea ul {
	margin: 5px;
	padding: 5px;
	background: #fff;
}
.sidebar .linkArea ul li{
	border-bottom: #dedede dotted 1px;
}
.sidebar .linkArea ul li a{
	display: block;
	background-image: url(../images/icon_arrow001.png);
	background-position: 5px 1.2em;
	background-repeat: no-repeat;
	padding: 10px 0 10px 20px;
}
.sidebar .linkArea ul li:last-child{
	border-bottom: none;
}

.sidebar .linkArea ul ul {
	margin: 0;
	padding: 0;
	border-top: #dedede dotted 1px;
}

.sidebar .linkArea ul ul li a {
	font-size: 13px;
	background-size: 5px;
	padding-left: 30px;
	background-position: 20px;
	position: relative;
	background-image: none;
}

.sidebar .linkArea ul li ul li a::before {
	content: "-";
	position: absolute;
	font-weight: bold;
	font-size: 17px;
	line-height: 0;
	top: 20px;
	left: 18px;
	bottom: 0;
	margin: auto;
}

/* ---------------------------------------------
　banner Area
------------------------------------------------ */
/*--- バナーエリア 3カラム---*/

.bannerBox{
	width: 960px;
	margin: 60px auto 40px auto;
}

.bannerBox .leftBox{
	width: 470px;
	float: left;
}

.bannerBox .rightBox{
	width: 470px;
	float: right;
}

.bannerBox .rightBox {
    float: right;
    width: 310px;
}

/*--- バナーエリア 2カラム---*/

.bannerBox-2column{
	width: 960px;
	margin: 0px auto 40px auto;
}

.bannerBox-2column .leftBox-2column {
	width: 470px;
	float: left;
}

.bannerBox-2column .rightBox-2column {
	width: 470px;
	float: right;
}

.banner-setogei {
	margin-bottom: 20px;
}

/* ---------------------------------------------
　footer
------------------------------------------------ */

.footerNav{
	border-top: #bd2726 solid 1px;
}
.footerNav .footerNavArea{
	width: 960px;
	margin: 0 auto;
}
.footerNav .footerNavArea ul{
	width: 900px;
	float: left;
	padding: 17px 0;
	display: flex;
}
.footerNav .footerNavArea ul li{
	background: url(../images/icon_arrow001.png) no-repeat left 50%;
	padding: 0 10px 0 10px;
	margin: 0 12px 0 0;
	font-size: 85%;
}
.footerNav .footerNavArea ul li .icon {
	margin: 2px 0 0 3px;
}
.footerNav .footerNavArea p.pagetop{
	width: 51px;
	float: right;
}
.footer{
	border-top: #bd2726 solid 1px;
	background: #f0f0f0;
	padding: 35px 0 10px;
}
.footer .footerArea{
	width: 960px;
	margin: 0 auto;
}

.footer .footerArea .logo{
	margin: 0 0 30px 0;
}

.footer .footerArea .logo a:nth-child(2){
	margin: 0 0 0 20px;
}

.footer .footerArea .office{
	margin: 0 0 0 -20px;
}
.footer .footerArea .office .Box{
	width: 225px;
	margin: 0 0 0 20px;
	float: left;
}
.footer .footerArea .office .Box h4{
	font-weight: bold;
}
.footer .footerArea .office .Box p{
	margin: 5px 0 0 0;
	font-size: 90%;
}
.footer .footerArea p.copyright{
	margin: 40px 0 0 0;
	font-size: 80%;
	text-align: center;
	color: #000;
}

/*--- バナーエリア ---*/

.bannerBox .leftBox {
    float: left;
    width: 310px;
}

.bannerBox .centerBox {
    float: left;
    margin-left: 15px; 
    width: 310px;
}

.bannerBox .rightBox {
    float: right;
    width: 310px;
}

/* ---------------------------------------------
　size_large
------------------------------------------------ */
br.large_view, .changeArea.size_middle br.large_view {display: none;}
.changeArea.size_large br.large_view {display: block;}
.changeArea.size_middle { font-size: 100%!important; }
.changeArea.size_large { font-size: 120%;}
.changeArea.size_large .footerNav .footerNavArea ul li { padding: 0 24px 0 13px; }
.changeArea.size_large .stand .flow .flowBox p.Arrow { padding: 3px 5px!important; height: 96px!important; }
.changeArea.size_large .stand .flow .flowBox p.twoline { height: 44px; }
.changeArea.size_large.instant .Box p.possible { font-size: 100%;}
.changeArea.size_large.instant .Box table thead th { font-size: 95%;}
.changeArea.size_large.fare .navbar-sticky .container table th.on, .changeArea.size_large.fare .navbar-sticky .container table td.on,
.changeArea.size_large.fare .navbar-sticky .container table th, .changeArea.size_large.fare .navbar-sticky .container table td,
.changeArea.size_large.fare .navbar-sticky .container table th:hover, .changeArea.size_large.fare .navbar-sticky .container table td:hover {padding: 10px 0;}
.changeArea.size_large.fare .navbar-sticky .container table th.on a, .changeArea.size_large.fare .navbar-sticky .container table td.on a,
.changeArea.size_large.fare .navbar-sticky .container table th a, .changeArea.size_large.fare .navbar-sticky .container table td a {display: block;}
.changeArea.size_large.company .underline dt { width: 6em; }
.changeArea.size_large.company .underline dd { padding: 0 0 10px 8em;}
.changeArea.size_large .rightBox table.table01,
.changeArea.size_large .rightBox table.table02 {font-size: 92%;}
.header .headerArea .utility.changeArea.size_large ul.headNav li { padding: 0 0 0 23px; margin: 0px 0 0 5px; }
.header .headerArea .utility.changeArea.size_large {width: 690px;}
.changeArea.size_large.stand .flow .flowBox p.Box {height: 80px; display: flex; align-items: center; justify-content: center; }