@charset "utf-8";

/*  +++++++++++++++++++++++++ common +++++++++++++++++++++++++ */

html {
	font-size: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #333333;
	-webkit-text-size-adjust: 100%;
    font-weight: 500;
    word-break: break-all;
}
.pc{
	display:block !important;
}
.sp{
	display:none !important;
}
a.tel{
	text-decoration: none !important;
    cursor: default;
}
a.tel:hover{
	filter:alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}
#wrapper{
    overflow: hidden;
}
button{
    cursor: pointer;
}
.NormalOperation {
	color:#FFF;
}



/*  +++++++++++++++++++++++++ header +++++++++++++++++++++++++ */

#header{
    margin: 0 0 20px 0;
    padding: 0;
}
#header #headerTxt{
    margin: 0 0 20px 0;
    padding: 0;
    background-color: #333333;
}
#header #headerTxt .inner{
    margin: 0 auto;
    padding: 10px 0;
    width: 1000px;
    text-align: left;
}
#header #headerTxt h1{
    margin: 0;
    padding: 0;
    font-size: 0.688rem;
    color: #FFF;
    line-height: 1.5;
    font-weight: 900;
    float: left;
}
#header #headerTxt ul#lang{
    margin: 0;
    padding: 0;
    float: right;
}
#header #headerTxt ul#lang li{
    margin: 0 0 0 10px;
    padding: 0 0 0 9px;
    font-size: 0.688rem;
    color: #FFF;
    line-height: 1.5;
    font-weight: 500;
    background: url(../images/point_01.png) no-repeat left 3px;
    background-size: 6px 10px;
    float: left;
}
#header #headerTxt ul#lang li a{
    color:#FFF;
    text-decoration: none;
}
#header #headerInner{
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    text-align: left;
}
#header #headerInner p.logo{
    margin: 0;
    padding: 0;
    float: left;
}
#header #headerInner #headerCo{
    margin: 0;
    padding: 0;
    float: right;
    width: 610px;
}
#header #headerInner #fontBox {
    margin: 0;
    padding: 0;
    float: left;
}
#header #headerInner #fontBox h2 {
  font-size: 12px;
  line-height: 30px;
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
}
#header #headerInner #fontBox h2 span:before {
	margin:0 3px 0 0;
	content:" ";
	display:inline-block;
	width:21px;
	height:18px;
    background:url(../images/ico_font.png);
	background-size:contain;
	vertical-align:middle;	
    position: relative;
    top: -2px;
}
#header #headerInner #fontBox ul {
    margin: 0;
    padding: 0;
    float: left;
  border: solid 1px #d9d9d9;
    box-sizing: border-box;
    border-radius: 3px;
}
#header #headerInner #fontBox ul li {
    margin: 0;
    padding: 0;
    width: 33px;
    text-align: center;
    line-height: 30px;
    float: left;
    box-sizing: border-box;
    border-left: solid 1px #d9d9d9;
    font-weight: 900;
    font-size: 12px;
}
#header #headerInner #fontBox ul li:first-child {
    border-left: none 0;
}
#header #headerInner #fontBox ul li:ladt-child {
    border-right: none 0;
}
#header #headerInner #fontBox ul li#btnS {
    font-size: 13px !important;
}
#header #headerInner #fontBox ul li#btnM {
    font-size: 16px !important;
}
#header #headerInner #fontBox ul li#btnB {
    font-size: 19px !important;
}
#header #headerInner #fontBox ul li a {
    text-decoration: none;
    display: block;
}
#header #headerInner #fontBox ul li.active {
    background-color: #0071be;
}
#header #headerInner #fontBox ul li.active a {
    color: #FFF;
}
#header #headerInner #fontBox ul li#btnS.active {
    border-radius: 3px 0 0 3px
}
#header #headerInner #fontBox ul li#btnB.active {
    border-radius: 0 3px 3px 0;
}
#header #headerCo ul#headerNavi{
    margin: 0;
    padding: 0;
    float: right;
}
#header #headerCo ul#headerNavi li{
    margin: 6px 0 0 6px;
    padding: 0 0 0 13px;
    font-size: 0.813rem;
    line-height: 1.5;
    font-weight: 500;
    background: url(../images/point_02.png) no-repeat left 4px;
    background-size: 11px 11px;
    float: left;
}
#header #headerCo ul#headerNavi li a{
    text-decoration: none;
}
#header #headerCo ul#headerNavi li.anshin{
    margin: 6px 0 0 6px;
    padding: 0 0 0 19px;
    background: url(../images/ico_anzen.png) no-repeat left 3px;
    background-size: 14px 13px;
    float: left;
}



/*  +++++++++++++++++++++++++ navi +++++++++++++++++++++++++ */

#navi{
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    background: url(../images/navi_line.png) no-repeat center bottom;
}
#navi ul{
    margin: 0;
    padding: 0;
}
#navi ul li{
    float: left;
    width: 180px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-weight: 900;
}
#navi ul li:first-child{
    width: 100px;
}
#navi ul li a{
    display: block;
    padding: 10px 0;
    text-decoration: none;
    border-bottom: solid 3px #FFF;
}
#navi ul li.current a,
#navi ul li a:hover{
    color: #0071be;
    border-bottom: solid 3px #0071be;
    opacity: 1.0;
}

/*  +++++++++++++++++++++++++ main +++++++++++++++++++++++++ */

#main{
    margin: 0;
    padding: 0;
    background: url(../images/main_back.jpg) no-repeat center top;
}
#main .inner{
    margin: 0 auto;
    padding: 30px 0;
    width: 1000px;
}
#main ul.mainImg{
    margin: 0;
    padding: 0;
}
#main ul.mainImg li{
    margin: 0;
    padding: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0.707px 0.707px 7.92px 0.08px rgba(0, 0, 0, 0.1);
}
#main ul.custom-thumb{
    margin: 0;
    padding: 0;
    width: 1010px;
}
#main ul.custom-thumb li{
    margin: 0 10px 0 0;
    padding: 0;
    width: 192px;
    float: left;
}
#main ul.custom-thumb li img{
    width: 100%;
    height: auto;
}


/*  +++++++++++++++++++++++++ mainCommon +++++++++++++++++++++++++ */

#mainCommon{
    margin: 0 0 35px 0;
    padding: 0;
    height: 200px;
    background: url(../images/main_common.jpg) no-repeat center center;
}
#mainCommon .inner{
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
#mainCommon p{
    margin: 0;
  font-size: 2.250rem;
  color: #FFF;
  font-weight: 900;
  line-height: 200px;
}



/*  +++++++++++++++++++++++++ co +++++++++++++++++++++++++ */

#co{
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
#contents{
    margin: 0;
    padding: 0 0 30px 0;
    width: 780px;
    float: right;
    display: block;
}
#sideContents{
    margin: 0;
    padding: 0 0 30px 0;
    width: 190px;
    float: left;
    text-align: left;
}


/*  +++++++++++++++++++++++++ sideContents +++++++++++++++++++++++++ */

#sideContents #subNavi{
    margin: 0;
    padding: 0;
}
#sideContents #subNavi h2{
    margin: 0;
    padding: 20px 0;
    background-color: #0071be;
    text-align: center;
    font-weight: 900;
    color: #FFF;
    font-size: 1.125rem;
    line-height: 1.5;
    border-bottom: solid 3px #025a95;
}
#sideContents #subNavi ul{
    margin: 0;
    padding: 0;
    border:solid 1px #d3d3d3;
}
#sideContents #subNavi ul li{
    margin: 0;
    padding: 0;
    border-top:solid 1px #d3d3d3;
    font-size: 0.875rem;
    line-height: 1.5;
}
#sideContents #subNavi ul li a{
    margin: 0;
    padding: 10px 25px;
    display: block;
    text-decoration: none;
    background: url(../images/point_07.png) no-repeat left 12px center;
    background-size: 6px 9px;
}



/*  +++++++++++++++++++++++++ infoBox +++++++++++++++++++++++++ */

#infoBox{
    margin: 0;
    padding: 0;
    background-color: #333333;
}
#infoBox .inner{
    margin: 0 auto;
    padding: 20px 0;
    width: 1000px;
    text-align: left;
    display: table;
}
#infoBox h2{
    margin: 0;
    padding: 0;
    border-right:#bfbfbf solid 1px;
    color: #FFF;
    font-size: 1.250rem;
    line-height: 30px;
    width: 135px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
#infoBox h2 span:before{
    margin:0 3px 0 0;
	content:" ";
	display:inline-block;
	width:23px;
	height:23px;
    background:url(../images/ico_info.png);
	background-size:contain;
	vertical-align:middle;	
    position: relative;
    top: -2px;
}
#infoBox #infoList{
    margin: 0;
    padding: 3px 0 0 20px;
    width: 845px;
    display: table-cell;
    vertical-align: middle;
}
#infoBox #infoList .entry{
    margin: 0;
    padding: 0;
}
#infoBox #infoList .entry p.date{
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    font-size: 0.938rem;
    line-height: 1.6;
    font-weight: 900;
    white-space: nowrap;
}
#infoBox #infoList .entry p.title{
    margin: 0;
    padding: 0;
    float: left;
    font-size: 0.938rem;
    line-height: 1.6;
}
#infoBox #infoList a{
    color: #FFF;
    text-decoration: none;
}


