@charset "utf-8";
/* top
-------------------------------------------------------------------*/
/*トップ運行情報表 */

#status_table{
  display:table;
  table-layout:fixed;
  width:100%;
  background-color:#fff;
  /*margin-bottom:20px;*/
}
#status_table:after,
#status_table *:after{
  display:none;
  content:none;
}

#status_table > dl{
  display:table-cell;
  border:solid 1px #ccc;
  text-align:center;
  vertical-align:middle;
  vertical-align:top;
    box-sizing: border-box;
}
#status_table dt{
  background: #3396b8;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
}
#status_table dd a{
  min-height:4em;
  width:100%;
  box-sizing:border-box;
  position:relative;
  padding:10px;
  padding-right:40px;
  display: flex; 
  justify-content: center; 
  align-items: center;
  cursor:pointer;
}
#status_table dd a:after{
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 25px;
    margin: auto;
    content: "";
    display:inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    border-top: 3px solid #AAAAAA;
    border-right: 3px solid #AAAAAA;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%); 
}

#status_table dd a {
	display:flex;
	justify-content: center;
    align-items: center;
}
#status_table dd a span{
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:left;
  display:inline-block;
  vertical-align:middle;
  max-height:2.7em;
}
#status_table dd a img{
  margin:5px;
  vertical-align:middle;
}

@media (max-width: 767px) {
  #status_table{
    display:block;
    width:100%;
    background-color:#fff;
    margin-bottom:40px;
  }
  #status_table > dl{
    display:block;
    width:50%;
    float:left;
  }
  #status_table > dl:nth-of-type(3){
    width:100%;
    float:none;
  }
  #status_table > dl:nth-of-type(3):before{
    clear:both;
    content:"";
    display:block;
    width: 100%;
  }
	#status_table dl:last-child dd a{
		height:auto !important;
	}
}





#express_pl1 {
	display: block;
	padding-top: 140px;
	margin-top: -140px;
}
a:focus {
	outline: none;
}
.main {
	padding: 40px 0 60px 0;
	background: #F6F6F6;
}
.slider {
	width: 90%;
	margin: 0 auto;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slidebox {
	width: 100%;
	position: relative;
}
.slidebox .slick-slide {
	margin: 30px;
}
.slide-arrow {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -3%;
	width: 5%;
	height: auto;
	z-index: 2;
	cursor: pointer;
}
.prev-arrow {
	left: 3%;
}
.next-arrow {
	right: 3%;
}
.status {
	margin: 40px 0 40px 0;
}
.status dt {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
	text-align: center;
	width: 152px;
	font-size: 20px;
	color: #fff;
	background: #DF004F;
	box-sizing: border-box;
}
.status dt:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #DF004F;
	z-index: 2;
}
.status dt:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	z-index: 1;
}
.status dd {
	display: table-cell;
	background: #EEEEEE;
	width: 847px;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 20px 0 20px 40px;
}
.area_01 .guidebox {
	border: 4px solid #00A299;
	padding: 23px 20px;
	box-sizing: border-box;
	width: 490px;
}
.area_01 .guidebox h3 {
	padding: 5px 0 20px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #0070CA;
	letter-spacing: 0.03em;
	vertical-align: middle;
}
.area_01 .guidebox h3 span {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.area_01 .guidebox01 h3 {
	color: #00A299;
}
.area_01 .guidebox01 ul {
	margin-bottom: 8px;
}
.area_01 .guidebox ul li {
	margin: 0 0 10px 0;
}
.area_01 .guidebox01 ul li.last {
	clear: both;
}
.area_01 .guidebox ul li a {
	display: flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-decoration: none;
	border: 1px solid #00A299;
	box-sizing: border-box;
	width: 213px;
	padding: 0;
	box-shadow: 0px 0px 5px 2px #f4f4f4;
	height: 80px;
}
.area_01 .guidebox01 ul li.first a {
	width: 442px;
	padding: 27px 0 27px 15px;
	/* height:74px; */
	align-items: flex-start;
}
.area_01 .guidebox ul li.first02 a {
	padding: 0 15px;
	font-size: 15px;
	align-items: flex-start;
}
.area_01 .guidebox ul li.last a {
	padding: 10px 0 10px 15px;
}
.area_01 .guidebox ul li.last a span {
	font-size: 14px;
}
.area_01 .guidebox02, .area_01 .guidebox03, .area_01 .guidebox04 {
	border: 4px solid #0070CA;
}
.area_01 .guidebox02 dl {
	display: table-cell;
	vertical-align: middle;
	width: 176px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	background: #0070CA;
}
.area_01 .searchbox {
	border: 2px solid #0070CA;
}
.area_01 .guidebox02 dl dd {
	font-size: 13px;
	padding: 10px 0 0 0;
}
.area_01 .guidebox02 .txtbox {
	display: table-cell;
	vertical-align: middle;
	padding: 25px 0 25px 15px;
}
.area_01 .guidebox02 ul li {
	float: left;
	margin: 0 0 11px 9px;
}
.area_01 .guidebox02 ul li.first {
	margin: 0;
}
.area_01 .guidebox02 ul li a {
	height: 50px;
	width: 81px;
	font-size: 14px;
	text-align: center;
	padding: 0;
	border: 1px solid #0070CA;
}
.area_01 .guidebox02 ul li.txt01 a,
.area_01 .guidebox02 ul li.txt02 a {
	line-height: 1.1em;
}
.area_01 .guidebox02 ul li.txt02 a span {
	font-size: 11px;
}
.area_01 .guidebox02 .txtbox .txt_in {
	width: 86px;
	float: left;
	font-size: 14px;
}
.area_01 .guidebox02 .txtbox .button {
	font-size: 14px;
	width: 59px;
	padding: 14px 0;
	text-align: center;
	border: 1px solid #DDDDDD;
	float: left;
	box-sizing: border-box;
}
.area_01 .guidebox02 .txtbox .txt_in p {
	padding: 0 0 5px 0;
}
.area_01 .guidebox02 .txtbox p.kome {
	font-size: 10px;
	text-align: center;
	padding: 10px 0 0 0;
	clear: both;
}
.area_01 select {
	width: 80px;
	padding: 3px;
	border: 1px solid #DDDDDD;
}
.area_01 .guidebox02 ul {
	padding: 0 0 5px;
}
.area_01 .guidebox02 .link {
	padding: 16px 0 0 0;
	text-align: center;
}
.area_01 .guidebox03, .area_01 .guidebox04 {
	margin: 25px 0 0 0;
}
.area_01 .guidebox03 ul li a {
	height: auto;
	padding: 20px 0 20px 15px;
	width: 100%;
	border: 1px solid #0070CA;
}
.area_01 .guidebox03 .link {
	margin: 20px 0 0 18px;
	padding: 0 0 0 20px;
	background: url(../img/common/arrow03.png) no-repeat left center;
}
.area_01 .guidebox04 ul li a {
	height: auto;
	padding: 10px 0;
	width: 213px;
	border: 1px solid #0070CA;
	text-align: center;
	font-size: 14px;
}
.area_01 .guidebox04 ul li.full a{
	width:100%;
}
.area_02 {
	padding: 65px 0 0 0;
}
#tabBox1 {
	padding-top: 230px;
	margin-top: -230px;
}
#tabBox2, #tabBox3, #tabBox4 {
	display: none;
	padding-top: 230px;
	margin-top: -230px;
}
.tabMenu {
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
}
.tabMenu li {
	float: left;
	width: 246px;
	box-sizing: border-box;
	border: 2px solid #00549C;
	margin: 0 2px;
}
.tabMenu li a {
	display: block;
	text-decoration: none;
	background: #fff;
	padding: 15px 0;
	font-size: 14px;
}
.tabMenu li.last {
	padding: 0;
}
.tabMenu li a:hover {
	background: #00549C;
	color: #fff;
}
.tabMenu .active {
	background: #00549C;
	color: #fff;
	position: relative;
	display: inline-block;
	width: 100%;
}
.tabMenu .active:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -13px;
	border: 13px solid transparent;
	border-top: 13px solid #00549C;
}
.tabBoxes a {
	display: block;
}
.tabBoxes dl {
	padding: 25px 30px 25px 145px;
	border: 2px solid #DDDDDD;
	font-size: 14px;
	margin: 0 0 13px 0;
}
.tabBoxes dl dt {
	width: 110px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 70px 0 0;
}
.tabBoxes dl dt.new {
	position: relative;
}
.tabBoxes dl dt.new:after {
	width: 68px;
	height: 27px;
	content: "";
	margin: auto;
	position: absolute;
	background: url(../img/new.png) no-repeat center;
	top: 0;
	bottom: 0;
	right: 0;
	background-size: 90%;
}
.tabBoxes .icon1, .tabBoxes .icon2, .tabBoxes .icon3, .tabBoxes .icon4, .tabBoxes .icon5, .tabBoxes .icon6, .tabBoxes .icon7, .tabBoxes .icon8 {
	background: url(../img/common/info_ico01.png) no-repeat left center, url(../img/common/arrow05.png) no-repeat 98% center;
}
.tabBoxes .icon2 {
	background-image: url(../img/common/info_ico02.png)
}
.tabBoxes .icon3 {
	background-image: url(../img/common/info_ico03.png)
}
.tabBoxes .icon4 {
	background-image: url(../img/common/info_ico04.png)
}
.tabBoxes .icon5 {
	background-image: url(../img/common/info_ico05.png)
}
.tabBoxes .icon6 {
	background-image: url(../img/common/info_ico06.png)
}
.tabBoxes .icon7 {
	background-image: url(../img/common/info_ico07.png)
}
.tabBoxes .icon8 {
	background-image: url(../img/common/info_ico08.png);
}
.tabBoxes dl dd {
	display: table-cell;
	vertical-align: middle;
	width: 770px;
	padding: 0 10px 0 15px;
	box-sizing: border-box;
}
.tabBoxes .link {
	box-shadow: 0px 0px 5px 2px #f4f4f4;
}
.area_02 .link a {
	width: 324px;
	padding: 15px 0;
	margin: 30px auto;
	text-align: center;
	color: #fff;
	border: 3px solid #0070CA;
	background: url(../img/common/arrow04.png) no-repeat 90% center #00549C;
	box-sizing: border-box;
	font-size: 14px;
}
.area_03 {
	padding: 66px 0 70px 0;
	margin: 50px 0 0 0;
	background: url(../img/bg_img.png) no-repeat center;
	background-size: cover;
}
.area_03 h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 60px 0;
}
.area_03 ul.link01 li {
	float: left;
	width: 220px;
	box-shadow: 0px 0px 6px 3px #e0e0e0;
}
.area_03 ul.link01 li.center {
	margin: 0 28px 0 46px;
}
.area_03 ul.link01 li.last {
	margin-left:46px;
}
.area_03 ul.link01 li dl dd {
	padding: 30px 20px;
	color: #00539B;
	font-weight: bold;
	background: url(../img/common/arrow05.png) no-repeat 90% center #fff;
}
.area_03 ul.link01 li dl dd.nigyou{
	padding:18px;
}