/*  +++++++++++++++++++++++++ searchBox +++++++++++++++++++++++++ */

#searchBox{
    margin: 0;
    padding: 35px 0;
    background-color: #0071be;
}
#searchBox .inner{
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    text-align: left;
    background-color: #FFF;
    background-image: url(../images/line.png);
    background-repeat: repeat-y;
    background-position: center center;
}
#searchBox .box{
    margin: 0;
    padding: 0;
    width: 50%;
    box-sizing: border-box;
    float: left;
}
#searchBox .box .inner{
    margin: 0;
    padding: 35px;
    width: auto;
    background: none;
}
#searchBox .box h2 {
    margin: 0 0 20px 0;
    padding: 0;
  font-size: 1.625rem;
  color: #0071BE;
  font-weight: 900;
  line-height: 1.385;
  text-align: center;
}
#searchBox .box table {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
#searchBox .box table td {
    margin: 0;
    padding: 0;
    width: 45%;
}
#searchBox .box table td.point {
    width: 10%;
    text-align: center;
}
#searchBox .box table td select {
    width: 100%;
    border: solid 1px #bfbfbf;
    font-size: 1.0rem;
    padding: 10px 10px 15px 10px;
    border-radius: 6px;
    background-color: #FFF;
}
#searchBox .box button.btn {
    margin: 0;
    padding: 15px 0;
  border-radius: 6px;
  background-color: #F5E315;
  box-shadow: 0px 2px 0px 0px rgba(96, 89, 4, 0.33);
    border: none 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1.3;
}
#searchBox .box button.btn span:before {
	margin:0 5px 0 0;
	content:" ";
	display:inline-block;
	width:21px;
	height:21px;
    background:url(../images/ico_search.png);
	background-size:contain;
	vertical-align:middle;	
    position: relative;
    top: -2px;
}
#searchBox .box ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}
#searchBox .box ul li {
    margin: 0 15px 0 0;
    padding: 0;
    font-size: 1.375rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
    border-width: 3px;
  border-color: rgb(0, 113, 190);
  border-style: solid;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 0px 0px rgba(52, 50, 50, 0.2);
    box-sizing: border-box;
    display: inline-block;
    width: 130px;
}
#searchBox .box ul li:last-child {
    margin-right: 0;
}
#searchBox .box ul li a {
    margin: 0;
    padding: 40px 0;
    color: #0071be;
    text-decoration: none;
    display: block;
}



/*  +++++++++++++++++++++++++ recommendBox +++++++++++++++++++++++++ */

#recommendBox{
    margin: 0;
    padding: 0;
    background-color: #e8f8ff;
    clear: both;
}
#recommendBox .inner{
    margin: 0 auto;
    padding: 50px 0;
    width: 1000px;
    text-align: left;
}
#recommendBox h2 {
    margin: 0 0 20px 0;
    padding: 0;
  font-size: 2.000rem;
  color: rgb(0, 113, 190);
  font-weight: 900;
  line-height: 1.5;
    text-align: center;
}
#recommendBox h2 span {
    position: relative;
}
#recommendBox h2 span img {
    position: absolute;
    top: -50px;
    left: -200px;
}
#recommendBox #recommendList,
#recommendPage #recommendList{
    margin: 0;
    padding: 0;
}
#recommendBox #recommendList ul,
#recommendPage #recommendList ul{
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 0;
    width: 1035px;
}
#recommendPage #recommendList ul{
    width: 795px;
}
#recommendBox #recommendList ul li,
#recommendPage #recommendList ul li{
    margin: 0 35px 20px 0;
    padding: 0;
    width: 310px;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.5;
    display: inline-block;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 3.96px 0.04px rgba(63, 89, 107, 0.3);
    vertical-align: top;
}
#recommendPage #recommendList ul li{
    margin: 0 15px 15px 0;
    width: 250px;
}
#recommendBox #recommendList ul li p.photo,
#recommendPage #recommendList ul li p.photo{
    margin: 0;
    padding: 0;
    width: 310px;
    height: 170px;
    box-sizing: border-box;
    border-bottom: solid 3px #0071be;
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
#recommendPage #recommendList ul li p.photo{
    width: 250px;
    height: 140px;
}
/*#recommendBox #recommendList ul li p.photo img,
#recommendPage #recommendList ul li p.photo img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}*/
#recommendBox #recommendList ul li p.photo img,
#recommendPage #recommendList ul li p.photo img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#recommendBox #recommendList ul li .inner,
#recommendPage #recommendList ul li .inner{
    margin: 0;
    padding: 20px;
    width: auto;
}
#recommendBox #recommendList ul li a,
#recommendPage #recommendList ul li a{
    text-decoration: none;
    display: block;
}
#recommendBox #recommendList ul li p.title,
#recommendPage #recommendList ul li p.title{
    margin: 0;
    padding: 0;
}
#recommendBox #recommendList ul li p.date,
#recommendPage #recommendList ul li p.date{
    margin: 0 0 6px 0;
    padding: 0;
    color: #0071be;
    font-weight: 900;
    font-size: 0.750rem;
}
#recommendBox #recommendList ul li p.date .category,
#recommendPage #recommendList ul li p.date .category{
    margin: 0 0 0 5px;
    padding: 3px 10px;
  border-radius: 4px;
    display: inline-block;
    font-size: 0.688rem;
    line-height: 1.4;
    text-align: center;
    color: #FFF;
}
#recommendBox #recommendList ul li p.date .category.info,
#recommendPage #recommendList ul li p.date .category.info{
  background-color: #0071BE;
}
#recommendBox #recommendList ul li p.date .category.sightseeing,
#recommendPage #recommendList ul li p.date .category.sightseeing{
  background-color: #07BAD7;
}
#recommendBox #recommendList ul li p.date .category.event,
#recommendPage #recommendList ul li p.date .category.event{
  background-color: #D8A118;
}
#recommendBox #recommendList ul li p.date .category.other,
#recommendPage #recommendList ul li p.date .category.other{
  background-color: #6E6E6E;
}
#recommendBox p.btn {
    margin: 0 auto;
  border-radius: 6px;
  background-color: rgb(0, 113, 190);
  box-shadow: 0px 2px 0px 0px rgba(3, 70, 116, 1.0);
  width: 600px;
    font-size: 1.0rem;
    font-weight: 900;
}
#recommendBox p.btn a {
    margin: 0;
    padding: 15px 0;
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}
#recommendBox p.btn a span:before {
	margin:0 5px 0 0;
	content:" ";
	display:inline-block;
	width:18px;
	height:18px;
    background:url(../images/point_03.png);
	background-size:contain;
	vertical-align:middle;	
    position: relative;
    top: -2px;
}



/*  +++++++++++++++++++++++++ snsBox +++++++++++++++++++++++++ */

#snsBox{
    margin: 0;
    padding: 35px 0;
    background-color: #0071be;
}
#snsBox h2{
    margin: 0 0 20px 0;
    padding: 0;
}
#snsBox .inner{
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
#snsBox .box{
    margin: 0;
    padding: 0;
    width: 490px;
    float: left;
}
#snsBox .box.facebook{
    margin-right: 20px;
}


/*  +++++++++++++++++++++++++ newsBox +++++++++++++++++++++++++ */

#newsBox{
    margin: 0;
    padding: 0;
    background:url(../images/news_back.gif);
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}
#newsBox .inner{
    margin: 0 auto;
    padding: 30px 0;
    width: 1000px;
}
#newsBox #informationBox {
    margin: 0;
    padding: 0;
  border-width: 3px;
  border-color: rgb(0, 113, 190);
  border-style: solid;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  width: 575px;
    box-sizing: border-box;
    float: left;
}
#newsBox #informationBox .inner {
    margin: 0;
    padding: 25px;
    width: auto;
    text-align: left;
}
#newsBox #informationBox h2 {
    margin: 0 0 10px 0;
    padding: 0;
  font-size: 1.750rem;
  color: rgb(0, 113, 190);
  font-weight: 900;
  line-height: 1.4;
}
#newsBox #informationBox .entry,
#informationPage .entry{
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #e5e5e5;
}
#informationPage .entry:first-child{
    border-top: solid 1px #e5e5e5;
}
#newsBox #informationBox .entry a,
#informationPage .entry a{
    margin: 0;
    padding: 7px 0;
    display: block;
    text-decoration: none;
}
#newsBox #informationBox .entry p.date,
#informationPage .entry p.date{
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    float: left;
    font-weight: 900;
    line-height: 1.5;
    box-sizing: border-box;
    width: 90px;
}
#newsBox #informationBox .entry p.title,
#informationPage .entry p.title{
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    float: left;
    font-weight: 900;
    line-height: 1.5;
    box-sizing: border-box;
    width: 400px;
}
#informationPage .entry p.title{
    width: 650px;
}
#newsBox #informationBox p.btn {
    margin: 20px auto 0 auto;
  border-radius: 6px;
  background-color: rgb(0, 113, 190);
  box-shadow: 0px 2px 0px 0px rgba(3, 70, 116, 1.0);
  width: 300px;
    font-size: 1.0rem;
    font-weight: 900;
}
#newsBox #informationBox p.btn a {
    margin: 0;
    padding: 10px 0;
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}
#newsBox #informationBox p.btn a span:before {
	margin:0 5px 0 0;
	content:" ";
	display:inline-block;
	width:18px;
	height:18px;
    background:url(../images/point_03.png);
	background-size:contain;
	vertical-align:middle;	
    position: relative;
    top: -2px;
}
#newsBox .bnrBox{
    margin: 0;
    padding: 0;
    width: 400px;
    float: right;
}
#newsBox .bnrBox ul{
    margin: 0;
    padding: 0;
}
#newsBox .bnrBox ul li{
    margin: 0 0 10px 0;
    padding: 0;
}