.area_03 ul.link02 {
	margin: 25px 0 0 0;
}
.area_03 ul.link02 li {
	width: 485px;
	float: left;
}
.area_03 ul.link02 li a {
	float: left;
	width: 485px;
	box-shadow: 0px 0px 6px 3px #e0e0e0;
	margin: 0 0 15px 0;
	background: url(../img/common/arrow05.png) no-repeat 95% center #fff;
}
.area_03 ul.link02 li.right {
	float: right;
}
.area_03 ul.link02 dt {
	float: left;
	width: 100px;
}
.area_03 ul.link02 li dd {
	padding: 15px 60px 0 20px;
	width: 371px;
	box-sizing: border-box;
	float: left;
}
.area_03 ul.link02 li .tit {
	color: #00539B;
	font-weight: bold;
}
.area_03 ul.link02 li .txt {
	font-size: 12px;
	padding: 5px 0 0 0;
}
.slide_area {
	padding: 60px 0;
}
.slide_area ul li {
	padding: 0 10px;
}
 @media screen and (max-width: 768px) {
.area_01 .guidebox ul li.first02 a {
	padding: 10px 0;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	align-items: center;
}
.main {
	padding: 30px 10px;
	background: #F6F6F6;
}
.slider {
	width: 100%;
	margin: 0 auto;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slidebox {
	width: 100%;
	position: relative;
}
.slidebox .slick-slide {
	margin: 0;
}
.slide-arrow {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -2.5%;
	width: 8%;
	height: auto;
	z-index: 2;
	cursor: pointer;
}
.prev-arrow {
	left: -10px;
}
.next-arrow {
	right: -10px;
}
.status {
	margin: 0;
}
.status dt {
	position: relative;
	display: block;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #fff;
	background: #DF004F;
	box-sizing: border-box;
}
.status dt:before {
	content: "";
	position: absolute;
	right: auto;
	margin-top: 0;
	border-left: 0;
	z-index: 2;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #DF004F;
}
.status dd {
	display: block;
	background: #EEEEEE;
	width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 30px 10px;
	text-align: center;
}
.area_01 .box_in {
	padding: 30px 10px 0 10px;
}
.area_01 .guidebox01 {
	margin: 0 0 20px 0;
}
.area_01 .guidebox {
	border: 2px solid #00A299;
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
	float: none;
	clear: both;
}
.area_01 .guidebox h3 {
	padding: 0 0 20px 0;
	text-align: center;
}
.area_01 .guidebox ul li {
	margin: 0 0 10px 0;
	width: 49%;
}
.area_01 .guidebox04 ul li.full{
	width:100%;
}
.area_01 .guidebox ul li.first02 {
}
.area_01 .guidebox01 ul li.last {
	clear: both;
}
.area_01 .guidebox ul li a {
	text-decoration: none;
	border: 1px solid #00A299;
	box-sizing: border-box;
	width: 100%;
	line-height: 1.4;
	padding: 8px 8px;
	box-shadow: 0px 0px 5px 2px #f4f4f4;
	height: 60px;
	text-align: center;
}
.area_01 .guidebox01 ul li.sppd a {
}
.area_01 .guidebox04 ul li.sppd a {
}
.area_01 .guidebox01 ul li.first {
	width: 100%;
}
.area_01 .guidebox01 ul li.first a {
	width: 100%;
	padding: 15px 0;
	height: auto;
	align-items: center;
}
 @media screen and (max-width: 320px) {
 .area_01 .guidebox ul li.first02 a {
 font-size: 10px;
 padding: 11px 0;
}
}
.area_01 .guidebox ul li.last a {
	padding: 15px 0;
}
.area_01 .guidebox ul li.last a span {
	font-size: 12px;
}
 @media screen and (max-width: 320px) {
.area_01 .guidebox ul li.last a span {
	font-size: 10px;
}
}
.area_01 .guidebox02, .area_01 .guidebox03, .area_01 .guidebox04 {
	border: 2px solid #0070CA;
	clear: both;
	float: none;
}
.area_01 .guidebox02 dl {
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	background: #0070CA;
}
.area_01 .searchbox {
	border: 1px solid #0070CA;
}
.area_01 .guidebox02 dl dd {
	font-size: 13px;
	padding: 5px 0 0 0;
}
.area_01 .guidebox02 .txtbox {
	display: block;
	padding: 15px;
}
.area_01 .guidebox02 ul li {
	margin: 0 0 5px 0;
	width: 49%;
}
.area_01 .guidebox02 ul li.spright {
	float: right;
}
.area_01 .guidebox02 ul li.first {
	margin: 0 0 5px 0;
}
.area_01 .guidebox02 ul li a {
	width: 100%;
	font-size: 14px;
	text-align: center;
	border: 1px solid #0070CA;
}
.area_01 .guidebox02 ul li.txt01 a {
	line-height: 1.2em;
	padding:0;
}
.area_01 .guidebox02 ul li.txt02 a {
	line-height: 1.2em;
}
.area_01 .guidebox02 ul li.txt02 a span {
	font-size: 12px;
}
.area_01 .guidebox02 .txtbox .txt_in {
	width: 100%;
	float: none;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.area_01 .guidebox02 .txtbox .button {
	font-size: 12px;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	clear: both;
	border: 1px solid #DDDDDD;
	float: none;
	box-sizing: border-box;
}
.area_01 .guidebox02 .txtbox .txt_in p {
	padding: 0 0 5px 0;
}
	 .area_01 .guidebox02 .txtbox .button a {
    display: block;
		 cursor: pointer;
}
.area_01 .guidebox02 .txtbox p.kome {
	font-size: 10px;
	text-align: center;
	padding: 10px 0 0 0;
	clear: both;
}
.area_01 select {
	width: 100%;
	padding: 5px;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	font-size: 16px;
	background-color: #fff;
}
.area_01 .guidebox02 ul {
/* padding:30px 0 0 0; */
}
.area_01 .guidebox02 .link {
	padding: 25px 0 0 0;
	text-align: center;
}
.area_01 .guidebox03, .area_01 .guidebox04 {
	margin: 20px 0 0 0;
}
.area_01 .guidebox03 ul li {
	width: 100%;
}
.area_01 .guidebox03 ul li a {
	height: auto;
	padding: 15px;
	text-align: center;
	width: 100%;
	border: 1px solid #0070CA;
}
.area_01 .guidebox03 .link {
	margin: 15px 0 20px 18px;
	padding: 0 0 0 20px;
	background: url(../img/common/arrow03.png) no-repeat left center;
}
.area_01 .guidebox04 ul li a {
	height: auto;
	padding: 10px 0;
	width: 100%;
	border: 1px solid #0070CA;
	text-align: center;
	font-size: 14px;
}
 @media screen and (max-width: 768px) {
.area_01 .guidebox04 ul li a {
	height: 54px;
	padding: 16px 0;
	width: 100%;
	border: 1px solid #0070CA;
	text-align: center;
	font-size: 14px;
}
.area_01 .guidebox ul li .f_s {
	font-size: 13px;
	line-height: 1.4;
	padding: 10px;
}
}
 @media screen and (max-width: 320px) {
.area_01 .guidebox04 ul li a.f_s2 {
	font-size: 12px
}
}
.area_02 {
	padding: 40px 10px 0 10px;
}
#tabBox2, #tabBox3, #tabBox4 {
	display: none;
}
.tabMenu {
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
}
#tabBox1, #tabBox2, #tabBox3, #tabBox4 {
	display: none;
	padding-top: 180px;
	margin-top: -180px;
}
.tabMenu li {
	float: left;
	width: 24%;
	box-sizing: border-box;
	border: 2px solid #00549C;
	margin: 0 0.5%;
}
.tabMenu li a {
	display: block;
	text-decoration: none;
	background: #fff;
	padding: 15px 0;
	font-size: 14px;
}
.tabMenu li.last {
	padding: 0;
}
.tabMenu li a:hover {
	background: #00549C;
	color: #fff;
}
.tabMenu .active {
	background: #00549C;
	color: #fff;
	position: relative;
	display: inline-block;
	width: 100%;
}
.tabMenu .active:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -13px;
	border: 13px solid transparent;
	border-top: 13px solid #00549C;
}
.tabBoxes dl {
	padding: 15px 0 15px 70px;
	border: 2px solid #DDDDDD;
	font-size: 14px;
	margin: 0 0 10px 0;/* background:url(../img/common/arrow05.png) no-repeat right center; */
}
.tabBoxes dl dt {
	width: 90px;
	display: block;
	text-align: left;
	padding: 0 70px 0 0;
	margin: 0 0 5px 0;
}
.tabBoxes dl dt.new {
}
.tabBoxes .icon1, .tabBoxes .icon2, .tabBoxes .icon3, .tabBoxes .icon4, .tabBoxes .icon5, .tabBoxes .icon6, .tabBoxes .icon7, .tabBoxes .icon8 {
	background: url(../img/common/info_icosp01.png) no-repeat left center, url(../img/common/arrow05.png) no-repeat 98% center;
	background-size: 60px, 10px;
}
#tabBox1 {
	display: block;
}
.tabBoxes .icon2 {
	background-image: url(../img/common/info_icosp02.png)
}
.tabBoxes .icon3 {
	background-image: url(../img/common/info_icosp03.png)
}
.tabBoxes .icon4 {
	background-image: url(../img/common/info_icosp04.png)
}
.tabBoxes .icon5 {
	background-image: url(../img/common/info_icosp05.png)
}
.tabBoxes .icon6 {
	background-image: url(../img/common/info_icosp06.png)
}
.tabBoxes .icon7 {
	background-image: url(../img/common/info_icosp07.png)
}
.tabBoxes .icon8 {
	background-image: url(../img/common/info_icosp08.png);
}
.tabBoxes dl dd {
	display: block;
	width: 100%;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}
.tabBoxes .link {
	box-shadow: 0px 0px 5px 2px #f4f4f4;
}
.area_02 .link a {
	width: 100%;
	padding: 10px 0;
	margin: 30px auto;
	text-align: center;
	color: #fff;
	border: 3px solid #0070CA;
	background: url(../img/common/arrow04.png) no-repeat 90% center #00549C;
	box-sizing: border-box;
	font-size: 14px;
}
.area_03 {
	padding: 30px 0;
	margin: 40px 0 0 0;
	background: url(../img/bg_img.png) no-repeat center;
	background-size: cover;
}
.area_03 h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 30px 0;
}
.area_03 ul {
	padding: 0 10px;
}
.area_03 ul.link01{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.area_03 ul.link01::after{
	display:none;
}
.area_03 ul.link01 li {
	width: 49%;
	box-shadow: 0px 0px 6px 3px #e0e0e0;
	margin: 0 0 10px 0;
}
.area_03 ul.link01 li.center,
.area_03 ul.link01 li.last {
	margin: 0 0 10px 0;
}
.area_03 ul.link01 li dl dd {
	padding: 20px;
	color: #00539B;
	font-weight: bold;
	background: url(../img/common/arrow05.png) no-repeat 90% center #fff;
	background-size: 9px;
}
.area_03 ul.link01 li dl dd.nigyou {
    padding: 9px 20px;
}
.area_03 ul.link02 {
	margin: 10px 0 0 0;
}
.area_03 ul.link02 li {
	width: 100%;
	float: none;
}
.area_03 ul.link02 li a {
	float: left;
	width: 100%;
	box-shadow: 0px 0px 6px 3px #e0e0e0;
	margin: 0 0 10px 0;
	background: url(../img/common/arrow05.png) no-repeat 96% center #fff;
	background-size: 9px;
}
.area_03 ul.link02 li.right {
	float: none;
}
.area_03 ul.link02 dt {
	float: none;
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}
.area_03 ul.link02 li dd {
	padding: 0 60px 0 20px;
	width: 371px;
	box-sizing: border-box;
	float: none;
	display: table-cell;
	vertical-align: middle;
}
.area_03 ul.link02 li .tit {
	color: #00539B;
	font-weight: bold;
}
.area_03 ul.link02 li .txt {
	font-size: 12px;
	padding: 0 0 0 0;
}
.slide_area {
	padding: 40px 0;
	text-align: center;
}
.slide_area img {
	display: block;
	margin: 0 auto;
}
.slide_area ul li {
	padding: 0 10px;
}
}
#header {
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
}
.h_style01 {
	background: #004896;
	background: -moz-linear-gradient(-45deg, #004896 0%, #004896 50%, #eeeeee 50%);
	background: -webkit-linear-gradient(-45deg, #004896 0%, #004896 50%, #eeeeee 50%);
	background: linear-gradient(135deg, #004896 0%, #004896 50%, #eeeeee 50%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004896', endColorstr='#eeeeee', GradientType=1 );
	position: relative;
}
.rosen_page .h_style01 {
	background: #17AEA8;
	background: -moz-linear-gradient(-45deg, #17AEA8 0%, #17AEA8 50%, #eeeeee 50%);
	background: -webkit-linear-gradient(-45deg, #17AEA8 0%, #17AEA8 50%, #eeeeee 50%);
	background: linear-gradient(135deg, #17AEA8 0%, #17AEA8 50%, #eeeeee 50%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17AEA8', endColorstr='#eeeeee', GradientType=1 );
}
.rosen_page .h_style01 img {
	display: none;
}
.airport_page .h_style01 {
	background: #2693FF;
	background: -moz-linear-gradient(-45deg, #2693FF 0%, #2693FF 50%, #eeeeee 50%);
	background: -webkit-linear-gradient(-45deg, #2693FF 0%, #2693FF 50%, #eeeeee 50%);
	background: linear-gradient(135deg, #2693FF 0%, #2693FF 50%, #eeeeee 50%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2693FF', endColorstr='#eeeeee', GradientType=1 );
}
#noriba .h_style01 {
	background: #17AEA8;
	background: -moz-linear-gradient(-45deg, #17AEA8 0%, #17AEA8 50%, #eeeeee 50%);
	background: -webkit-linear-gradient(-45deg, #17AEA8 0%, #17AEA8 50%, #eeeeee 50%);
	background: linear-gradient(135deg, #17AEA8 0%, #17AEA8 50%, #eeeeee 50%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17AEA8', endColorstr='#eeeeee', GradientType=1 );
}
.h_style01 .box {
	padding: 50px 0;
	vertical-align: middle;
}
.h_style01 .box > * {
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
	color: #fff;
	line-height: 1;
}
.h_style01 .box span {
	font-size: 32px;
	font-weight: bold;
	margin-right: 30px;
}
.h_style01 .box i {
	font-style: normal;
	margin-right: 0;
	font-size: 14px;
}
.h_style02 {
	font-size: 28px;
	margin-bottom: 40px;
	background: url(../img/common/bg_h1_2.png) no-repeat bottom right;
	background-size: 18px;
}
.h_style02 span {
	display: block;
	padding-bottom: 35px;
	background: url(../img/common/bg_h1.png) repeat-X bottom left;
	margin-right: 18px;
	background-size: 1px;
}
#main_col .h_style02 span {
	display: block;
	padding-bottom: 35px;
	background: url(../img/common/bg_h1.png) repeat-X bottom left;
	margin-right: 18px;
	background-size: 1px;
}
.rosen_page .h_style02 {
	background-image: url(../img/common/bg_h1_2g.png);
}
.rosen_page .h_style02 span {
	background-image: url(../img/common/bg_h1_g.png);
}
.h_style03 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: #EEEEEE solid 5px;
	position: relative;
	font-weight: bold;
}
.h_style03:after {
	content: "";
	width: 144px;
	background: #004896;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.rosen_page .h_style03:after {
	background: #17AEA8;
}
 @media screen and (max-width:767px) {
.h_style01 {
	background: #004896;
}
.rosen_page .h_style01 {
	background: #17AEA8;
}
.airport_page .h_style01{
	background: #2693FF;
}
.h_style01 img {
	width: 45px;
	height: auto;
}
.h_style01 .box {
	padding: 25px 10px;
}
.h_style01 .box > * {
	margin-right: 10px;
}
.h_style01 .box span {
	font-size: 19px;
	margin-right: 15px;
}
.h_style01 .box i {
	font-size: 12px;
}
.h_style02 {
	font-size: 18px;
	margin-bottom: 34px;
	font-weight: bold;
	padding-bottom: 0px;
	background-size: auto 15px;
}
.h_style02 span {
	padding-bottom: 29px;
	background-size: auto 15px;
}
.h_style03 {
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: #EEEEEE solid 4px;
}
.h_style03:after {
	width: 114px;
	height: 4px;
	bottom: -4px;
}
}
/* express
-------------------------------------------------------------------*/
.express_page .area_map {
	background: #3396B8;
	color: #fff;
}
.express_page .map_cover {
	position: relative;
	padding-bottom: 20px;
}
.express_page .map_about {
	position: absolute;
	top: 40px;
	left: 0;
	vertical-align: middle;
}
.express_page .map_about * {
	display: inline-block;
	vertical-align: middle;
}
.express_page .map_about h2 {
	font-size: 28px;
	border-right: solid 1px #fff;
	padding: 5px 25px 5px 0;
}
.express_page .map_about h2 img {
	margin-right: 10px;
	vertical-align: middle;
}
.express_page .map_about h2 span {
	font-size: 20px;
}
.express_page .map_about p {
	font-size: 14px;
	line-height: 1.4;
	padding-left: 25px;
}
.express_page .quick_wrap {
	position: absolute;
	top: 128px;
	left: 0;
	border: solid 2px;
	font-weight: normal;
}
.express_page .quick_wrap h3 {
	background: #1BA2A4;
	padding: 10px;
	font-size: 18px;
	vertical-align: middle;
}
.express_page .quick_wrap h3 span {
	font-size: 12px;
	vertical-align: middle;
	margin-left: 10px;
	display: inline-block;
}
.express_page .quick_wrap .fix {
	padding: 12px;
}
.express_page .quick_wrap .area_select {
	padding: 0 0 10px;
	border-bottom: dotted 1px #fff;
}
.express_page .quick_wrap .area_select dl {
	float: left;
	width: 48%;
	font-size: 14px;
}
.express_page .quick_wrap .area_select dl+dl {
	float: right;
}
.express_page .quick_wrap .area_select dt {
	margin-bottom: 5px;
}
.express_page .quick_wrap .btn_wrap a {
	border: solid 2px #DDDDDD;
	background: #FFFFFF;
	text-align: center;
	width: 162px;
	margin: 20px auto 5px;
	color: #222;
	font-size: 14px;
	display: block;
	padding: 10px 0;
	text-decoration: none;
}
.express_page .quick_wrap .btn_wrap+p {
	text-align: center;
	font-size: 11px;
	margin-bottom: 0;
}
.express_page .sub_map {
	position: absolute;
	bottom: 10px;
	right: 0;
}
.express_page .banner {
	position: absolute;
	bottom: 10px;
	right: 68px;
}
.express_page .banner img {
	width:50%;
	height:auto;
}
.express_page .beginners {
	width: 760px;
	background: #85B200;
	margin: 0 auto;
	margin-bottom: 55px;
	color: #fff;
	box-sizing: border-box;
	padding: 15px 0;
}
.express_page .beginners h2 {
	float: left;
	width: 190px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.express_page .beginners h2 span {
	display: block;
	margin-top: 10px;
}
.express_page .beginners a {
	width: 270px;
	float: left;
	display: block;
	background: #fff;
	margin-right: 15px;
	text-decoration: none;
	position: relative;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	vertical-align: middle;
}
.express_page .beginners a span {
	display: inline-block;
	font-size: 14px;
	padding: 30px 40px 30px 15px;
}
.express_page .beginners a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 15px;
	width: 9px;
	height: 9px;
	border-top: 3px solid #999999;
	border-right: 3px solid #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.express_page .area_sheet {
	margin: 80px 0 70px;
}
.express_page .area_sheet.long {
	margin-bottom: 90px;
}

.express_page .sheet_wrap {
	margin-bottom:40px;
}
.express_page .area_sheet dl {
	float: left;
	width: 450px;
	font-size: 13px;
	position:relative;
	padding-left:114px;
	margin-bottom: 10px;
	box-sizing:border-box;
	width:490px;
}
.express_page .area_sheet dl:nth-child(even) {
/*	width: 540px;*/
}
.express_page .area_sheet dl:nth-child(2n+1) {
	clear:left;
}

.express_page .area_sheet dl dt {
	width: 100px;
	line-height: 52px;
	font-weight: bold;
	color: #fff;
	position: relative;
	background: #AD4581;
	text-align: center;
	float: left;
	margin-bottom: 22px;
	float:none;
	position:absolute;
	top:0;
	left:0;
}
.express_page .area_sheet dl dt:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: -12px;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #AD4581;
}
.express_page .area_sheet dl dd {
	float: left;
	margin-left: 14px;
	float:none;
	margin-left:0;
}
.express_page .area_sheet dl dd a {
	display: inline-block;
	text-decoration: none;
	border: solid 2px #0070CA;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	padding: 0 8px 0 14px;
	vertical-align: middle;
	line-height: 48px;
	margin-right:5px;
	margin-bottom:5px;
}
.express_page .area_sheet dl dd a+a {
/*	margin-left: 8px;
	margin-left:0;*/
}
.express_page .area_sheet dl dd a:last-child{
	margin-right:0;
}
.express_page .area_sheet dl dd a span{
	font-size:12px;
}
.express_page .area_sheet dl dd a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #AAAAAA;
	border-right: 2px solid #AAAAAA;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.express_page .area_sheet dl.hokuriku dt {
	background-color: #5F0C6C;
}
.express_page .area_sheet dl.hokuriku dt:after {
	border-left-color: #5F0C6C;
}
.express_page .area_sheet dl.shinetsu dt {
	background-color: #BA6919;
}
.express_page .area_sheet dl.shinetsu dt:after {
	border-left-color: #BA6919;
}
.express_page .area_sheet dl.kanto dt {
	background-color: #31A258;
}
.express_page .area_sheet dl.kanto dt:after {
	border-left-color: #31A258;
}
.express_page .area_sheet dl.kansai dt {
	background-color: #957402;
}
.express_page .area_sheet dl.kansai dt:after {
	border-left-color: #957402;
}
.express_page .area_sheet dl.tokai dt {
	background-color: #58A6D4;
}
.express_page .area_sheet dl.tokai dt:after {
	border-left-color: #58A6D4;
}
.express_page .area_sheet dl.shikoku dt {
	background-color: #789719;
}
.express_page .area_sheet dl.shikoku dt:after {
	border-left-color: #789719;
}
.express_page .area_sheet dl.kyushu dt {
	background-color: #88070F;
}
.express_page .area_sheet dl.kyushu dt:after {
	border-left-color: #88070F;
}
.express_page .area_sheet li {
	float: left;
	width: 175px;
	margin-bottom: 20px;
}
.express_page .area_sheet li.col {
	width: 373px;
}
.express_page .area_sheet li+li {
	margin-left: 23px;
}
.express_page .area_sheet li:nth-of-type(6n){
	margin-left:0;
}
.express_page .area_sheet li a {
	display: block;
	text-decoration: none;
	border: solid 2px #0070CA;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 14px;
	height: 65px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}
.express_page .area_sheet li a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 9px;
	height: 9px;
	border-top: 3px solid #004896;
	border-right: 3px solid #004896;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.express_page .area_sheet li a span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.express_page .area_02 {
	background: #EEEEEE;
	padding: 50px 0;
}
.express_page .area_02 li a {
	background-color: #fff;
	text-decoration: none;
}
.express_page .area_route {
	margin: 55px 0 100px;
}
.express_page .area_route .bus_center {
	text-align: center;
	margin-bottom: 65px;
}
.express_page .area_route .bus_center a {
	display: inline-block;
	border: solid 1px #ccc;
	background: #fff;
	position: relative;
	padding: 35px 0 35px 30px;
	text-align: left;
	font-size: 16px;
	background: url(../img/express/bnr01.jpg) top right no-repeat;
	box-sizing: border-box;
	width: 612px;
	text-decoration: none;
}
.express_page .area_route .bus_center a b {
	font-weight: normal;
	font-size: 20px;
	display: block;
}
.express_page .area_route .col_child {
	float: left;
	width: 476px;
	margin-bottom: 55px;
}
.express_page .area_route .col_child+.col_child {
	float: right;
}
.express_page .area_route .col_child li {
	float: left;
	width: 146px;
}
.express_page .area_route .col_child li+li {
	margin-left: 19px;
}
.express_page .area_route .col_child a {
	text-decoration: none;
	font-size: 14px;
}
.express_page .area_route .col_child img {
	display: block;
	margin-bottom: 5px;
}
.express_page .other_bus li {
	float: left;
	width: 175px;
}
.express_page .other_bus li+li {
	margin-left: 25px;
}
.express_page .other_bus li a {
	display: block;
	text-decoration: none;
	border: solid 2px #AAAAAA;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 14px;
	line-height: 65px;
	font-weight: bold;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}
.express_page .other_bus li a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 9px;
	height: 9px;
	border-top: 3px solid #AAAAAA;
	border-right: 3px solid #AAAAAA;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width:767px) {
.express_page .area_map {
	padding: 0;
}
.express_page .map_about, .express_page .map_data {
	display: none;
}
.express_page .quick_wrap {
	position: static;
	margin: 20px 10px;
}
.express_page .quick_wrap h3 {
	background: rgba(255,255,255,0.2);
	font-size: 16px;
}
.express_page .quick_wrap h3 span {
	font-size: 12px;
	margin-left: 90px;
}
.express_page .quick_wrap .fix {
	padding: 25px 20px;
}
.express_page .quick_wrap .area_select {
	padding: 0;
	border-bottom: none;
}
.express_page .quick_wrap .area_select dl {
	float: none;
	width: 100%;
}
.express_page .quick_wrap .area_select dl+dl {
	float: none;
}
.express_page .quick_wrap .area_select dl dd {
	margin-bottom: 20px;
}
.express_page .quick_wrap.form_wrap select {
	width: 100%;
	height: 2.8em;
	padding: 5px;
	box-sizing: border-box;
	vertical-align: middle;
	border-color: #DDDDDD;
	-webkit-appearance: menulist;
}
.express_page .quick_wrap .btn_wrap a {
	background: #004896;
	width: auto;
	margin: 0 0 5px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.express_page .quick_wrap .btn_wrap+p {
	text-align: center;
	font-size: 11px;
	margin-bottom: 0;
}
.express_page .sub_map {
	display: none;
}
.express_page .banner {
	display: none;
}
.express_page .beginners {
	width: auto;
	background: #fff;
	padding: 20px 10px 35px;
	margin-bottom: 0;
}
.express_page .beginners a {
	width: auto;
	float: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	margin-right: 0;
}
.express_page .beginners a:after {
	display: none;
}
.express_page .area_sheet {
	margin: 0 10px 36px;
}
.express_page .area_sheet .long {
	margin-bottom: 45px;
}
.express_page .area_sheet dl {
	float: none;
	width: 100%;
	font-size: 14px;
	margin-bottom: 1px;
	padding: 0;
}
.express_page .area_sheet dl:nth-child(even) {
	width: 100%;
}
.express_page .area_sheet dl dt {
	width: 100%;
	line-height: 45px;
	position: relative;
	text-align: left;
	float: none;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	padding: 0 10px;
	box-sizing: border-box;
}
.express_page .area_sheet dl dt span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.express_page .area_sheet dl dt:before {
	content: "";
	width: 1px;
	height: 22px;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 40px;
}
.express_page .area_sheet dl dt:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	box-sizing: border-box;
	width: 9px;
	height: 9px;
	border: none;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
	transition: transform 0.3s;
}
.express_page .area_sheet dl dt.opened:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.express_page .area_sheet dl dd {
	float: none;
	margin-left: 0;
}
.express_page .area_sheet dl dd a {
	display: block;
	border: none;
	border-bottom: solid 1px #BBBBBB;
	background: #fff;
	padding: 15px 40px 15px 10px;
	line-height: 1;
	margin:0;
}
.express_page .area_sheet dl dd a+a {
	margin-left: 0;
}
.express_page .area_sheet dl dd a:after {
	left: auto;
	right: 16px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 3px solid #AAAAAA;
	border-right: 3px solid #AAAAAA;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.express_page .area_sheet h2+ul {
	border-top: solid 2px #BBBBBB;
}
.express_page .area_sheet li {
	float: none;
	width: auto;
	margin-bottom: 0;
}
.express_page .area_sheet li.col {
	width: auto;
}
.express_page .area_sheet li+li {
	margin-left: 0;
}
.express_page .area_sheet li a {
	border: none;
	border: solid 2px #BBBBBB;
	border-top: none;
	background: #fff;
	text-align: left;
	vertical-align: middle;
	height: auto;
	padding: 15px 20px 15px 10px;
	line-height: 1;
	box-shadow: none;
}
.express_page .area_sheet li a:after {
	left: auto;
	right: 16px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 3px solid #666666;
	border-right: 3px solid #666666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.express_page .area_sheet li a span {
	position: static;
	transform: none;
	-webkit-transform: none;
	padding: 0;
}
.express_page .area_sheet li a span br {
	display: none;
}
.express_page .area_02 {
	background: #37A5FF;
	padding: 20px 10px 10px;
}
.express_page .area_02 .h_style02 {
	background: none;
	padding: 0;
	color: #fff;
	margin: 0 0 15px;
}
.express_page .area_02 .h_style02 span {
	background: none;
	padding: 0;
}
.express_page .area_02 .h_style02:after {
	display: none;
}
.express_page .area_02 .link a {
	margin: 0;
}
.express_page .area_route {
	margin: 20px 10px 30px;
}
.express_page .area_route .bus_center {
	text-align: center;
	margin-bottom: 30px;
}
.express_page .area_route .bus_center a {
	display: block;
	padding: 20px 0 20px 10px;
	text-align: left;
	font-size: 12px;
	width: auto;
	background-size: contain;
	background-position: right -20px center;

}
.express_page .area_route .bus_center a b {
	font-weight: normal;
	font-size: 12px;
	display: block;
	max-width: 9em;
}
.express_page .area_route .col_child {
	float: none;
	width: auto;
	margin-bottom: 30px;
}
.express_page .area_route .col_child+.col_child {
	float: none;
}
.express_page .area_route .col_child li {
	width: 32%;
}
.express_page .area_route .col_child li+li {
	margin-left: 2%;
}
.express_page .area_route .col_child a {
	text-decoration: none;
	font-size: 12px;
}
.express_page .area_route .col_child img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}
.express_page .other_bus h2+ul {
	border-top: solid 2px #BBBBBB;
}
.express_page .other_bus li {
	float: none;
	width: auto;
}
.express_page .other_bus li+li {
	margin-left: 0;
}
.express_page .other_bus li a {
	border: none;
	border: solid 2px #BBBBBB;
	border-top: none;
	background: #fff;
	text-align: left;
	vertical-align: middle;
	height: auto;
	padding: 15px 20px 15px 10px;
	line-height: 1;
	box-shadow: none;
	font-weight: normal;
}
.express_page .other_bus li a:after {
	left: auto;
	right: 6px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 3px solid #666666;
	border-right: 3px solid #666666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.express_page .other_bus li a span {
	position: static;
	transform: none;
	-webkit-transform: none;
	padding: 0;
}
.express_page .area_sheet dl dd a span {
	font-size:14px;
}
}
@media screen and (min-width:769px) {
.sp_toggle dl dd {
	display: block !important;
}
}
@media screen and (min-width:731px) and ( max-width:767px) {
footer .sp_toggle dl dd {
	display: block !important;
}
}
/* rosen_page */

.rosen_page .search_about {
	margin: 65px 0 40px;
}
.rosen_page .search_about * {
	display: inline-block;
	vertical-align: middle;
}
.rosen_page .search_about h2 {
	font-size: 28px;
	border-right: solid 1px #CCCCCC;
	padding: 5px 25px 5px 0;
}
.rosen_page .search_about h2 img {
	margin-right: 10px;
	vertical-align: middle;
}
.rosen_page .search_about h2 span {
	font-size: 20px;
}
.rosen_page .search_about p {
	font-size: 14px;
	line-height: 1.4;
	padding-left: 25px;
}
.rosen_page .area_search ul {
	margin-left: 15px;
	margin-bottom: 110px;
}
.rosen_page .area_search li {
	float: left;
	margin-right: 15px;
	width: 230px;
}
.rosen_page .area_search li a {
	display: block;
	border: solid 2px #00A7A0;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
	background: #fff;
	padding: 30px 0;
	text-align: center;
	font-size: 22px;
	color: #00A7A0;
	text-decoration: none;
	line-height: 1.1;
	letter-spacing: -0.03em;
}
.rosen_page .area_search li a img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.rosen_page .area_search li a img+span {
	display: block;
	margin-top: 44px;
}
.rosen_page .area_search .rosen_about ul {
	margin-bottom: 70px;
}
.rosen_page .area_search .rosen_about li {
	width: 180px;
}
.rosen_page .area_search .rosen_about li a {
	border: none;
	padding: 0;
	font-size: 14px;
	color: #000;
}
.rosen_page .area_search .rosen_about li a img {
	margin-bottom: 0;
}
.rosen_page .area_search .rosen_about li a img+span {
	margin-top: 0;
	padding: 15px;
	position: relative;
	text-align: left;
}
.rosen_page .area_search .rosen_about li a span:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rosen_page .area_02 {
	background: #EEEEEE;
	padding: 40px 0 58px;
}
.rosen_page .area_02 li a {
	background-color: #fff;
}
.rosen_page .area_02 .link a {
	border: solid 3px #1BC9C0;
	background-color: #17AEA8;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
}
.rosen_page .area_route {
	margin: 65px 0 80px;
}
.rosen_page .other_guide {
	margin-bottom: 80px;
}
.rosen_page .other_guide li {
	float: left;
	width: 220px;
}
.rosen_page .other_bus li {
	float: left;
	width: 175px;
}
.rosen_page .area_route li+li {
	margin-left: 25px;
}
.rosen_page .area_route li a {
	display: block;
	text-decoration: none;
	border: solid 2px #AAAAAA;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 14px;
	line-height: 65px;
	font-weight: bold;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}
.rosen_page .area_route .other_guide li a {
	text-align: left;
	padding-left: 35px;
}
.rosen_page .area_route li a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 9px;
	height: 9px;
	border-top: 3px solid #AAAAAA;
	border-right: 3px solid #AAAAAA;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
 @media screen and (max-width:767px) {
.rosen_page .area_search {
	padding: 0;
}
.rosen_page .search_about {
	margin: 30px 20px 25px;
}
.rosen_page .search_about h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 25px;
	border: none;
	vertical-align: middle;
}
.rosen_page .search_about h2 img {
	width: 20px;
	height: auto;
	vertical-align: middle;
	padding-bottom: 2px;
}
.rosen_page .search_about p {
	padding-left: 0;
}
.rosen_page .area_search ul {
	margin: 0 10px 45px;
}
.rosen_page .area_search li {
	width: 49%;
	margin: 0 0 2%;
}
.rosen_page .area_search li:nth-child(even) {
	margin-left: 2%;
}
.rosen_page .area_search li a {
	padding: 30px 0;
	font-size: 14px;
	color: #00A7A0;
	height: auto;
	box-sizing: border-box;
	box-sizing: border-box;
}
.rosen_page .area_search li a[href="/rosen/location/"] {
	font-size: 14px;
}
.rosen_page .area_search li a img {
	width: auto;
	height: 32px;
	margin-bottom: 20px;
}
.rosen_page .area_search li a img+span {
	margin-top: 32px;
}
.rosen_page .area_search .rosen_about h2 {
	margin: 0 10px 30px;
	font-size:24px;
}
.rosen_page .area_search .rosen_about ul {
	margin: 0 10px 45px;
}
.rosen_page .area_search .rosen_about li {
	width: 49%;
}
.rosen_page .area_search .rosen_about li a img {
	width: 100%;
	height: auto;
}
.rosen_page .area_search .rosen_about li a img+span {
	margin-top: 0;
	padding: 15px;
	position: relative;
	text-align: left;
}
.rosen_page .area_search .rosen_about li a span:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rosen_page .area_02 {
	background: #00A7A0;
	padding: 20px 10px 10px;
}
.rosen_page .area_02 .h_style02 {
	background: none;
	padding: 0;
	color: #fff;
	margin: 0 0 15px;
}
.rosen_page .area_02 .h_style02 span {
	background: none;
	padding: 0;
}
.rosen_page .area_02 .h_style02:after {
	display: none;
}
.rosen_page .area_02 .link a {
	margin: 0;
}
.rosen_page .area_route {
	margin: 20px 10px 30px;
}
.rosen_page .other_bus h2+ul, .rosen_page .other_guide {
	border-top: solid 2px #BBBBBB;
	margin-bottom: 38px;
}
.rosen_page .other_guide li, .rosen_page .other_bus li {
	float: none;
	width: auto;
}
.rosen_page .other_guide li+li, .rosen_page .other_bus li+li {
	margin-left: 0;
}
.rosen_page .area_route .other_guide li a, .rosen_page .other_bus li a {
	border: none;
	border: solid 2px #BBBBBB;
	border-top-width: 0;
	background: #fff;
	text-align: left;
	vertical-align: middle;
	height: auto;
	padding: 15px 20px 15px 10px;
	line-height: 1;
	box-shadow: none;
	font-weight: normal;
}
.rosen_page .other_guide li a:after, .rosen_page .other_bus li a:after {
	left: auto;
	right: 16px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 3px solid #666666;
	border-right: 3px solid #666666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rosen_page .other_bus li a span {
	position: static;
	transform: none;
	-webkit-transform: none;
	padding: 0;
}
#express_pl1 {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}
}
#noriba.contents {
	margin-bottom: 120px;
}
#noriba .h_style02, .rosen_page #main_col #noriba h2 {
	background: none;
	color: #222;
	font-size: 28px;
	margin: 0 0 40px;
	padding: 0;
	background: url(../img/common/bg_h1_2g.png) no-repeat bottom right;
	background-size: 18px;
	font-weight: bold;
}
#noriba .h_style02 span, .rosen_page #main_col #noriba h2 span {
	display: block;
	padding-bottom: 35px;
	background: url(../img/common/bg_h1_g.png) repeat-X bottom left;
	background-size: 1px auto;
	margin-right: 18px;
}
/*#noriba.contents {
    margin: 150px auto 0;
}*/