/*  +++++++++++++++++++++++++ reservationBox +++++++++++++++++++++++++ */

#reservationBox{
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    clear: both;
}
#reservationBox h2 {
    margin: 0 0 25px 0;
    padding: 0;
  font-size: 1.500rem;
  color: rgb(0, 113, 190);
  font-weight: 900;
  line-height: 1.4;
    text-align: center;
}
#reservationBox .inner{
    margin: 0;
    padding: 40px 0;
}
#reservationBox ul{
    margin: 0;
    padding: 0;
    background:url(../images/reservation_back.gif) repeat-y center top;
    font-size: 0;
}
#reservationBox ul li{
    margin: 0;
    padding: 0;
    width: calc(100% / 3);
    display: inline-block;
    font-size: 0.875rem;
  line-height: 1.714;
    vertical-align: top;
}
#reservationBox ul li .inner{
    margin: 0;
    padding: 0;
    text-align: left;
}
#reservationBox ul li .inner a{
    margin: 0;
    padding: 0 30px;
    display: block;
    text-decoration: none;
}
#reservationBox ul li:first-child .inner a{
    padding-left: 0;
}
#reservationBox ul li:last-child .inner a{
    padding-right: 0;
}
#reservationBox ul li p.logo{
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}
#reservationBox ul li p{
    margin: 0;
    padding: 0;
}



/*  +++++++++++++++++++++++++ footerLinks +++++++++++++++++++++++++ */

#footerLinks{
    margin: 0;
    padding: 0;
    background-color: #333333;
    clear: both;
}
#footerLinks .inner{
    margin: 0 auto;
    padding: 20px 0;
    width: 1000px;
    text-align: left;
}
#footerLinks ul{
    margin: 0;
    padding: 0;
}
#footerLinks ul li{
    margin: 4px 0;
    padding: 0 0 0 12px;
    font-size: 0.875rem;
    float: left;
    box-sizing: border-box;
    background: url(../images/point_01.png) no-repeat left 5px;
    background-size: 6px 10px;
    width: 33%;
}
#footerLinks ul li a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #FFF;
}




/*  +++++++++++++++++++++++++ footer +++++++++++++++++++++++++ */

#footer{
    margin: 0;
    padding: 0;
    background-color: #0071be;
}
#footer .inner{
    margin: 0 auto;
    padding: 20px 0;
    width: 1000px;
    text-align: left;
}
#footer .box{
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
}
#footer ul{
    margin: 0;
    padding: 0;
}
#footer ul li{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0.875rem;
}
#footer ul li ul{
    margin: 5px 0 0 0;
    padding: 0;
}
#footer ul li ul li{
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 0.75rem;
}
#footer ul li a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #FFF;
}
#footer #copyBox {
    margin: 0;
    padding: 0;
    border-top: solid 1px #1a81c6;
}
#footer #copyBox .inner {
    padding: 15px 0;
    border-top: solid 1px #1a81c6;
}
#footer #copyBox p.logo {
    margin: 0;
    padding: 0;
    float: left;
}
#footer #copyBox p#copy {
    margin: 0;
    padding: 0;
    float: right;
  font-size: 0.750rem;
  color: #FFF;
  line-height: 2;
}



/*  +++++++++++++++++++++++++ page +++++++++++++++++++++++++ */

.page{
    margin: 0;
    padding: 0;
    text-align: left;
}
.page img.ico {
	margin: 0 5px 0 0;
	padding: 0;
    vertical-align: middle;
}
.page ul#pan {
    padding: 0;
    margin: 0 0 20px 0;
    letter-spacing: -.40em;
}
.page ul#pan+h2 {
    margin-top: 0 !important;
}
.page ul#pan li {
    padding: 0;
    margin: 0;
    font-size: 0.750rem;
    line-height: 1.6;
    letter-spacing: normal;
	display: inline-block;
	/display:inline; 
	/zoom:1;
}
.page ul#pan li a {
    text-decoration: underline;
}
.page ul#pan li:after {
    content:'>';
    margin: 0 5px;
    position: relative;
    top: -1px;
}
.page ul#pan li:last-child:after {
    content:none;
}
.page h2{
    margin: 0 0 30px 0;
    padding: 0;
    border-top: solid 1px #e9e9e9;
    color: #0071be;
    font-size: 2.0rem;
    line-height: 1.5;
}
.page h2 span.line{
    margin: 0;
    padding: 20px 0 0 0;
    display: inline-block;
    border-top: solid 3px #0071be;
    position: relative;
    top: -1px;
}
.page p{
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.8;
}
.page .pointTxt{
    color: #d71717;
    font-weight: 900;
}
.page .pagenation {
	margin: 0 0 20px 0;
	padding: 0;
}
.page .pagenation ul {
	margin: 0;
}
.page .pagenation li {
	float: left;
	margin: 0 5px;
	font-size: 13px;
    line-height: 1.0;
}
.page .pagenation li a,
.page .pagenation li span{
	padding: 6px;
	display: block;
    box-sizing: border-box;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
}
.page .pagenation li a {
	background-color: #FFFFFF;
    text-decoration: none;
}
.page .pagenation li span {
	color: #DBDBDB;
    border-color: #DBDBDB;
}
.page .pagenation li span.current {
	background-color: #545454;
	font-weight: 900;
	color: #FFF;
    border-color: #545454;
}
.page h3 {
    padding: 0 0 0 15px;
    margin: 0 0 20px 0;
  font-size: 1.4rem;
  line-height: 1.6;
    font-weight: 900;
    border-left: solid 2px #333;
}
.page h3 a:link,
.page h3 a:visited{
    color: #289047;
}
.page h3 a:hover{
    text-decoration: none;
}
.page h4 {
    padding: 10px 18px;
    margin: 0 0 20px 0;
  font-size: 1.2rem;
  line-height: 1.6;
    font-weight: 900;
    background-color: #F5F5F5;
    border-bottom: solid 1px #e5e5e5;
}
.page h5 {
    padding: 0 0 10px 19px;
    margin: 0 0 15px 0;
  font-size: 1.0rem;
  line-height: 1.6;
    font-weight: 900;
    background: url(../images/point_05.png) no-repeat left 4px;
    background-size: 14px 14px;
    border-bottom: solid 1px #e5e5e5;
}
.page ul.point01,
.page ul.point02,
.page ul.asterisk,
.page .newsBox ul,
#tabBox04 ul{
    margin: 0 0 20px 0;
}
.page table td ul.point01,
.page table td ul.point02,
.page table td ul.asterisk,
.page .newsBox table td ul{
    margin-bottom: 0;
}
.page ul.point01 li,
.page .newsBox ul li,
#tabBox04 ul li{
    margin: 0 0 7px 0;
    padding: 0 0 0 18px;
    font-size: 0.875rem;
    line-height: 1.5;
    background: url(../images/point_05.png) no-repeat left 3px;
    background-size: 14px 14px;
}
.page ul.point01.link {
    margin: 0 0 25px 0;
    padding: 0;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
}
.page ul.point01.link li {
    margin: 0;
    padding: 0;
    background: url(../images/point_05.png) no-repeat left 12px center;
    background-size: 14px 14px;
    border-bottom: solid 1px #CCCCCC;
}
.page ul.point01.link li:last-child {
    border-bottom: 0;
}
.page ul.point01.link li a {
    margin: 0;
    padding: 15px 20px 15px 32px;
    display: block;
    text-decoration: none;
}
.page ul.point01.fl {
    font-size: 0;
}
.page ul.point01.fl li {
    margin: 0 20px 7px 0;
    display: inline-block;
}
.page ul.point02 li {
    margin: 0 0 7px 0;
    padding: 0 0 0 12px;
    font-size: 0.875rem;
    line-height: 1.5;
    background: url(../images/point_07.png) no-repeat left 6px;
    background-size: 6px 9px;
}
.page ul.asterisk li {
    margin: 0 0 7px 0;
    padding: 0 0 0 10px;
    font-size: 0.81rem;
    line-height: 1.5;
    list-style-type: none;
    text-indent: -1rem;
}
.page ul.asterisk li:before {
  display: inline;
  content: "※";
}
.page .hissu {
  font-size: 0.71rem;
    font-weight: 900;
    color: #DD080C;
}
.page ol{
    margin: 0 0 20px 25px;
}
.page ol:last-child{
    margin-bottom: 0;
}
.page ol li {
    margin: 0 0 7px 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.5;
}
.page table.normal,
.page .newsBox table,
.page.detailPage table{
	margin: 0 0 20px 0;
	padding: 0;
    width: 100%;
}
.page table.normal .nw {
    white-space: nowrap !important;
}
.page table.normal th,
.page table.normal td,
.page .newsBox table th,
.page .newsBox table td,
.page.detailPage table th,
.page.detailPage table td{
	padding: 10px 15px;
	font-size: 0.875rem;
	line-height: 1.6;
    border: solid 1px #ddd;
    vertical-align: middle;
}
.page table.normal th,
.page .newsBox table th,
.page.detailPage table th{
    font-weight: 900;
    background-color: #EBEBEB;
}

.page.detailPage table td table{
    margin: 0;
}
.page.detailPage table td table th,
.page.detailPage table td table td{
	padding: 10px 0;
	font-size: 0.81rem;
	line-height: 1.6;
    border: 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    vertical-align: top;
    text-align: left;
}
.page.detailPage table td table tr:first-of-type th,
.page.detailPage table td table tr:first-of-type td{
    border-top: 0;
}
.page.detailPage table td table tr:last-of-type th,
.page.detailPage table td table tr:last-of-type td{
    border-bottom: 0;
}
.page.detailPage table td table th{
    background-color: transparent;
}

.page table.normal.ss th,
.page table.normal.ss td {
	padding: 6px 10px;
	font-size: 0.75rem;
    line-height: 1.4;
}
.page table.jikokuTbl{
	margin: 0 0 20px 0;
	padding: 0;
    width: 100%;
}
.page table.jikokuTbl .nw {
    white-space: nowrap !important;
}
.page table.jikokuTbl th,
.page table.jikokuTbl td {
	padding: 3px 5px;
	font-size: 0.875rem;
	line-height: 1.6;
    border: solid 1px #ddd;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.page table.jikokuTbl th {
    white-space: normal;
    font-weight: 900;
    background-color: #545454;
    color: #FFF;
    border: solid 1px #3D3C3C;
}
.page table.jikokuTbl td.title {
    background-color: #EBEBEB;
    font-weight: 900;
    width: 200px;
    text-align: left;
}
.page table.jikokuTbl tr:nth-child(even) {
    background-color: #F7F5F5;
}
.page table.jikokuTbl.ss th,
.page table.jikokuTbl.ss td {
	font-size: 0.75rem;
    line-height: 1.4;
}
.page table.jikokuTbl2{
	margin: 0 0 20px 0;
	padding: 0;
    display:table;
    width: 100%;
}
.page table.jikokuTbl2 .nw {
    white-space: nowrap !important;
}
.page table.jikokuTbl2 th,
.page table.jikokuTbl2 td {
	padding: 3px 5px;
	font-size: 0.875rem;
	line-height: 1.6;
    border: solid 1px #ddd;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.page table.jikokuTbl2 th {
    font-weight: 900;
    background-color: #545454;
    color: #FFF;
    border: solid 1px #3D3C3C;
}
.page table.jikokuTbl2 td.title {
    background-color: #EBEBEB;
    font-weight: 900;
    width: 200px;
    text-align: left;
}
.page table.jikokuTbl2 tr:nth-child(even) {
    background-color: #F7F5F5;
}
.page table.jikokuTbl2.ss th,
.page table.jikokuTbl2.ss td {
	font-size: 0.75rem;
    line-height: 1.4;
}
.page table.ryokinTbl{
	margin: 0 0 20px 0;
	padding: 0;
    display:table;
    width: 100%;
}
.page table.ryokinTbl .nw {
    white-space: nowrap !important;
}
.page table.ryokinTbl th,
.page table.ryokinTbl td {
	padding: 10px 15px;
	font-size: 0.875rem;
	line-height: 1.6;
    border: solid 1px #ddd;
    vertical-align: middle;
    background-color: #FFF;
    display: table-cell;
}
.page table.ryokinTbl th {
    font-weight: 900;
    background-color: #EBEBEB;
}
.page table.ryokinTbl.ss th,
.page table.ryokinTbl.ss td {
	padding: 6px 10px;
	font-size: 0.75rem;
    line-height: 1.4;
}
.page .scroll{
    margin: 0 0 20px 0;
    position: relative;
}
.page .scrollInner{
    overflow: auto;
    white-space: nowrap;
    padding: 0px 0px 10px 0px;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.page .scrollInner::-webkit-scrollbar{
    height: 5px;
}
.page .scrollInner::-webkit-scrollbar-track{
    background: #ffffff;
}
.page .scrollInner::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}
.page .scroll table.normal{
	margin: 0;
    width: auto;
}
.page .scroll table.jikokuTbl{
	margin: 0;
    width: auto;
}
.page .scroll table.jikokuTbl2{
	margin: 0;
    width: auto;
}
.page .scroll table.ryokinTbl{
	margin: 0;
    width: auto;
}
.page #ankerBox{
    margin: 0 0 25px 0;
    padding: 0;
}
.page #ankerBox ul{
    margin: 0;
    padding: 0;
    width: 820px;
    font-size: 0;
}
.page #ankerBox ul li{
    margin: 0 20px 10px 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    box-sizing: border-box;
    border: solid 2px #0071be;
    border-radius: 5px;
    width: 380px;
    display: inline-block;
    font-weight: 900;
    vertical-align: top;
}
.page #ankerBox ul li a{
    margin: 0;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    color: #0071be;
    background: url("../images/point_04.png")no-repeat right 15px center;
    background-size: 7px auto;
}
.page #ankerBox ul li.active a{
    background-color: #0071be;
    color: #FFF;
}
.page .photoBox {
	margin: 0px;
	padding: 0px;
}
.page .photoBox ul {
	margin: 0px;
	padding: 0px;
	letter-spacing: -.40em;
}
.page .photoBox ul li {
	margin: 0px 2% 10px 0px;
	padding: 0px;
	width: 49%;
	letter-spacing: normal;
	display: inline-block;
	/display:inline; 
	/zoom:1;
	text-align: left;
	vertical-align: top;
}
.page .photoBox ul li:nth-child(even) {
	margin-right: 0px;
}
.page .photoBox ul li p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 0.75rem;
	line-height:1.2;
}
.page .newsBox {
    margin: 0 0 20px 0;
    padding: 0;
  border: solid 1px #D3D3D3;
  border-top: solid 5px #0071be;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 0px 0px rgba(136, 133, 133, 0.2);
    clear: both;
}
.page .newsBox:last-child {
    margin-bottom: 0;
}
.page .newsBox .inner {
    margin: 0;
    padding: 20px;
}
.page .newsBox h3 {
    margin: 0 0 12px 0;
    padding: 0 0 0 65px;
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 900;
    border: 0;
    background: url(../images/ico_caution.png) no-repeat left top;
    background-size: 56px 50px;
    min-height: 50px;
}
.page .newsBox.info h3 {
    padding: 0 0 10px 0;
    background: none;
    min-height: 0;
    border-bottom: solid 1px #D3D3D3;
}
.page .newsBox h3 span.date {
    margin: 0;
    padding: 0;
    font-size: 0.85rem;
    line-height: 1.4;
    display: block;
}
.page .newsBox p {
    margin: 0 0 15px 0;
    padding: 0;
}
.page .newsBox p:last-child {
    margin-bottom: 0;
}
.page .mapBox {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 0 30px 0;
}
.page .mapBox iframe,
.page .mapBox object,
.page .mapBox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.page .contentsBtnBox {
margin: 0 0 20px 0;
    padding: 0;
  border: solid 3px #0071be;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 0px 0px rgba(219, 219, 219, 1.0);
}
.page .contentsBtnBox a {
margin: 0;
    padding: 30px 70px 30px 30px;
    display: block;
    text-decoration: none;
    background: url("../images/point_04.png")no-repeat right 15px center;
    background-size: 7px auto;
}
.page .contentsBtnBox p.photo {
margin: 0;
    padding: 0;
    float: left;
    width: 250px;
}
.page .contentsBtnBox .detail {
margin: 0 0 0 20px;
    float: left;
    width: calc(100% - 270px);
}
.page .contentsBtnBox .detail h3 {
margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.4;
    border-top: 0;
    color: #000;
    border: 0;
}
.page .contentsBtnBox .detail p {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 2.0;
}
.page p+h2,
.page p+h3,
.page p+h4,
.page p+h5,
.page ul+h2,
.page ul+h3,
.page ul+h4,
.page ul+h5,
.page ol+h2,
.page ol+h3,
.page ol+h4,
.page ol+h5,
.page table+h2,
.page table+h3,
.page table+h4,
.page table+h5,
.page .nBox+h2,
.page .nBox+h3,
.page .nBox+h4,
.page .nBox+h5,
.page .icoList+h2,
.page .icoList+h3,
.page .icoList+h4,
.page .icoList+h5{
    margin-top: 40px;
}
.page .newsBox+h2,
.page .newsBox+h3,
.page .newsBox+h4,
.page .newsBox+h5{
    margin-top: 60px;
}
.page #sendBox {
    margin: 35px 0;
    text-align: center;
    font-size: 0;
}
.page #sendBox li {
    margin: 0 10px;
    display: inline-block;
}
.page #sendBox button.btn {
    margin: 0;
    padding: 15px 0;
  border-radius: 6px;
  background-color: #F5E315;
  box-shadow: 0px 2px 0px 0px rgba(96, 89, 4, 0.33);
    border: none 0;
    width: 400px;
    box-sizing: border-box;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1.3;
}
.page #sendBox button.btn span:before {
	margin:0 5px 0 0;
	content:" ";
	display:inline-block;
	width:20px;
	height:20px;
    background:url(../images/point_08.png);
	background-size:contain;
	vertical-align:middle;	
    position: relative;
    top: -2px;
}
.page #sendBox button.btn.reset,
.page #sendBox button.btn.back{
  background-color: #dcdcdc;
  box-shadow: 0px 2px 0px 0px rgba(94, 94, 94, 0.33);
    width: 200px;
}
.page #sendBox button.btn.reset span:before,
.page #sendBox button.btn.back span:before{
    content: none;
}
.page .btnBox {
    margin: 0 0 20px 0;
    padding: 0;
}
.page .btnBox ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
}
.page .btnBox ul li {
    margin: 0 5px;
    padding: 0;
  border-radius: 6px;
  background-color: #dcdcdc;
  box-shadow: 0px 2px 0px 0px rgba(94, 94, 94, 0.33);
    border: none 0;
    box-sizing: border-box;
    font-size: 0.91rem;
    font-weight: 900;
    line-height: 1.3;
    display: inline-block;
}
.page .btnBox ul li a {
    margin: 0;
    padding: 13px 50px 10px 50px;
    display: block;
    text-decoration: none;
}
.page .btnBox ul li span:before {
	margin:0 5px 0 0;
	content:" ";
	display:inline-block;
	width:20px;
	height:20px;
    background:url(../images/point_08.png);
	background-size:contain;
	vertical-align:middle;	
    position: relative;
    top: -1px;
}
.page #recruitBtnBox {
    margin: 0;
    padding: 0;
}
.page #recruitBtnBox ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}
.page #recruitBtnBox ul li {
    margin: 0 15px 15px 0;
    padding: 0;
    font-size: 1.375rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
    border-width: 3px;
  border-color: rgb(0, 113, 190);
  border-style: solid;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 0px 0px rgba(52, 50, 50, 0.2);
    box-sizing: border-box;
    display: inline-block;
    width: 250px;
}
.page #recruitBtnBox ul li:nth-of-type(3) {
    margin-right: 0;
}
/*.page #recruitBtnBox ul li:last-child {
    width: 100%;
    clear: both;
    margin: 0;
}*/
.page #recruitBtnBox ul li a {
    margin: 0;
    padding: 20px 0;
    color: #0071be;
    text-decoration: none;
    display: block;
}
.page #interviewBox {
    margin: 0;
    padding: 0;
}
.page #interviewBox .box {
    margin: 0 0 20px 0;
    padding: 0;
  border-width: 1px;
  border-color: rgb(211, 211, 211);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 0px 0px rgba(136, 133, 133, 0.2);
}
.page #interviewBox .box .inner {
    margin: 0;
    padding: 25px;
}
.page #interviewBox .box div.photo {
    margin: 0 20px 0 0;
    padding: 0;
    float: left;
    width: 240px;
}
.page #interviewBox .box div.photo p {
    margin: 0;
    padding: 0;
}
.page #interviewBox .box div.photo p.txt {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 0.71rem;
    text-align: center;
}
.page #interviewBox .box div.photo p.txt .name {
    font-size: 1.4rem;
    font-weight: 900;
}
.page #interviewBox .box .txtBox {
    margin: 0;
    padding: 0;
    float: left;
    width: calc(100% - 260px);
}
.page #interviewBox .box .txtBox h3 {
    padding: 0 0 0 22px;
    margin: 0 0 10px 0;
  font-size: 1.0rem;
  line-height: 1.6;
    font-weight: 900;
    border-left: none 0;
    color: #0071be;
    background: url(../images/ico_q.png) no-repeat left 3px;
    background-size: 16px 17px;
}
.page .icoList {
	margin: 0 0 15px;
	padding: 0;
}
.page .icoList .box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.page .icoList .box:last-child {
	border-bottom-width: 0;
	border-bottom-style: none;
}
.page .icoList .box p.ico {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
	width: 30px;
}
.page .icoList .box div.txt {
	margin: 0;
	padding: 0;
	float: left;
	width: calc(100% - 45px);
}
.page .icoList .box div.txt h3 {
    padding: 0;
    margin: 0;
  font-size: 1.1rem;
  line-height: 30px;
    font-weight: 900;
    border-left: 0;
}
.page .icoList .box div.txt h4 {
    padding: 6px 12px;
    margin: 0 0 15px 0;
  font-size: 0.95rem;
  line-height: 1.6;
    font-weight: 900;
    background-color: #F5F5F5;
    border-bottom: 0;
    border-radius: 5px;
}
.page .icoList .box div.txt h3:last-child,
.page .icoList .box div.txt p:last-child,
.page .icoList .box div.txt ul:last-child {
	margin-bottom:0;
}
.page .convenienceBox {
    margin: 0;
    padding: 0;
    width: 780px;
}
.page .convenienceBox ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 800px;
}
.page .convenienceBox ul li {
    margin: 0 20px 15px 0;
    padding: 15px 0;
    font-size: 1.375rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
    border-width: 3px;
  border-color: rgb(0, 113, 190);
  border-style: solid;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 0px 0px rgba(52, 50, 50, 0.2);
    box-sizing: border-box;
    display: inline-block;
    width: 355px;
}
.page .convenienceBox ul li a {
    margin: 0;
    padding: 0;
    color: #0071be;
    text-decoration: none;
    box-sizing: border-box;
}
.page .convenienceBox ul li p.logoBox {
    margin: 0;
    padding: 0;
}
.page .convenienceBox ul li p.txt {
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
}
.page .ticketDetail {
    margin: 0 0 30px 0;
    padding: 0;
}
.page .ticketDetail p.photo {
    margin: 0;
    padding: 0;
    float: right;
    width: 250px;
}
.page .ticketDetail table.normal {
    width: 515px;
}
.page .ticketDetail table.normal th {
    width: 120px;
}