#noriba .page_nav {
	margin-top: 60px;
	margin-bottom: 56px;
}
#noriba .page_nav li {
	width: 185px;
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	margin-bottom: 12px;
	margin-left: 16px;
}
#noriba .page_nav li:nth-child(1), #noriba .page_nav li:nth-child(6) {
	margin-left: 0;
}
#noriba .page_nav li span {
	font-size: 12px;
}
#noriba .page_nav a {
	display: block;
	text-decoration: none;
	padding: 14px 0;
	padding-left: 13px;
	height: 52px;
	border: 2px solid #00A7A0;
	box-sizing: border-box;
	position: relative;
}
#noriba .page_nav li a:after {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	content: url(../img/common/arrow05_2.png);
	width: 15px;
	height: 13px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 12px;
}
#noriba .page_nav .type2 a {
	padding: 6px 0 0 13px;
}
#noriba .wrap2 {
	margin-top: 70px;
}
.accordion_02 {
	margin-bottom: 20px;
	position: relative;
}
.accordion_02 > dl > dt {
	cursor: pointer;
	background: #00A7A0;
	padding: 12px 0;
	color: #fff;
	position: relative;
	padding-left: 10px;
	height: 60px;
	box-sizing: border-box;
}
.accordion_02 > dl > dt i {
	display: inline-block;
	vertical-align: middle;
	width: 64px;
	height: 60px;
	margin: auto;
	position: absolute;
	right: 0px;
	top: 0;
	border-radius: 3px;
	box-sizing: border-box;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.accordion_02 > dl > dt.opened i {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.accordion_02 > dl > dt i img {
	display: inline-block;
	vertical-align: middle;
}
.accordion_02 img {
	vertical-align: middle;
	display: inline-block;
}
.accordion_02 .span1 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 18px;
}
.accordion_02 .a1 {
	display: inline-block;
	width: 128px;
	line-height: 42px;
	height: 42px;
	background: #fff;
	font-size: 14px;
	color: #1f1f1f;
	position: absolute;
	right: 78px;
	padding-left: 10px;
	box-sizing: border-box;
	top: 9px;
	z-index: 333;
	/* bottom:0; */
	margin: auto;
}
.accordion_02 .a1 span {
	position: relative;
	display: block;
}
.accordion_02 .a1 span:after {
	content: url(../img/common/arrow05_3.png);
	width: 9px;
	height: 15px;
	margin: auto;
	position: absolute;
	/* top:2px; */
	top: 0;
	bottom: 0;
	right: 12px;
}
.accordion_02 .ul_wrap {
	width: 880px;
	margin: auto;
	margin-right: 0;
}
.accordion_02 .ul_wrap li.img {
	position: absolute;
	width: 77px;
	height: 35px;
	margin: auto;
	top: 20px;
	left: 10px;
}
.accordion_02 .inner_wrap {
	position: relative;
	padding-top: 26px;
	font-size: 14px;
}
.accordion_02 .ul_wrap li ul {
	margin-bottom: 20px;
}
.accordion_02 .ul_wrap li dl {
	margin-bottom: 20px;
}
.accordion_02 .ul_wrap li dt {
	color: #00A59F;
}
.accordion_02 .inner_wrap {
	display: none;
}
.accordion_02 a[class="a1 display_sp"] {
	display: none;
}
@media screen and (max-width:767px) {
.accordion_02 .span1 {
	font-size: 16px;
}
.accordion_02 .ul_wrap li dt {
	font-size: 16px
}
.accordion_02 .a1 span {
	padding-right: 14px;
}
.accordion_02 .ul_wrap {
	width: 100%;
	margin: auto;
}
.accordion_02 .a1 span:after {
}
#noriba .h_style02, .rosen_page #main_col #noriba h2 {
	font-size: 18px;
}
#noriba .h_style02 span, .rosen_page #main_col #noriba h2 span {
	display: block;
	padding-bottom: 18px;
	background: url(../img/common/bg_h1_g.png) repeat-X bottom left;
	margin-right: 18px;
	background-size: 1px;
}
.accordion_02 .ul_wrap li.img {
	display: none;
}
.accordion_02 .inner_wrap {
	position: relative;
	padding-top: 80px;
	font-size: 14px;
}
#noriba .page_nav .type2 a {
	padding: 6px 0 0 0px;
}
#noriba .page_nav {
	margin-top: 60px;
	margin-bottom: 56px;
	text-align: center;
}
#noriba .page_nav li {
	width: 46%;
	box-sizing: border-box;
	float: none;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 12px;
	margin-left: 16px;
	vertical-align: middle;
}
#noriba .page_nav li:nth-child(1), #noriba .page_nav li:nth-child(6) {
	margin-left: 0;
}
#noriba .page_nav a {
	display: block;
	text-decoration: none;
	padding: 12px 0;
	height: 40px;
	border: 2px solid #00A7A0;
	box-sizing: border-box;
	position: relative;
	line-height: 1;
}
#noriba .page_nav li:nth-child(1), #noriba .page_nav li:nth-child(6) {
	margin-left: 16px;
}
#noriba .page_nav li:nth-child(odd) {
	margin-left: 0;
}
#noriba .page_nav li a:after {
	right: 6px;
	top: 6px;
}
.accordion_02 a[class="a1 display_sp"] {
	display: inline-block;
	width: 50%;
	text-align: center;
	line-height: 40px;
	height: 40px;
	background: #fff;
	font-size: 14px;
	color: #1f1f1f;
	position: absolute;
	right: 0;
	left: 0;
	padding-left: 0px;
	box-sizing: border-box;
	top: 20px;
	bottom: auto;
	margin: auto;
	border: 1px solid #04A8A1;
}
.accordion_02 a[class="a1 display_pc"] {
	display: none;
}
#noriba.contents {
	box-sizing: border-box;
}
#col_2 #main_col .accordion_02 dt img {
	width: 60px !important;
	height: auto;
}
.accordion_02 > dl > dt i img {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.accordion_02 > dl > dt i {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	margin: auto;
	position: absolute;
	right: 0px;
	top: 0;
	border-radius: 3px;
	box-sizing: border-box;
}
.accordion_02 > dl > dt {
	cursor: pointer;
	background: #00A7A0;
	padding: 12px 0;
	color: #fff;
	position: relative;
	padding-left: 10px;
	height: 50px;
	box-sizing: border-box;
}
#noriba .wrap1, #noriba .wrap {
	box-sizing: border-box;
}
}
.page_link {
	padding-top: 127px;
	margin-top: -127px;
	display: block;
}

@media screen and (max-width:411px) {
	.accordion_02 .span1 {
	font-size: 94%;
}
}

 @media screen and (max-width:320px) {
.accordion_02 > dl > dt {
	height: 46px;
	padding: 14px 0;
}
#noriba .page_nav a {
	font-size: 12px;
	padding-right: 10px;
}
.accordion_02 .span1 {
	font-size: 94%;
}
#col_2 #main_col .accordion_02 dt img {
	width: 44px !important;
	height: auto;
}
#col_2 #main_col .accordion_02 dt i img {
	width: 50px !important;
	height: 50px !important;
	height: auto;
}
}
 @media screen and (max-width:767px) {
.page_link {
	padding-top: 60px;
	margin-top: -60px;
	display: block;
}
}
.page_link {
	display: block;
	height: 0;
}
 @media screen and (max-width:320px) {
.article p span[style="font-size: 20px"] {
	font-size: 16px !important;
}
}
.tm_color01 {
	background: #3396B8;
	color: #fff;
}
.area_03 ul.link01 li img{
	max-width:100%;
	height:auto;
}