/*  +++++++++++++++++++++++++ busPage +++++++++++++++++++++++++ */

#busPage #searchBox{
    margin: 0 0 40px 0;
    padding: 0;
    background-color: transparent;
    position: relative;
}
#busPage #searchBox .box{
    margin: 0;
    padding: 0;
    width: 420px;
    float: none;
}
#busPage p.flow{
    font-size: 1.0rem;
    font-weight: 900;
}
#busPage button.change,
#busPage button.reset{
    margin: 0 0 20px 0;
    padding: 10px 0;
    text-align: center;
  border-radius: 6px;
  background-color: rgb(246, 246, 246);
  box-shadow: 0px 2px 0px 0px rgba(164, 164, 164, 0.33);
    font-size: 0.875rem;
    line-height: 1.4;
    border: none 0;
    display: block;
    width: 49%;
    float: left;
}
#busPage button.change{
    margin-right: 2%;
}
#busPage button.change span:before {
	margin:0 3px 0 0;
	content:" ";
	display:inline-block;
	width:18px;
	height:17px;
    background:url(../images/ico_change.png);
	background-size:contain;
	vertical-align:middle;	
    position: relative;
    top: -2px;
}
#busPage button.reset span:before {
	margin:0 3px 0 0;
	content:" ";
	display:inline-block;
	width:17px;
	height:17px;
    background:url(../images/ico_reset.png);
	background-size:contain;
	vertical-align:middle;	
    position: relative;
    top: -2px;
}
#busPage #searchBox #mapBox{
    margin: 0;
    padding: 0;
    width:335px;
    height: 345px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/map.png) no-repeat center center;
}
#busPage #searchBox button.btn{
    padding: 20px 0;
}
#busPage #searchBox #mapBox button {
    margin: 0;
  border-width: 3px;
  border-style: solid;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 0px 0px rgba(52, 50, 50, 0.2);
  position: absolute;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 900;
    white-space: nowrap;
}
#busPage #searchBox #mapBox button#btnAomori {
    border-color: #5cb3d1;
    color: #5cb3d1;
    top: 0;
    left: 170px;
    padding: 3px 20px;
    z-index:9999999999;
}
#busPage #searchBox #mapBox button#btnAkita {
    border-color: #d83316;
    color: #d83316;
    top: 55px;
    left: 125px;
    padding: 3px 20px;
    z-index:9999999999;
}
#busPage #searchBox #mapBox button#btnIwate {
    border-color: #e59001;
    color: #e59001;
    top: 100px;
    right: 0;
    padding: 3px 20px;
    z-index:9999999999;
}
#busPage #searchBox #mapBox button#btnMiyagi {
    border-color: #47a556;
    color: #47a556;
    top: 175px;
    right: 0;
    padding: 3px 20px;
    z-index:9999999999;
}
#busPage #searchBox #mapBox button#btnYamagata {
    border-color: #e62180;
    color: #e62180;
    top: 113px;
    left: 92px;
    padding: 3px 20px;
    z-index:9999999999;
}
#busPage #searchBox #mapBox button#btnFukushima {
    border-color: #aaaf3b;
    color: #aaaf3b;
    top: 230px;
    left: 235px;
    padding: 3px 20px;
    z-index:9999999999;
}
#busPage #searchBox #mapBox button#btnSyutoken {
    border-color: #c39f09;
    color: #c39f09;
    bottom: 0;
    right: 0;
    padding: 3px 10px;
    z-index:9999999999;
}
#busPage #searchBox #mapBox button#btnHokuriku {
    border-color: #0071be;
    color: #0071be;
    bottom: 0;
    left: 0;
    padding: 3px 10px;
    z-index:9999999999;
}
#busPage #searchBox #mapBox button#btnAomoriAp {
    background:#5cb3d1;
    border-color: #5cb3d1;
    color: #fff;
    top: 0;
    left: 170px;
    padding: 3px 20px;
}
#busPage #searchBox #mapBox button#btnAkitaAp {
    background:#d83316;
    border-color: #d83316;
    color: #fff;
    top: 55px;
    left: 125px;
    padding: 3px 20px;
}
#busPage #searchBox #mapBox button#btnIwateAp {
    background:#e59001;
    border-color: #e59001;
    color: #fff;
    top: 100px;
    right: 0;
    padding: 3px 20px;
}
#busPage #searchBox #mapBox button#btnMiyagiAp {
    background:#47a556;
    border-color: #47a556;
    color: #fff;
    top: 175px;
    right: 0;
    padding: 3px 20px;
}
#busPage #searchBox #mapBox button#btnYamagataAp {
    background:#e62180;
    border-color: #e62180;
    color: #fff;
    top: 113px;
    left: 92px;
    padding: 3px 20px;
}
#busPage #searchBox #mapBox button#btnFukushimaAp {
    background:#aaaf3b;
    border-color: #aaaf3b;
    color: #fff;
    top: 230px;
    left: 235px;
    padding: 3px 20px;
}
#busPage #searchBox #mapBox button#btnSyutokenAp {
    background:#c39f09;
    border-color: #c39f09;
    color: #fff;
    bottom: 0;
    right: 0;
    padding: 3px 10px;
}
#busPage #searchBox #mapBox button#btnHokurikuAp {
    background:#0071be;
    border-color: #0071be;
    color: #fff;
    bottom: 0;
    left: 0;
    padding: 3px 10px;
}
#busPage #resultBox {
    margin: 0;
    padding: 0;
  border-radius: 5px;
  background-color: rgb(232, 248, 255);
}
#busPage #resultBox .inner {
    margin: 0;
    padding: 25px;
}
#busPage #resultBox h2 {
    margin: 0 0 20px 0;
    padding: 0;
  font-size: 1.250rem;
  font-weight: 900;
    border: 0;
    color: #131212;
    float: left;
}
#busPage #resultBox p.result {
    margin: 0;
    padding: 0;
    float: right;
}
#busPage #resultBox p.result .number {
    color: #f10000;
    font-size: 1.2rem;
    font-weight: 900;
}
#busPage #resultBox .box {
    margin: 0 0 20px 0;
    padding: 0;
  border: solid 1px #D3D3D3;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 0px 0px rgba(136, 133, 133, 0.2);
    clear: both;
}
#busPage #resultBox .box:last-child {
    margin-bottom: 0;
}
#busPage #resultBox .box .inner {
    margin: 0;
    padding: 20px;
}
#busPage #resultBox .box h3 {
    margin: 0;
    padding: 20px;
    font-size: 1.15rem;
    line-height: 1.4;
    font-weight: 900;
    border: 0;
    border-bottom: solid 3px #0071be;
    position: relative;
}
#busPage #resultBox .box h3 span.note,
#wrapper.print #co #contents h3 span.note{
    margin: 5px 0 0 0;
    padding: 0;
    display: block;
    font-size: 0.85rem;
    color: #000;
}
#busPage #resultBox .box h3 a {
text-decoration: none;
    color: #0071be;
}
#busPage #resultBox .box h3 p.btn {
    margin: 0;
    padding: 0;
    float: right;
  border-radius: 6px;
  background-color: #f5e315;
  box-shadow: 0px 2px 0px 0px rgba(96, 89, 4, 0.33);
  width: 140px;
    position: relative;
    top: -5px;
    font-size: 16px;
    line-height: 1.2;
}
#busPage #resultBox .box h3 p.btn a {
    margin: 0;
    padding: 6px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
}
#busPage #resultBox .box h3 p.btn a span:before {
	margin:0 5px 0 0;
	content:" ";
	display:inline-block;
	width:16px;
	height:16px;
    background:url(../images/point_08.png);
	background-size:contain;
	vertical-align:middle;	
    position: relative;
    top: -1px;
}
#busPage #resultBox .box h3 p.btn.change{
  background-color: rgb(246, 246, 246);
  box-shadow: 0px 2px 0px 0px rgba(164, 164, 164, 0.33);
    border: 0;
}
#busPage #resultBox .box h3 p.btn.change a {
    color: #262626;
}
#busPage #resultBox .box h3 p.btn.change span:before {
	margin:0 3px 0 0;
	content:" ";
	display:inline-block;
	width:18px;
	height:17px;
    background:url(../images/ico_change.png);
	background-size:contain;
	vertical-align:middle;	
    position: relative;
    top: -2px;
}
#busPage #resultBox .box .icoBox {
    margin: 0;
    padding: 0;
}
#busPage #resultBox .box .icoBox .list {
    margin: 0 0 20px 0;
    padding: 0;
    float: left;
    position: relative;
}
#busPage #resultBox .box .icoBox .list.b01 {
    margin-right: 15px;
}
#busPage #resultBox .box .icoBox .list.b02 {
    margin-right: 0;
}
#busPage #resultBox .box .icoBox .list.b03 {
    margin-right: 15px;
}
#busPage #resultBox .box .icoBox .list.b04 {
    margin-right: 0;
}
#busPage #resultBox .box .icoBox .list ul {
    margin: 0;
    padding: 0;
}
#busPage #resultBox .box .icoBox .list ul li {
    margin: 4px 4px 0 0;
    padding: 0;
    float: left;
}
#busPage #resultBox .box .icoBox .list ul li img {
    opacity: 0.1;
}
#busPage #resultBox .box .icoBox .list ul li.on img {
    opacity: 1.0;
}
#busPage #resultBox .box .icoBox .list ul li:last-child {
    margin-right: 0;
}
#busPage #resultBox .box .icoBox .list ul li img {
    width: 31px;
    height: auto;
}
#busPage #resultBox .box .icoBox .list h4 {
    margin: 0 0 5px 0;
    padding: 5px 20px;
    background-color: #0071be;
    text-align: center;
    display: inline-block;
    font-size: 0.813rem;
    color: #FFF;
    position: relative;
    border-radius: 4px;
    line-height: 1.2;
    border: 0;
}
#busPage #resultBox .box .icoBox .list h4:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #0072be transparent transparent transparent;
    position: absolute;
    left: calc(50% - 4px);
    bottom: -6px;
}
#busPage #resultBox .box .icoBox .list p.price {
    margin: 10px 0 0 0;
    padding: 0;
    color: #d71717;
    font-weight: 900;
    font-size: 1.438rem;
    line-height: 1.2;
}
#busPage #resultBox .box .icoBox .list p.txt {
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: 900;
    font-size: 1.438rem;
    line-height: 1.2;
}
#busPage #resultBox .box .icoBox .list p.btnIcon {
    margin: 0;
    padding: 0;
    float: left;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 0px 0px rgba(136, 133, 133, 0.2);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    position: absolute;
    bottom: 0;
    right: -150px;
}
#busPage #resultBox .box .icoBox .list p.btnIcon a {
    margin: 0;
    padding: 4px 10px;
    display: block;
    color: #2c3135;
    text-decoration: none;
}
#busPage #resultBox .box .icoBox .list p.btnIcon a span:before {
	margin:0 6px 0 0;
	content:" ";
	display:inline-block;
	width:13px;
	height:20px;
    background:url(../images/ico_first.png);
	background-size:contain;
	vertical-align:middle;	
    position: relative;
    top: 0;
}
#busPage #resultBox .box .reservationBox {
    margin: 0 0 25px 0;
    padding: 0;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 0px 0px rgba(136, 133, 133, 0.2);
    display: table;
    height: 100%;
    width: 100%;
}
#busPage #resultBox .box .reservationBox:last-child {
    margin: 0;
}
#busPage #resultBox .box .reservationBox h2 {
    margin: 0;
    padding: 0;
  background-color: #0071be;
    display: table-cell;
    width: 210px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.375rem;
    color: #FFF;
    font-weight: 900;
    height: 100%;
    border-radius: 5px 0 0 5px;
    float: none;
}
#busPage #resultBox .box .reservationBox .list {
    margin: 0;
    padding: 15px;
    display: table-cell;
    width: calc(100% - 210px);
    box-sizing: border-box;
    vertical-align: middle;
}
#busPage #resultBox .box .reservationBox .list ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
#busPage #resultBox .box .reservationBox .list ul li {
    margin: 0 2% 0 0;
    padding: 0;
    float: left;
    width: 49%;
  border-width: 2px;
  border-color: rgb(38, 139, 185);
  border-style: solid;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 0px 0px rgba(121, 115, 115, 0.2);
    box-sizing: border-box;
    text-align: center;
}
#busPage #resultBox .box .reservationBox .list ul li:last-child {
    margin-right: 0;
}
#busPage #resultBox .box .reservationBox .list ul li a {
    display: block;
    padding: 10px 0;
}
#busPage #resultBox .box .reservationBox .list ul li a img {
    height: 40px !important;
    width: auto;
}
#busPage #resultBox .box ul.btnLink{
    margin: 0 0 20px 0;
}
#busPage #resultBox .box ul.btnLink li {
    margin: 0 0 7px 0;
    padding: 0;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.5;
    background: url(../images/point_link_02.png) no-repeat right 10px center;
    background-color: #FFFBC6;
    background-size: 12px 12px;
    border: solid 1px #CDCBA6;
    border-radius: 4px;
    box-shadow: 0px 3px 0px 0px rgba(136, 133, 133, 0.2);
}
#busPage #resultBox .box ul.btnLink li a {
    margin: 0;
    padding: 6px 25px 6px 12px;
    display: block;
    text-decoration: none;
    color: #d71717;
    border-radius: 4px;
}
#busPage #resultBox .box .txtBox {
    margin: 0 0 20px 0;
    padding: 0;
  border-radius: 5px;
  background-color: #F5F5F5;
}
#busPage #resultBox .box .txtBox:last-child {
    margin-bottom: 0;
}
#busPage #resultBox .box .txtBox .inner {
    padding: 20px 20px 10px 20px;
    font-size: 0;
}
#busPage #resultBox .box .txtBox .inner .detail {
    margin: 0;
    padding: 0 0 10px 0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
#busPage #resultBox .box .txtBox .inner .detail h4 {
    padding: 0;
    margin: 0 10px 0 0;
  font-size: 0.85rem;
  line-height: 1.6;
    font-weight: 900;
    background-color: transparent;
    border-bottom: 0;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}
#busPage #resultBox .box .txtBox .inner .detail p {
    padding: 0;
    margin: 0;
  font-size: 0.85rem;
  line-height: 1.6;
    display: inline-block;
    vertical-align: top;
}


/*  +++++++++++++++++++++++++ busPage detail +++++++++++++++++++++++++ */

#busPage.detail #resultBox .box h4 {
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    color: #0071be;
  font-size: 1.2rem;
  line-height: 1.6;
    font-weight: 900;
    background-color: transparent;
    border-bottom: solid 3px #0071be;
}
#busPage.detail #resultBox .box .categoryBox {
    padding: 0;
    margin: 0 0 20px 0;
}
#busPage.detail #resultBox .box .categoryBox h5 {
    padding: 0;
    margin: 0 0 2px 0;
  font-size: 0.85rem;
  line-height: 1.6;
    font-weight: 900;
    background-color: #F5F5F5;
    border: none;
    background-image: none;
}
#busPage.detail #resultBox .box .categoryBox h5 a {
    padding: 8px 15px;
    margin: 0;
    text-decoration: none;
    display: block;
    background: url(../images/point_link_02.png) no-repeat right 10px center;
    background-size: 12px 12px;
}
#busPage.detail #resultBox .box .categoryBox h5 span {
    padding: 8px 15px;
    margin: 0;
    display: block;
}
#busPage.detail #resultBox .box .categoryBox h5.active a {
    background: url(../images/point_link_02_open.png) no-repeat right 10px center;
    background-size: 12px 12px;
}
#busPage.detail #resultBox .box .categoryBox .detailBox {
    padding: 10px 0;
    margin: 0;
}
#busPage.detail #resultBox .box .categoryBox .detailBox p:last-child {
    margin-bottom: 0;
}
#busPage.detail #resultBox .box #tabDetail{
	margin:0 0 30px 0;
	padding:0;
    width: 100%;
}
#busPage.detail #resultBox .box #tabDetail ul#tabNavi{
	margin: 0px;
	padding: 0px;
    font-size: 0;
    width: 100%;
    border-bottom: solid 2px #d3d3d3;
    position: relative;
}
#busPage.detail #resultBox .box #tabDetail ul#tabNavi li {
    font-size: 1rem;
    font-weight: 900;
    display: inline-block;
    text-align: center;
    width: calc(100% / 4);
    position: relative;
    bottom: -2px;
}
#busPage.detail #resultBox .box #tabDetail ul#tabNavi li a {
	padding:15px 0;
	margin:0;
	text-decoration:none;
	display:block;
    color: #646565;
}
#busPage.detail #resultBox .box #tabDetail ul#tabNavi li a.selected,
#busPage.detail #resultBox .box #tabDetail ul#tabNavi li a:hover {
	color:#0071be;
    border-top: solid 2px #d3d3d3;
    border-right: solid 2px #d3d3d3;
    border-left: solid 2px #d3d3d3;
    border-bottom: solid 2px #FFF;
    opacity: 1;
    background: url(../images/point_06.png) no-repeat center bottom;
    background-size: 18px 7px;
}
#busPage.detail #resultBox .box #tabDetail .tabSub {
	margin: 0;
	padding: 15px 0 0 0;
}
#busPage.detail #resultBox .box #tabDetail .tabSub p:last-child {
	margin: 0;
}
#busPage.detail #resultBox .box #tabDetail .tabSub p.btnPrint,
#wrapper.print #co p.btnPrint {
    margin: 0 auto 20px auto;
    padding: 0;
  border-width: 1px;
  border-color: rgb(211, 211, 211);
  border-style: solid;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 0px 0px rgba(219, 219, 219, 1.0);
    width: 200px;
    text-align: center;
    font-weight: 900;
}
#busPage.detail #resultBox .box #tabDetail .tabSub p.btnPrint a,
#wrapper.print #co p.btnPrint a {
    margin: 0;
    padding: 6px 0;
    display: block;
    text-decoration: none;
}
#busPage.detail #resultBox .box #tabDetail .tabSub p.btnPrint a span:before,
#wrapper.print #co p.btnPrint a span:before{
	margin:0 5px 0 0;
	content:" ";
	display:inline-block;
	width:18px;
	height:21px;
    background:url(../images/ico_print.png);
	background-size:contain;
	vertical-align:middle;	
    position: relative;
    top: -2px;
}


/*  +++++++++++++++++++++++++ busPage route only +++++++++++++++++++++++++ */

#busPage.route #resultBox .box .inner ul.point01 {
    margin: 0;
}
#busPage.route #resultBox .box .inner ul.point01 li:last-child {
    margin: 0;
}



/*  +++++++++++++++++++++++++ detailPage +++++++++++++++++++++++++ */


.page.detailPage p.btn {
    margin: 20px auto 0 auto;
  border-radius: 200px;
  width: 300px;
    font-size: 0.81rem;
    font-weight: 900;
  border: solid 3px rgb(191, 191, 191);
}
.page.detailPage p.btn a {
    margin: 0;
    padding: 7px 0;
    display: block;
    text-align: center;
    text-decoration: none;
}
.page.detailPage p.btn a span:before {
	margin:0 5px 0 0;
	content:" ";
	display:inline-block;
	width:11px;
	height:11px; background:url(../images/point_02.png);
	background-size:contain;
	vertical-align:middle;	
    position: relative;
    top: -2px;
}



/*  +++++++++++++++++++++++++ informationPage +++++++++++++++++++++++++ */


#informationPage #informationList {
    margin: 0 0 30px 0;
    padding: 0;
}
#informationPage p.btn {
    margin: 20px auto 0 auto;
  border-radius: 200px;
  width: 300px;
    font-size: 0.81rem;
    font-weight: 900;
  border: solid 3px rgb(191, 191, 191);
}
#informationPage p.btn a {
    margin: 0;
    padding: 7px 0;
    display: block;
    text-align: center;
    text-decoration: none;
}
#informationPage p.btn a span:before {
	margin:0 5px 0 0;
	content:" ";
	display:inline-block;
	width:11px;
	height:11px; background:url(../images/point_02.png);
	background-size:contain;
	vertical-align:middle;	
    position: relative;
    top: -2px;
}




/*  +++++++++++++++++++++++++ faqPage +++++++++++++++++++++++++ */


#faqPage .box {
	margin: 0 0 10px 0;
	padding: 0;
  border: solid 1px #D3D3D3;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 0px 0px rgba(136, 133, 133, 0.2);
    transition-duration: 0.3s;
}
#faqPage .box.active {
    margin: 25px 0;
  background-color: #0071be;
    border: solid 1px #0071be;
}
#faqPage .box h3 {
	margin: 0;
	padding: 0;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.6;
    border: 0;
}
#faqPage .box h3 a {
    color: #232222;
    text-decoration: none;
    display: block;
    padding: 15px 45px 15px 20px;
    background: url(../images/point_close.png) no-repeat right 20px center;
    background-size: 20px 20px;
    background-color: #FFF;
    border-radius: 5px;
    transition-duration: 0.3s;
}
#faqPage .box.active h3 a {
    color: #FFF;
    background: url(../images/point_open.png) no-repeat right 20px center;
    background-size: 20px 20px;
    background-color: #0071be;
}
#faqPage .box .aBox {
	margin: 0;
	padding: 0 20px 20px 20px;
}
#faqPage .box .aBox .inner {
	margin: 0;
	padding: 20px;
    background: #FFF;
    width: auto;
}
#faqPage .box .aBox .inner p {
    margin: 0 0 20px 0;
    padding: 0;
  font-size: 0.85rem;
  line-height: 1.875;
}
#faqPage .box .aBox .inner p:last-child {
    margin-bottom: 0;
}
#faqPage .box+h2 {
    margin-top: 40px;
}



/*  +++++++++++++++++++++++++ shitenPage +++++++++++++++++++++++++ */


#shitenPage th {
    width: 120px;
    text-align: left;
    white-space: normal;
}


/*  +++++++++++++++++++++++++ enterprisePage +++++++++++++++++++++++++ */


#enterprisePage #tabEnterprise{
	margin:0 0 30px 0;
	padding:0;
    width: 100%;
}
#enterprisePage #tabEnterprise ul#tabNavi{
	margin: 0px;
	padding: 0px;
    font-size: 0;
    width: 100%;
    border-bottom: solid 2px #d3d3d3;
    position: relative;
}
#enterprisePage #tabEnterprise ul#tabNavi li {
    font-size: 1rem;
    font-weight: 900;
    display: inline-block;
    text-align: center;
    width: calc(100% / 5);
    position: relative;
    bottom: -2px;
}
#enterprisePage #tabEnterprise ul#tabNavi li a {
	padding:15px 0;
	margin:0;
	text-decoration:none;
	display:block;
    color: #646565;
}
#enterprisePage #tabEnterprise ul#tabNavi li a.selected,
#enterprisePage #tabEnterprise ul#tabNavi li a:hover {
	color:#0071be;
    border-top: solid 2px #d3d3d3;
    border-right: solid 2px #d3d3d3;
    border-left: solid 2px #d3d3d3;
    border-bottom: solid 2px #FFF;
    opacity: 1;
    background: url(../images/point_06.png) no-repeat center bottom;
    background-size: 18px 7px;
}
#enterprisePage #tabEnterprise .tabSub {
	margin: 0;
	padding: 15px 0 0 0;
}
#enterprisePage #tabEnterprise .tabSub p:last-child {
	margin: 0;
}
#enterprisePage #tabEnterprise .tabSub table.normal {
	margin: 0;
}
#enterprisePage .galleryBox {
	margin: 0 0 30px 0;
}
#enterprisePage .galleryBox ul {
	margin: 0;
    font-size: 0;
    width: 795px;
}
#enterprisePage .galleryBox ul li {
	margin: 0 15px 0 0;
    display: inline-block;
    width: 250px;
}
#enterprisePage .galleryBox ul li img {
    width: 100%;
    height: auto;
}
#enterprisePage .mapBox {
    margin: 0 0 15px 0;
}
#enterprisePage .space {
    color:#0071BE;
}
#enterprisePage .full {
    color:#d71717;
}

/*  +++++++++++++++++++++++++ charterPage +++++++++++++++++++++++++ */

#charterPage #c30 {
	margin: 0 0 30px 0;
	border: 3px solid #0072BC;
	padding: 20px;
	border-radius: 6px;
}
#charterPage #c30 .photo {
float: left;
width: 240px;
margin: 0 20px 0 0;
}
#charterPage #c30 .txt {
    float: left;
    width: calc(100% - 260px);
    margin: 0;
}
#charterPage #c30 p {
line-height: 1.6;
}
#charterPage #c30 p.title {
margin: 0px;
}
#charterPage .nBox {
    margin: 0 0 20px 0;
    padding: 0;
  border-width: 1px;
  border-color: rgb(211, 211, 211);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 0px 0px rgba(136, 133, 133, 0.2);
}
#charterPage .nBox .inner {
    margin: 0;
    padding: 20px;
}
#charterPage .nBox h4 {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
  font-size: 1.4rem;
  line-height: 1.6;
    font-weight: 900;
    background-color: transparent;
    border-bottom: solid 1px #e5e5e5;
}
#charterPage .nBox h5 {
    padding: 10px 18px;
    margin: 0 0 10px 0;
  font-size: 1.0rem;
  line-height: 1.6;
    font-weight: 900;
    background-image: none;
    background-color: #F5F5F5;
    border: 0;
    border-radius: 5px;
}
#charterPage .reservationBox {
    padding: 0;
    margin: 0 0 20px 0;
    border: solid 3px #0071be;
    border-radius: 5px;
}
#charterPage .reservationBox .inner {
    padding: 20px;
    margin: 0;
}
#charterPage .reservationBox h3 {
    padding: 0;
    margin: 0 0 15px 0;
  font-size: 1.3rem;
    border: 0;
    text-align: center;
    color: #0071be;
}
#charterPage .reservationBox p{
    margin: 0;
    text-align: center;
}
#charterPage .reservationBox p.btn {
    margin: 20px auto 0 auto;
  border-radius: 6px;
  background-color: rgb(0, 113, 190);
  box-shadow: 0px 2px 0px 0px rgba(3, 70, 116, 1.0);
  width: 450px;
    font-size: 1.0rem;
    font-weight: 900;
}
#charterPage .reservationBox p.btn a {
    margin: 0;
    padding: 10px 0;
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}
#charterPage .reservationBox p.btn a span:before {
	margin:0 5px 0 0;
	content:" ";
	display:inline-block;
	width:18px;
	height:18px;
    background:url(../images/point_03.png);
	background-size:contain;
	vertical-align:middle;	
    position: relative;
    top: -2px;
}


/*  +++++++++++++++++++++++++ sitemapPage +++++++++++++++++++++++++ */

#sitemapPage h3 a:link,
#sitemapPage h3 a:visited{
    color: #333;
}
#sitemapPage h3 a:hover{
    text-decoration: none;
}

.detailBox ul{
    margin: 0 0 20px 0;
}
.detailBox ul li{
    margin: 0 0 7px 0;
    padding: 0 0 0 18px;
    font-size: 0.875rem;
    line-height: 1.5;
    background: url(../images/point_05.png) no-repeat left 3px;
    background-size: 14px 14px;
}



/*  +++++++++++++++++++++++++ print +++++++++++++++++++++++++ */

#wrapper.print #co{
    text-align: left;
    padding-top: 30px;
}
#wrapper.print #co p.logo{
    margin: 0 0 25px 0;
    padding: 0;
}
#wrapper.print #co #contents{
    margin: 0;
    padding: 0 0 30px 0;
    width: 1000px;
    float: none;
}
#wrapper.print #co #contents .printTxt{
    margin: 0 0 50px 0;
    padding: 0;
}
#wrapper.print #co #contents h3 {
    padding: 0 0 8px 0;
    margin: 0 0 20px 0;
  font-size: 1.4rem;
  line-height: 1.6;
    font-weight: 900;
    border-left: 0;
    border-bottom: solid 2px #000;
}
#wrapper.print #co #contents p+h4{
    margin-top: 15px;
}
#wrapper.print #footer{
    margin: 0;
    padding: 0;
    background-color: transparent;
}
#wrapper.print #footer .inner{
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
}
#wrapper.print #footer #copyBox {
    margin: 0;
    padding: 0;
    border-top: 0;
}
#wrapper.print #footer #copyBox .inner {
    padding: 15px 0;
    border-top: solid 1px #ccc;
}
#wrapper.print #footer #copyBox p#copy {
    float: none;
  font-size: 0.75rem;
  color: #000;
  line-height: 1.6;
}
