﻿@charset "utf-8";

/* --------------------------------------------------
 * Layout
 */

body {
  width: 100%;
  color: #333333;
  font-size: 0.2rem;
  line-height: 0.24rem;
}

.sp {display: block !important;}
img.sp, br.sp {display: inline-block !important;}
.pc, img.pc, br.pc {display: none !important;}
.hw, img.hw, br.hw {display: none !important;}

img {
  max-width: 100%;
  height: auto;
}

.wrap {
  position: relative;
  width: 100%;
  margin: 0;
}

/* --------------------------------------------------
 * Common Styles
 */

#drawer_wrap {
  overflow: hidden;
  position: relative;
}

#drawer_bg {
  position: absolute;
  top: 0;
  right: -6.9rem;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  z-index: 1000;
  cursor: pointer;
}

#drawer_inner {
  position: relative;
}

#drawer_menu {
  position: absolute;
  top: 0.78rem;
  right: -6.9rem;
  width: 4.8rem;
  min-height: 100%;
  height: auto;
  background: #7ed4ff;
  z-index: 1100;
}

#drawer_menu .list {
  border-bottom: 1px solid #fff;
}

#drawer_menu .list > li {
  border-top: 1px solid #fff;
}

#drawer_menu .list > li:first-child {
  border-top: none;
}

#drawer_menu .list > li > a,
#drawer_menu .list > li > p {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0 0.2rem 0.22rem;
  color: #000;
  font-size: 0.26rem;
  line-height: 0.38rem;
  background: url(../images/drawer_arrow.png) no-repeat 4.43rem center;
  background-size: 0.18rem auto;
}

#drawer_menu .list > li > a.win {
  background: url(../images/icon_window_blue.png) no-repeat 4.3rem center;
  background-size: 0.3rem;
}

#drawer_menu .list > li > a.icon {
  background: url(../images/drawer_icon.png) no-repeat 4.3rem center;
  background-size: 0.3rem;
}

#drawer_menu .list > li > a:hover {
  text-decoration: none;
}

#drawer_menu .list > li > p {
  background: none !important;
}

#drawer_menu .list > li > ul {
  margin: 0 0 0 0.5rem;
  border-left: 1px solid #fff;
}

#drawer_menu .list > li > ul > li {
  border-top: 1px solid #fff;
}

#drawer_menu .list > li > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0 0.2rem 0.24rem;
  color: #000;
  font-size: 0.26rem;
  line-height: 0.38rem;
  background: url(../images/drawer_arrow.png) no-repeat 3.9rem center;
  background-size: 0.18rem auto;
}

#drawer_menu .list > li > ul > li a.icon {
  background: url(../images/drawer_icon.png) no-repeat 3.8rem center;
  background-size: 0.3rem;
}

#drawer_menu .list > li > ul > li a.win {
  background: url(../images/icon_window_blue.png) no-repeat 3.8rem center;
  background-size: 0.3rem;
}

#drawer_menu .list > li > ul > li a:hover {
  text-decoration: none;
}

#header {
  position: relative;
  margin: 0 auto;
}

#header .logo {
  padding: 0.2rem 0 0.16rem;
  width: 1.78rem;
  height: auto;
  margin: 0 auto;
}

#header .menu-btn,
#menu-btn-close {
  position: absolute;
  width: 0.5rem;
  top: 0.17rem;
  right: 0.3rem;
  background-color: #fff;
  padding: 0.04rem 0;
  z-index: 1001;
}

#menu-btn-close {
	display: none;
}


.nojp #header .menu-btn {
  display: none !important;
}
.nojp #menu-btn-close {
  display: none !important;
}

#header .languages,
#header .hnav,
#header .gnav {
  display: none;
}

#footer {
  clear: both;
  width: 100%;
  margin: 0.3rem 0 0;
  position: relative;
  background: url(../images/footer/footer_bg-sp.png) no-repeat center 0.7rem;
  background-size: 6.4rem auto;
}

.footer-midnight #footer {
  background: url(../images/footer/footer_bg_midnight-sp.png) repeat-x center top;
  background-size: 6.40rem 1.16rem;
}



#footer #pagetop {
  position: static;
  width: 6rem;
  margin: 0 auto;
  padding: 0 0 1.22rem;
  text-align: right;
}

#footer #pagetop a {
  display: none;
  display: block;
  position: fixed;
  right: 0.1rem;
  bottom: 0.5rem;
  width: 0.54rem;
  z-index: 8889;
}

#footer #pagetop a.stop {
  position: absolute;
  bottom: auto;
  margin: 0 0 0 0;
}


#footer .language {
  width: 6rem;
  margin: 0 auto;
  padding: 0.15rem 0 0.2rem;
}

#footer .language ul {
  text-align: center;
}

#footer .language ul li {
  display: inline-block;
  padding: 0 0.15rem;
  border-left: 1px dotted #d2c8a9;
}

.nojp #footer .language ul li {
  padding: 0 0.1rem;
}

#footer .language ul li:first-child {
  border-left: none;
}

#footer .language ul li a {
  color: #000;
  font-size: 0.22rem;
}

#footer .fnav {
  width: 100%;
  background: #e7e4db;
}

#footer .fnav ul {
  overflow: hidden;
  border-bottom: 1px solid #fff;
}

#footer .fnav ul li {
  float: left;
  width: 50%;
  height: 0.8rem;
  text-align: center;
}

#footer .fnav ul li:first-child {
  border-right: 1px solid #fff;
}

#footer .fnav ul li a {
  color: #000;
  font-size: 0.21rem;
  line-height: 0.8rem;
}

#footer .fnav .copyright {
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.8rem;
}

/* !Margin ------------------------------------------- */
.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}

/* --------------------------------------------------
 * common
 */

#unkyu {
  width: 6rem;
  margin: 0 auto 0.2rem;
  border-radius: 3px;
  overflow: hidden;
}

#unkyu dl {
  background: #fafaf9;
}

#unkyu dl dt {
  background: #f35858;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.4rem;
  padding: 0.02rem 0 0 0.13rem;
}

#unkyu dl dd {
  padding: 0.1rem 0.2rem;
  border: 1px solid #e6e2d6;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#unkyu dl dd p {
  color: #000000;
  font-size: 0.24rem;
  line-height: 0.36rem;
}

#unkyu dl dd p a,
#unkyu dl dd p span {
  color: #0054b4;
}

#unkyu dl dd p.attention {
  padding: 0 0 0 0.65rem;
  background: url(../images/icon_danger.png) no-repeat 0 center;
  background-size: 0.46rem auto;
}


.contents .content-title {
  margin: 0 0 0.2rem;
  font-size: 0.36rem;
  line-height: 0.36rem;
}

.contents .content-title:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 0.05rem;
  width: 0.12rem;
  height: 0.36rem;
  line-height: 0.36rem;
  background: #b8b098;
  border-radius: 2px;
  margin: 0 0.2rem 0 0;
}

.contents .content-title-brown{
  padding: 0.18rem 0 0.18rem 0.21rem;
  margin-bottom: 0.15rem;
  border-radius: 3px;
  font-size: 0.24rem;
  color: #fff;
  background: #6d5c52;
}

.contents .common-news .content-title {
  border-bottom: 0.04rem solid #e6e2d6;
  padding: 0 0 0.2rem;
}

.contents .common-news .box .caution{
  padding: 0.1rem 0.2rem;
  margin-bottom: 0.1rem;
  border-radius: 3px;
  border: 1px solid #e6e2d6;
  background: #fafaf9;
}

.contents .common-news .box .caution img{
  width: 0.25rem;
}

.contents .common-news .box .caution dt{
  margin: 0 0 0.2rem;
  padding: 0.12rem 0 0.08rem 0.35rem;
  font-size: 0.24rem;
  font-weight: bold;
  background: url(../images/icon_caution.png) no-repeat left center;
  background-size: 0.26rem;
}

.contents .common-news .box .caution li{
  line-height: 1;
  margin: 0 0 0.2rem;
  padding-left: 0.3rem;
  background: url(../images/icon_arrow01.png) no-repeat 0.08rem 0.08rem;
  background-size: 0.08rem auto;
}

.contents .common-news .box .caution li a {
  color: #0054b4;
  font-size: 0.24rem;
  line-height: 0.3rem;
}

.contents .common-news .box .news-detail a{
  color: #000;
}
.contents .common-news .box .news-detail a:hover {
  text-decoration: none;
}

.contents .common-news .box .news-detail li{
  border-bottom: 1px dotted #d2c8a9;
  overflow: hidden;
}

.contents .common-news .box .news-detail li:last-child{
  border: none;
}

.contents .common-news .box .news-detail li:nth-child(n+6){
  display: none;
}

.contents .common-news .box .news-detail li a{
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.22rem 0.12rem 0.22rem;
  background: url(../../images/top/arrow-sp.png) no-repeat right center;
  background-size: 0.17rem auto;
}

.contents .common-news .box .news-detail p{
  font-size: 0.24rem;
  line-height: 0.3rem;
  vertical-align: middle;
}

.contents .common-news .box .news-detail .time{
  display: inline-block;
  font-size: 0.24rem;
  font-weight: bold;
  margin: 0 0.16rem 0.1rem 0;
  line-height: 0.34rem;
}

.contents .common-news .box .news-detail .type{
  display: inline-block;
  width: 1.4rem;
  height: 0.34rem;
  text-align: center;
  font-size: 0.2rem;
  font-weight: bold;
  border-radius: 3px;
  margin: -0.05rem 0 0.1rem;
  line-height: 0.4rem;
}
.contents .common-news .box .news-detail .type.rosen{
  background: #fde1ba;
}
.contents .common-news .box .news-detail .type.kousoku{
  background: #af4f68;
  color: #fff;
}
.contents .common-news .box .news-detail .type.shinya{
  background: #3257c3;
  color: #fff;
}
.contents .common-news .box .news-detail .type.comi{
  background: #8ec863;
  color: #fff;
  font-size: 0.16rem;
}
.contents .common-news .box .news-detail .type.recruit{
  background: #3257c2;
  color: #fff;
}
.contents .common-news .box .news-detail .type.group{
  background: #8066bd;
  color: #fff;
}
.contents .common-news .box .news-detail .type.release{
  background: #ee9d05;
  color: #fff;
  font-size: 0.16rem;
}
.contents .common-news .box .news-detail .type.other{
  background: #b8b098;
  color: #fff;
}
.contents .common-news .box .news-detail .type.dia{
  background: #f66a15;
  color: #fff;
}
.contents .common-news .box .news-detail .type.unkou{
  background: #009dff;
  color: #fff;
}
.contents .common-news .box .news-detail .type.info{
  background: #6d5c52;
  color: #fff;
}
.contents .common-news .box .news-detail .type.event{
  background: #f27988;
  color: #fff;
}
.contents .common-news .box .news-detail .type.campaign{
  background: #9b7918;
  color: #fff;
}

.contents .common-news .box .news-detail .text {
  padding: 0 0.2rem 0 0;
}
.contents .common-news .box .news-detail .text img,
.contents .news-sidebar .recruit .text img {
  width: 0.28rem;
  margin: 0.03rem 0 0 0.12rem;
}
.contents .common-news .box .news-detail .text a {
  color: #000;
}

.contents .common-news .list {
  text-align: center;
  margin: 0 0 0.4rem;
  border: 1px solid #e6e2d6;
  border-radius: 3px;
}

.contents .common-news .list a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
  font-size: 0.32rem;
  line-height: 0.76rem;
}

.contents .common-news .list a span {
  padding: 0 0 0 0.35rem;
  background: url(../images/icon_arrow01.png) no-repeat 0 0.15rem;
  background-size: 0.08rem auto;
}

.contents .common-nav {
  width: 100%;
  margin: 0 0 0.30rem;
  background: url(/rosen/images/area-bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.contents .common-nav ul {
  padding: 0.20rem 0.0rem 0 0.2rem;
}

.contents .common-nav ul li {
  float: left;
  width: 1.82rem;
  height: 0.60rem;
  margin: 0 0.15rem 0 0;
  text-align: center;
}

.contents .common-nav ul li:last-child {
  margin: 0;
}

.contents .common-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 0.20rem;
  font-weight: bold;
  line-height: 0.50rem;
  box-shadow: 2px 2px 2px #ccc;
  background: #fff url(../images/icon_arrow06.png) no-repeat center 0.40rem;
  background-size: 0.15rem auto;
}

.contents .common-nav ul li a:hover {
  text-decoration: none;
}

.accordion .box{
  display: none;
}


#breadcrumb {
  width: 100%;
  min-height: 0.5rem;
  margin: 0 0 0.2rem;
  background: url(../images/breadcrumb_bg-sp.png);
  background-size: auto 0.5rem;
}

.lower #breadcrumb {
  margin: 0;
}

#breadcrumb .wrap {
  width: 6rem;
  margin: 0 auto;
}

#breadcrumb ul {
  overflow: hidden;
}

#breadcrumb ul li {
  float: left;
  font-size: 0.2rem;
  line-height: 0.5rem;
  padding: 0 0.2rem 0 0.28rem;
  background: url(../images/icon_arrow_breadcrumb.png) no-repeat 0 center;
  background-size: 0.08rem auto;
}
#breadcrumb ul li.home {
  padding: 0 0.2rem 0 0;
  background: none;
}
#breadcrumb ul li a {
  color: #0054b4;
}

.contents.lower .common-title {
  width: 100%;
  min-height: 1.04rem;
  margin: 0 0 0.3rem;
  background: #fafaf9;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #efeeea;
}

.contents.lower .common-title .wrap {
  width: 6rem;
  margin: 0 auto;
}

.contents.lower .common-title .image {
  float: left;
  width: 0.78rem;
  height: 0.6rem;
  margin: 0.2rem 0;
}

.contents.lower .common-title .image img {
  width: 0.6rem;
}

.contents.lower .common-title .text {
  display: table;
  height: 1.04rem;
}

.contents.lower .common-title .text p,
.contents.lower .common-title .text h2 {
  display: table-cell;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.28rem;
  vertical-align: middle;
}

.contents.lower .common-title .text dl {
  display: table-cell;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.28rem;
  vertical-align: middle;
}

.contents.lower .common-title .text dl dt,
.contents.lower .common-title .text dl dd {
  float: left;
}

.contents.lower .common-title .text dl dd p {
  display: block;
}

.common-pdf {
    margin: 0.03rem 0 0 0.12rem;
    width: 0.28rem;
}

.common-win  {
    margin: 0.03rem 0 0 0.12rem;
    width: 0.28rem;
}

/* --------------------------------------------------
 * Top
 */

#top.contents .slide {
  overflow: hidden;
  height: 3.6rem;
}

#top.contents .slide .slide-wrapper {
}

#top.contents .slide .slide-wrapper .slide-frame {
  overflow: hidden;
  height: 3rem;
  position: relative;
}

#top.contents .slide .slide-wrapper .slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#top.contents .slide .slide-wrapper .slider li {
  float: left;
}

#top.contents .slide .slide-wrapper .controller {
}

#top.contents .slide .slide-wrapper .controller li {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  margin: -0.2rem 0 0;
  background: url(../../images/top/slider_right.png) no-repeat 0 0;
  background-size: 0.4rem;
}

#top.contents .slide .slide-wrapper .controller li:first-child {
  background: url(../../images/top/slider_left.png) no-repeat 0 0;
  background-size: 0.4rem;
  right: auto;
  left: 0.2rem;
}

#top.contents .slide .slide-wrapper .controller li a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
}

#top.contents .slide .slide-wrapper .indicator {
  position: absolute;
  bottom: -0.45rem;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
}

#top.contents .slide .slide-wrapper .indicator li {
  display: inline;
  margin: 0 0.15rem;
}

#top.contents .slide .slide-wrapper .indicator li a {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/slide_btn02.png) no-repeat 0 0;
  background-size: 0.2rem;
}

#top.contents .slide .slide-wrapper .indicator li a.on {
  background: url(../images/slide_btn01.png) no-repeat 0 0;
  background-size: 0.2rem;
}


#top.contents .bus {
  width: 100%;
  padding: 0.3rem 0.2rem;
  margin: 0 0 0.3rem;
  background: url(../images/bg01-sp.png);
  background-size: 0.04rem auto;
}

#top.contents .bus .bus-banner{
  text-align: center;
  margin-bottom: 20px;
}

#top.contents .bus .bus-menu {
  margin: 0 0 0.3rem;
}

#top.contents .bus .bus-menu > ul {
  overflow: hidden;
  margin: 0;
  padding: 0 0 0.02rem;
}
#top.contents .bus .bus-menu > ul > li {
  float: left;
  width: 2.85rem;
  height: 1.75rem;
  margin: 0 0.3rem 0.3rem 0;
  padding: 0.11rem;
  background: url(../../images/top/bus_btn_bg01_sp.png) no-repeat left top;
  background-size: 2.86rem auto;
/*  box-shadow: 1px 1px 1px #ccc;*/
  box-sizing: border-box;
}
#top.contents .bus .bus-menu > ul > li:nth-child(2n) {
  margin: 0;
}

#top.contents .bus .bus-menu > ul > li > a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  color: #000;
}

#top.contents .bus .bus-menu > ul > li > a img {
  margin: 0 0 0.3rem;
}

#top.contents .bus .bus-menu > ul.big {
  clear: both;
  overflow: visible;
}

#top.contents .bus .bus-menu > ul.big > li {
  float: none;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 0.2rem;
  padding-bottom: 0;
  border-radius: 4px;
  background: #fff url(../../images/top/bus_btn_bg02_sp.png) no-repeat left top;
  background-size: 6rem auto;
}

#top.contents .bus .bus-menu > ul.big > li a {
  position: relative;
  text-align: left;
  height: auto;
  z-index: 5;
}
#top.contents .bus .bus-menu > ul.big > li img {
  width: 1.2rem;
  margin: 0 0 0.14rem;
}

#top.contents .bus .bus-menu > ul.big > li > p {
  position: absolute;
  top: 0.12rem;
  left: 1.57rem;
  color: #ffffff;
  font-size: 0.3rem;
  line-height: 0.97rem;
  z-index: 1;
}

#top.contents .bus .bus-menu > ul.big > li > ul li {
  width: 5.55rem;
  margin: 0 auto;
  padding: 0 0 0 0.1rem;
  border-bottom: 1px dotted #d2c8a9;
  background: url(../../images/top/arrow-sp.png) no-repeat right center;
  background-size: 0.17rem auto;
}

#top.contents .bus .bus-menu > ul.big > li > ul li:last-child {
  border-bottom: none;
}

#top.contents .bus .bus-menu > ul.big > li > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
  font-size: 0.24rem;
  line-height: 0.8rem;
}

top.contents .bus .bus-sidebar{
  width: 100%;
}

#top.contents .bus .bus-sidebar li{
  height: 1.6rem;
  margin-bottom: 0.2rem;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0px #999;
}
#top.contents .bus .bus-sidebar li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}
#top.contents .bus .bus-sidebar li .title{
  padding: 0.4rem 0 0 2.3rem;
  font-size: 0.26rem;
  line-height: 2;
}
#top.contents .bus .bus-sidebar li .title span{
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 1;
}

#top.contents .bus .bus-sidebar li.no01{
  height: 1.9rem;
  background: url(../../images/top/bus_side01-sp.png) no-repeat left top;
  background-size: 6rem auto;
}
#top.contents .bus .bus-sidebar li.no01 .title{
  padding: 0.3rem 0 0 2.85rem;
  font-size: 0.22rem;
  line-height: 1.3;
}
#top.contents .bus .bus-sidebar li.no01 .title span{
  display: inline-block;
  font-size: 0.36rem;
  margin: 0 0 0.1rem;
}

#top.contents .bus .bus-sidebar li.no01 a{
  color: #fff;
}
#top.contents .bus .bus-sidebar li.no02{
  background: url(../../images/top/bus_side02-sp.png) no-repeat left top;
  background-size: 6rem auto;
}
#top.contents .bus .bus-sidebar li.no03{
  background: url(../../images/top/bus_side03-sp.png) no-repeat left top;
  background-size: 6rem auto;
}
#top.contents .bus .bus-sidebar li.no04{
  background: url(../../images/top/bus_side04-sp.png) no-repeat left top;
  background-size: 6rem auto;
}
#top.contents .bus .bus-sidebar li.no05{
  background: url(../../images/top/bus_side05-sp.png) no-repeat left top;
  background-size: 6rem auto;
}
#top.contents .bus .bus-sidebar li.no06{
  background: url(../../images/top/bus_side06-sp.png) no-repeat left top;
  background-size: 6rem auto;
}

#top.contents .info {
  width: 6rem;
  margin: 0 0.2rem;
}

#top.contents .info .news-sidebar{

}

#top.contents .info .news-sidebar .recruit{
  padding: 0.04rem;
  border: 1px solid #e6e2d6;
  border-radius: 3px;
  margin-bottom: 0.4rem;
}

#top.contents .info .news-sidebar .recruit .oshirase{
  margin: 0 0 0.04rem;
  padding: 0.14rem 0 0.14rem 0.6rem;
  font-size: 0.28rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: url(../images/icon_note.png) no-repeat 10px center #174d97;
  background-size: 0.32rem auto;
  text-align: left;
}

#top.contents .info .news-sidebar .recruit .recruit-title a {
	display: table;
  width: 100%;
  height: 2.2rem;
  background: url(../../images/top/recruit_bg_new.png) no-repeat left top;
  background-size: auto 2.2rem;
}

#top.contents .info .news-sidebar .recruit .recruit-title a p {
	display: table-cell;
	vertical-align: middle;
  color: #000;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 0.2rem;
}

#top.contents .info .news-sidebar .recruit .recruit-title a p small{
  font-size: 80%;
}

#top.contents .info .news-sidebar .recruit ul{
  padding: 0 0.15rem 0;
}

#top.contents .info .news-sidebar .recruit li{
  border-bottom: 1px dotted #d2c8a9;
}

#top.contents .info .news-sidebar .recruit li:last-child{
  border: none;
  margin: 0 0 0;
  text-align: right;
}

#top.contents .info .news-sidebar .recruit ul li p{
  font-size: 0.24rem;
  line-height: 0.3rem;
  
}

#top.contents .info .news-sidebar .recruit ul li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  padding: 0.27rem 0 0.27rem 0.1rem;
  background: url(../images/icon_arrow04.png) no-repeat right center;
  background-size: 0.17rem auto;
}

#top.contents .info .news-sidebar .recruit li:last-child a{
	background: none;
}

#top.contents .info .news-sidebar .recruit li:last-child a p{
	display: inline-block;
	padding-left: 15px;
	background: url(../images/icon_arrow01.png) no-repeat 0 center;
}

#top.contents .info .news-sidebar .recruit .time{
  font-weight: bold;
}

#top.contents .info .news-sidebar .osusume ul{

}

#top.contents .info .news-sidebar .osusume ul li{
  overflow: hidden;
  padding: 0.2rem 0;
  border-bottom: 1px dotted #d2c8a9;
  background: url(../images/icon_arrow04.png) no-repeat right center;
  background-size: 0.17rem auto;
}

#top.contents .info .news-sidebar .osusume .image{
  float: left;
  width: 1.2rem;
  margin-right: 0.2rem;
}

#top.contents .info .news-sidebar .osusume .text{
  float: left;
  width: 4.2rem;
  font-size: 0.24rem;
  line-height: 1.5;
}

#top.contents .info .news-sidebar .osusume .text span{
  font-size: 0.24rem;
  font-weight: bold;
}

#top.contents .info .news-sidebar .osusume  ul li a{
  color: #000;
}



#top.contents .info .news-slide{
  margin-top: 0.4rem;
  padding: 0 0 0.37rem;
}
#top.contents .info .news-slide .slider li a {
  display: block;
  width: 4.8rem;
  height: 1.9rem;
  margin: 0 auto;
  text-align: center;
}
#top.contents .info .news-slide .slider li a:hover{
  color: #000;
}

#top.contents .info .news-slide .slider li a img {
  width: 3.6rem;
  margin: 0 0 0.1rem;
}
#top.contents .info .news-slide .slider li a p {
  width: 4.8rem;
  color: #000;
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin: 0 auto;
  text-align: left;
}

#top.contents .info .news-slide .slide-wrapper {
  position: relative;
  width: 100%;
  height: 1.9rem;
  padding: 0;
}

#top.contents .info .news-slide .slide-wrapper .slide-frame-wrap {
  overflow: hidden;
}

#top.contents .info .news-slide .slide-wrapper .slide-frame {
  position: relative;
  height: 1.9rem;
}

#top.contents .info .news-slide .slide-wrapper .slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#top.contents .info .news-slide .slide-wrapper .slider li {
  float: left;
  height: 1.9rem;
}

#top.contents .info .news-slide .slide-wrapper .controller li {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4rem;
  height: 1.9rem;
  background: url(../images/carousel_next.jpg) no-repeat 0 0;
  background-size: 0.4rem 1.9rem;
}

#top.contents .info .news-slide .slide-wrapper .controller li:first-child {
  background: url(../images/carousel_prev.jpg) no-repeat 0 0;
  background-size: 0.4rem 1.9rem;
  right: auto;
  left: 0;
}

#top.contents .info .news-slide .slide-wrapper .controller li a {
  display: block;
  width: 0.4rem;
  height: 1.9rem;
}

#top.contents .info .news-slide .slide-wrapper .indicator {
  position: absolute;
  bottom: -0.37rem;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
}

#top.contents .info .news-slide .slide-wrapper .indicator li {
  display: inline;
  margin: 0 0.15rem;
}

#top.contents .info .news-slide .slide-wrapper .indicator li a {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/slide_btn02.png) no-repeat 0 0;
  background-size: 0.2rem;
}

#top.contents .info .news-slide .slide-wrapper .indicator li a.on {
  background: url(../images/slide_btn01.png) no-repeat 0 0;
  background-size: 0.2rem;
}


/* --------------------------------------------------
 * midnight
 */

#midnight .mainvisual {
  position: relative;
  padding: 0 0 1.73rem;
  background: url(../images/bg01-sp.png);
  background-size: 0.04rem;
}

#midnight .mainvisual .wrap {
  position: static;
  width: 100%;
  height: 3rem;
  background: url(/midnight/images/main-sp.jpg) no-repeat center 0;
  background-size: 100% auto;
  margin: 0 auto;
}

#midnight .mainvisual h2 {
  text-align: center;
  width: 4.52rem;
  padding: 0.2rem 0 0;
  margin: 0 auto;
}

#midnight .mainvisual .btn {
  position: absolute;
  bottom: 0.3rem;
  width: 6rem;
  height: 1.2rem;
  margin: 0 0.2rem;
  background: url(/midnight/images/title_btn_bg-sp.png) no-repeat 0 0;
  background-size: 6rem auto;
}

#midnight .mainvisual .btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.3rem;
  line-height: 1.2rem;
  text-align: center;
}

#midnight .mainvisual .btn a:hover span {
  text-decoration: underline;
}

#midnight .mainvisual .btn a .target {
  display: inline-block;
  padding: 0 0.45rem 0 0;
  background: url(../images/icon_window_white.png) no-repeat right center;
  background-size: 0.24rem auto;
}

#midnight .news-block {
  width: 6rem;
  margin: 0 auto;
  padding: 0.5rem 0 0;
}

#midnight .news-block .news-detail {
  padding: 0 0 0.2rem;
}

#midnight .map {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 0.45rem;
  background: url(../images/bg01-sp.png);
  background-size: 0.04rem;
}

#midnight .map:after {
  content: " ";
  display: block;
  width: 100%;
  height: 5.14rem;
  background: url(/midnight/images/map-sp.jpg);
  background-size: 100% auto;;
}

#midnight .map .wrap {
  position: static;
  width: 6rem;
  margin: 0 auto;
}

#midnight .map h2 {
  padding: 0.4rem 0 0.23rem;
  font-size: 0.36rem;
  line-height: 0.36rem;
}

#midnight .map h2:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 0.05rem;
  width: 0.12rem;
  height: 0.36rem;
  line-height: 0.36rem;
  background: #b8b098;
  border-radius: 2px;
  margin: 0 0.2rem 0 0;
}

#midnight .map h3 {
  padding: 0 0 0.2rem;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.37rem;
  letter-spacing: 1px;
}

#midnight .map ul {
  margin: 0 -0.1rem 0.25rem 0;
}

#midnight .map ul li {
  float: left;
  width: 1.95rem;
  height: 1.55rem;
  margin: 0 0.1rem 0 0;
  background: url(/midnight/images/btn_bg-sp.png) no-repeat 0 0;
  background-size: 1.95rem auto;
}

#midnight .map ul li:last-child {
  margin: 0;
}

#midnight .map ul li a {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#midnight .map ul li a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.3rem 0 0.15rem;
}


#midnight .map .area {
  position: absolute;
  bottom: 0.5rem;
  left: 0.16rem;
  width: 5.93rem;
  height: 3.9rem;
}


#midnight .info h3 {
  margin: 0 0 0.35rem;
  text-align: center;
  font-size: 0.36rem;
  line-height: 1;
}

#midnight .info ul {
  width: 6rem;
  margin: 0 auto;
}

#midnight .info ul li {
  position: relative;
  padding: 0 0 0 0.28rem;
  margin: 0 auto 0.1rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
  letter-spacing: 1px;
}
#midnight .info ul li:before {
  content: "●";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.20rem;
  line-height: 0.37rem;
  color: #b8b098;
}


/* --------------------------------------------------
 * midnight-route
 */


#midnight-route {
  color: #000000;
}

#midnight-route .information {
  margin: 0 0.2rem 0.49rem;
  padding: 0.22rem 0.25rem 0.25rem;
  width: auto;
  background: #fafaf9;
  border: 2px solid #efeeea;
  border-radius: 5px;
}

#midnight-route .information h3 {
  padding-bottom: 0.29rem;
  font-size: 0.24rem;
  line-height: 1;
}

#midnight-route .information li {
  position: relative;
  padding-left: 1.3em;
  padding-bottom: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#midnight-route .information li:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #b8b098;
}

#midnight-route .information a {
  display: block;
  margin: 0.15rem auto 0.1rem;
  width: 3.5rem;
  height: 0.56rem;
  box-shadow: 2.121px 2.121px 3px 0px rgba(0, 0, 0, 0.15);
  background-color: rgb(0, 156, 255);
  border-radius: 3px;
  color: #fff;
  font-size: 0.26rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 0.58rem;
  text-align: center;
}

#midnight-route .information address {
  font-size: 0.24rem;
  font-style: normal;
  line-height: 0.37rem;
}

#midnight-route .time-table {
  position: relative;
}

#midnight-route .time-table:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1.39rem;
  width: 0.1rem;
  height: 100%;
  background: #f35858;
  z-index: -1;
}

#midnight-route .time-table-wrap {
  margin: 0 0.2rem;
  width: auto;
}

#midnight-route .time-table-head {
  position: relative;
  padding-bottom: 0.2rem;
}

#midnight-route .time-table-head p {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#midnight-route .time-table-head .left {
  position: absolute;
  top: 0;
  left: 0.2rem;
  width: 0.78rem;
}

#midnight-route .time-table-head .right {
  position: absolute;
  top: 0;
  right: 0.2rem;
  width: 1rem;
}

#midnight-route .time-table dl {
  margin-bottom: 0.3rem;
  min-height: 1.16rem;
  background: #efeeea;
  border-radius: 3px;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.16rem;
  overflow: hidden;
}

#midnight-route .time-table dl.start {
  background-color: #6d5c52;
  color: #fff;
}

#midnight-route .time-table dl.start .price {
  display: none;
}

#midnight-route .time-table dl:last-child {
  margin-bottom: 0;
}

#midnight-route .time-table dt {
  position: relative;
  float: left;
  margin-right: 0.2rem;
  padding-left: 0.2rem;
  width: 1.73rem;
}

#midnight-route .time-table dt span {
  position: absolute;
  display: inline-block;
  top: 0.06rem;
  right: 0;
  width: 0.56rem;
  height: 1.04rem;
  background: #eecda0;
  border-radius: 3px;
  color: #330000;
  line-height: 1.04rem;
  text-align: center;
}

#midnight-route .time-table dl.start dt span {
  background: #fff;
}

#midnight-route .time-table .stop {
  position: relative;
  float: left;
  padding-top: 0.19rem;
  padding-bottom: 0.15rem;
  width: 2.41rem;
  line-height: 1.2;
}

#midnight-route .time-table dl.start .stop {
  width: 4rem;
}

#midnight-route .time-table .stop a {
  display: block;
  margin-top: 0.09rem;
  width: 1.1rem;;
  height: 0.4rem;
  background: #009cff;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.4rem;
  text-align: center;
}

#midnight-route .time-table .stop a:before {
  content: "";
  display: inline-block;
  width: 0.34rem;
  height: 100%;
  background: url(../../midnight/images/icon01.gif) no-repeat left center;
  background-size: 0.24rem auto;
  vertical-align: middle;
}

#midnight-route .time-table .stop a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#midnight-route .time-table .price {
  float: right;
  padding-right: 0.2rem;
  width: 1.6rem;
  text-align: right;
}


/* --------------------------------------------------
 * rosen
 */


#rosen .mainvisual {
  position: relative;
  padding: 0 0 0;
  margin: 0 0 0.5rem;
  background: url(../images/bg01-sp.png);
  background-size: 0.04rem;
  text-align: center;
}

#rosen .mainvisual .wrap {
  position: static;
  width: 100%;
  height: 7.9rem;
  background: url(/rosen/images/main-sp.jpg) no-repeat center 0;
  background-size: 100% auto;
  margin: 0 auto;
}

#rosen .mainvisual h2 {
  text-align: center;
  width: 3.08rem;
  padding: 1.14rem 0 1.13rem;
  margin: 0 auto 0.32rem;
}

#rosen .mainvisual ul {
  letter-spacing: -.40em;
}

#rosen .mainvisual ul li {
  display: block;
  width: 5.84rem;
  height: 0.94rem;
  overflow: hidden;
  letter-spacing: normal;
  margin: 0 auto 0.16rem;
}

#rosen .mainvisual ul li.btn01 {
  background: url(/rosen/images/btn01_bg-sp.png) no-repeat 0 0;
  background-size: 5.84rem auto;
}
#rosen .mainvisual ul li.btn02 {
  background: url(/rosen/images/btn02_bg-sp.png) no-repeat 0 0;
  background-size: 5.84rem auto;
}
#rosen .mainvisual ul li.btn03 {
  background: url(/rosen/images/btn03_bg-sp.png) no-repeat 0 0;
  background-size: 5.84rem auto;
}
#rosen .mainvisual ul li.btn04 {
  background: url(/rosen/images/btn04_bg-sp.png) no-repeat 0 0;
  background-size: 5.84rem auto;
}

#rosen .mainvisual ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 0.3rem;
  line-height: 0.94rem;
  font-weight: bold;
}

#rosen .block .common-news {
  width: 6rem;
  margin: 0 auto;
}

#rosen .block .common-news .news-detail {
  margin: 0 0 0.3rem;
}

#rosen .block .about {
  width: 100%;
  padding: 0.4rem 0 0;
  margin: 0 0 0.4rem;
  background: url(../images/bg01-sp.png);
  background-size: 0.04rem;
}

#rosen .block .about h3 {
  width: 6rem;
  margin: 0 auto 0.3rem;
  font-size: 0.36rem;
  line-height: 0.36rem;
}

#rosen .block .about h3:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 0.05rem;
  width: 0.12rem;
  height: 0.36rem;
  line-height: 0.36rem;
  background: #b8b098;
  border-radius: 2px;
  margin: 0 0.2rem 0 0;
}

#rosen .block .about > ul {
  width: 6rem;
  margin: 0 auto;
}

#rosen .block .about > ul > li {
  float: left;
  width: 2.85rem;
  height: 1.75rem;
  padding: 0.12rem 0.12rem 0;
  margin: 0 0.3rem 0.3rem 0;
  text-align: center;
  background: #fff url(/rosen/images/bus_btn_bg01-sp.png) no-repeat 0 0;
  background-size: 2.85rem auto;
}

#rosen .block .about > ul > li:nth-child(2n) {
  margin-right: 0;
}

#rosen .block .about > ul > li a {
  color: #000;
}

#rosen .block .about > ul > li img {
  margin: 0 0 0.14rem;
}

#rosen .block .about > ul > li p {
  font-size: 0.22rem;
  line-height: 0.52rem;
  color: #000;
}

#rosen .block .about > ul.big {

}

#rosen .block .about > ul.big > li {
  float: none;
  width: 6rem;
  height: auto;
  background: #fff url(/rosen/images/bus_btn_bg02-sp.png) no-repeat 0 0;
  background-size: 6rem auto;
  text-align: left;
}

#rosen .block .about > ul.big > li > a {
  display: block;
  width: 100%;
  height: 0.97rem;
  margin: 0 0 0.14rem;
}

#rosen .block .about > ul.big > li img {
  width: 1.2rem;
  margin: 0 0.14rem 0 0;
}

#rosen .block .about > ul.big > li > a p {
  display: inline-block;
  font-size: 0.3rem;
  line-height: 0.97rem;
  color: #fff;
}

#rosen .block .about > ul.big > li ul {
  width: 5.56rem;
  margin: 0 auto;
}

#rosen .block .about > ul.big > li ul li {
  border-bottom: 1px dotted #d2c8a9;
}

#rosen .block .about > ul.big > li ul li:last-child {
  border-bottom: none;
}

#rosen .block .about > ul.big > li ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0.24rem;
  line-height: 0.8rem;
  color: #000;
  padding: 0 0 0 0.1rem;
  background: url(../../images/top/arrow-sp.png) no-repeat right center;
  background-size: 0.17rem auto;
}


#rosen .block .site-link{
  width: 6rem;
  margin: 0 auto 0.2rem;
}

#rosen .block .site-link ul li {
  margin: 0 0 0.1rem;
}
#rosen .block .site-link ul li a {
  padding: 0 0 0 0.3rem;
  color: #0054b4;
  font-size: 0.24rem;
  line-height: 0.5rem;
  background: url(../images/icon_arrow01.png) no-repeat 0.1rem center;
  background-size: 0.08rem auto;
}

#rosen .banners {
  width: 6rem;
  margin: 0 auto;
}

#rosen .banners li {
  margin: 0 0 0.3rem 0;
}

#rosen .banners li:last-child {
  margin: 0;
}


/* --------------------------------------------------
 * terminal
 */

#terminal .common-title{
  margin-bottom: 0;
}

#terminal .content-title:before{
  display: none;
}

#terminal .content-title-brown{
  margin-bottom: 0.30rem;
}

#terminal .common-nav ul li{
  display: table;
  width: 1.92rem;
  height: 0.62rem;
  margin: 0 0.13rem 0.10rem 0;
}

#terminal .common-nav ul li:last-child{
  margin-right: 0;
}

#terminal .common-nav ul li a{
  display: table-cell;
  vertical-align: middle;
  background: #fff url(../images/icon_arrow06.png) no-repeat center 0.43rem;
  background-size: 0.14rem auto;
  padding-bottom: 0.12rem;
  font-size: 0.24rem;
}

#terminal .list{
  width: 6rem;
  margin: 0 auto 0.45rem;
}

#terminal .list ul{
  border-bottom: 1px dotted #d2c8a9;
}

#terminal .list li{
  padding-left: 0.15rem;
  background: url(../images/icon_arrow04.png) no-repeat right top 0.28rem;
  background-size: 0.17rem auto;
  line-height: 0.80rem;
  font-size: 0.24rem;
  border-top: 1px dotted #d2c8a9;
}

#terminal .list ul li a{
  color: #0054b4;
  display: block;
}

#terminal .list ul li a span{
  color: #333;
  font-size: 0.24rem;
}


/* --------------------------------------------------
 * rosen > route
 */


#route .common-title{
  margin-bottom: 0;
}

#route .article-title{
  font-size: 0.24rem;
  line-height: 1.25;
  padding: 0 0 0.05rem 0.15rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
}

#route .content-title:before{
  display: none;
}

#route .lead{
  width: 6rem;
  margin: 0.30rem auto 0.20rem;
}

#route .lead .text{
  float: left;
  font-size: 0.24rem;
  line-height: 1.54166667;
}

#route .lead .pdf{
  float: right;
  width: 2.70rem;
  border: 2px solid #e6e2d6;
  border-radius: 3px;
  background: #fafaf9;
  box-shadow:rgb(243, 243, 243) 4px 4px 12px 2px;
  -webkit-box-shadow:rgb(243, 243, 243) 4px 4px 12px 2px;
  -moz-box-shadow:rgb(243, 243, 243) 4px 4px 12px 2px;
}

#route .lead .pdf a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.20rem 0.30rem 0.17rem 0.20rem;
  background: url(../images/icon_pdf.png) no-repeat right 0.23rem top 0.15rem;
  background-size: 0.28rem auto;
  color: #000;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
}

#route .map{
  width: 6.4rem;
  margin: 0 auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

#route .map .image {
  position: relative;
}

#route .map .image img {
  width: auto;
}

#route .map #routemap area {
/*
  display: block;
  position: absolute;
  top: 0;
  left: 0;
*/
}


/* --------------------------------------------------
 * rosen > guide
 */


.guide-has-side .main_contents {
  margin: 0 0.2rem;
}

.guide-has-side .side_contents {
}

.guide-has-side .side_contents h4 {
  padding-left: 0.3rem;
  background: #6d5c52;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.56rem;
  text-align: left;
}

.guide-has-side .side_contents .box {
  border-bottom: 1px solid #e6e2d6;
}

.guide-has-side .side_contents .charge,
.guide-has-side .side_contents h5 {
  padding-left: 0.3rem;
  background: #e7e4db;
  color: #330000;
  font-size: 0.24rem;
  line-height: 0.56rem;
}

.guide-has-side .side_contents .charge {
  font-weight: bold;
}

.guide-has-side .side_contents .charge a {
  color: #330000;
}

.guide-has-side .side_contents .charge.current {
  padding: 0.06rem 0 0.06rem 0.11rem;
  background: #eecda0;
}

.guide-has-side .side_contents .charge.current a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0.3rem;
  background: url(../images/icon-arrow02.gif) no-repeat left center;
  background-size: 0.15rem auto;
  color: #330000;
}

.guide-has-side .side_contents ul li {
  margin: 0.1rem 0.2rem;
  border-bottom: 1px dotted #d2c8a9;
}

.guide-has-side .side_contents ul li:last-child {
  border-bottom: none;
}

.guide-has-side .side_contents ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.21rem 0.25rem 0.21rem 0.1rem;
  background: url(../images/icon_arrow04-sp.png) no-repeat right center;
  background-size: 0.17rem auto;
  color: #000000;
  font-size: 0.24rem;
  line-height: 0.37rem;
}




/* --------------------------------------------------
 * rosen > guide
 */

#rosen-guide {
  color: #000000;
}

#rosen-guide .sections {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

#rosen-guide .content-title-brown {
  margin-bottom: 0.3rem;
}

#rosen-guide .section01 .lead {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  padding-bottom: 0.18rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#rosen-guide .section01 ul {
  margin: 0 auto 0.18rem;
  width: 5.5rem;
}

#rosen-guide .section01 li {
  float: left;
  width: 2.5rem;
  text-align: center;
}

#rosen-guide .section01 li:last-child {
  float: right;
  text-align: center;
}

#rosen-guide .section01 .name {
  display: inline-block;
  margin-top: 0.15rem;
  width: 2.5rem;
  height: 0.3rem;
  background: #009cff;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.32rem;
  vertical-align: middle;
}

#rosen-guide .section01 .caption {
  display: inline-block;
  margin-top: 0.18rem;
  font-size: 0.2rem;
}

#rosen-guide .section01 .sub-sections {
  padding-top: 0.28rem;
  border-top: 1px dotted #d2c8a9;
}

#rosen-guide .section01 .sub-sections02 img, 
#rosen-guide .section01 .sub-sections img {
  margin-left: 0.1rem;
  margin-bottom: 0.29rem;
  width: 5.8rem;
}

#rosen-guide .section01 .sub-sections p {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#rosen-guide .section01 .sub-section01 {
  margin-bottom: 0.39rem;
}

#rosen-guide .section01 .sub-section02 {
  margin-bottom: 0.3rem;
}

#rosen-guide .section01 .sub-section01 h4,
#rosen-guide .section01 .sub-section02 h4 {
  margin-bottom: 0.28rem;
  padding-left: 0.2rem;
  height: 0.56rem;
  background: #e7e4db;
  border-radius: 2px;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.56rem;
}

#rosen-guide .sub-section03 {
  margin-bottom: 0.5rem;
  padding: 0.27rem;
  background: #fafaf9;
  border: 2px solid #efeeea;
  border-radius: 5px;
}

#rosen-guide .sub-section03 h4 {
  padding-bottom: 0.18rem;
  font-size: 0.24rem;
  line-height: 1;
}

#rosen-guide .sub-section03 p {
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#rosen-guide .flows h4 {
  text-align: left;
  font-size: 0.24rem;
  line-height: 1.25;
  padding: 0 0 0.05rem 0.15rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
}

#rosen-guide .flows .image {
  display: block;
  margin: 0 auto 0.27rem; 
  width: 4rem;
}

#rosen-guide .flows .text {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

#rosen-guide .flows .inner .header p,
#rosen-guide .flows .text li {
  margin-bottom: 0.27rem;
  position: relative;
  padding-left: 1.3em;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#rosen-guide .flow08 .text li {
  margin-bottom: 0.1rem;
}

#rosen-guide .flows .inner .header p {
  margin-bottom: 0.08rem;
}

#rosen-guide .flows .inner .header p:last-child {
  margin-bottom: 0;
}

#rosen-guide .flows .inner .header p:before,
#rosen-guide .flows .text li:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #b8b098;
}

#rosen-guide .flows a {
  display: inline-block;
  position: relative;
  margin-left: 0.14rem;
  padding: 0 0.05rem 0 0.26rem;
  background: url(../images/icon_arrow01.png) no-repeat left center;
  color: #0054b4;
  font-size: 0.24rem;
  font-weight: normal;
}

#rosen-guide .flow01 {
  padding-bottom: 0.45rem;
}

#rosen-guide .flows .inner {
  clear: both;
}

#rosen-guide .flow02 > .image {
  margin-bottom: 0.3rem;
}

#rosen-guide .flows p {
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#rosen-guide .flow05 p,
#rosen-guide .flow02 p {
  margin-bottom: 0.37rem;
}

#rosen-guide .flow02 .inner ul {
  overflow: hidden;
}

#rosen-guide .flow02 .inner li span {
  display: block;
  padding-top: 0.02rem;
  height: 0.3rem;
  background: #009cff;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  text-align: center;
}

#rosen-guide .flow02 {
  padding-bottom: 0.05rem;
}

#rosen-guide .flow03 > .text {
  margin-bottom: 0.46rem;
}

#rosen-guide .flows .inner .header {
  position: relative;
  padding: 0.2rem;
  background-color: #efeeea;
}

#rosen-guide .flows .inner .header p {
  font-weight: bold;
}

#rosen-guide .flows .inner .header span {
  font-weight: normal;
}

#rosen-guide .flow02 .inner li {
  float: left;
  width: 1.92rem;
}

#rosen-guide .flow02 .inner li:last-child {
  float: right;
}

#rosen-guide .flow03 .inner li {
  margin-bottom: 0.3rem;
}

#rosen-guide .flow03 .inner li:last-child {
  margin-bottom: 0;
}

#rosen-guide .flows .inner .header:after {
  content: "";
  position: absolute;
  display: block;
  margin-left: -0.14rem;
  bottom: -0.23rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.24rem 0.14rem 0 0.14rem;
  border-color: #efeeea transparent transparent transparent;
}

#rosen-guide .flows .inner .inner-image {
  padding: 0.3rem;
  border: 2px solid #efeeea;
  border-top: none;
}

#rosen-guide .flows .inner .inner-image img {
  margin-bottom: 0.1rem;
}

#rosen-guide .flows .inner .inner-image p {
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#rosen-guide .flow03 {
  padding-bottom: 0.46rem;
}

#rosen-guide .flow04 {
  padding-bottom: 0.46rem;
}

#rosen-guide .flow05 .image img:first-child {
  margin-bottom: 0.2rem;
}

#rosen-guide .flow05 {
  padding-bottom: 0.04rem;
}

#rosen-guide .flow06 .image {
  margin: 0 0.1rem 0.4rem;
  width: 5.8rem;
}

#rosen-guide .flow06 .text {
  float: none;
  width: auto;
}

#rosen-guide .flow06 p:first-child {
  margin-bottom: 0.46rem;
}

#rosen-guide .flow06 {
  margin-bottom: 0.49rem;
}

#rosen-guide .flow07 {
  margin-bottom: 0.46rem;
}

#rosen-guide .flow07 .inner .inner-image {
  margin-bottom: 0.3rem;
}

#rosen-guide .flow07 .attention {
  padding: 0.22rem;
  background-color: #fff1f1;
  border: 2px solid #fadfdf;
  border-radius: 5px;
}

#rosen-guide .flow07 .attention dt {
  padding: 0.12rem 0 0.08rem 0.42rem;
  font-size: 0.24rem;
  font-weight: bold;
  background: url(../images/icon_caution.png) no-repeat left center;
  background-size: 0.28rem;
}

#rosen-guide .flow07 .attention dd {
  padding-bottom: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}


/* --------------------------------------------------
 * rosen > guide > charge
 */


#rosen-charge {
  color :#000000;
}

#rosen-charge ul,
#rosen-charge ol {
  list-style: none;
}

.main_contents,


#rosen-charge .page-lead {
  margin: 0 0.1rem;
  padding-bottom: 0.48rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#rosen-charge .content-title-brown {
  margin-bottom: 0.26rem;
}

#rosen-charge .lead {
  padding-bottom: 0.24rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#rosen-charge .pricelist,
#rosen-charge .machines {
  padding-bottom: 0.48rem;
}

#rosen-charge .machines ul {
  margin: 0 auto;
  width: 5.6rem;
}

#rosen-charge .machines li {
  float: left;
  width: 2.6rem;
}

#rosen-charge .machines li:last-child {
  float: right;
  width: 2.6rem;
}

#rosen-charge .machines .name {
  margin-top: 0.2rem;
  height: 0.3rem;
  background-color: #f08200;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.3rem;
}

#rosen-charge .machines .caption {
  margin-top: 0.18rem;
  font-size: 0.2rem;
  line-height: 0.26rem;
}

#rosen-charge .pricelist .image {
  padding-bottom: 0.29rem;
  text-align: center;
}

#rosen-charge .pricelist .caption {
  margin: 0 0.1rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#rosen-charge .how-to h4 {
  margin-bottom: 0.25rem;
  padding-left: 0.2rem;
  height: 0.56rem;
  background: #e7e4db;
  border-radius: 3px;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.56rem;
}

#rosen-charge .how-to .case1 p {
  margin: 0 0.1rem;
}

#rosen-charge .how-to section {
  padding-bottom: 0.38rem;
}

#rosen-charge .how-to .box {
  position: relative;
  text-align: center;
}

#rosen-charge .how-to .box .image {
  margin: 0 auto 0.34rem;
  width: 2.55rem;
}

#rosen-charge .how-to .flow {
  position: relative;
  padding-left: 0.62rem;
  overflow: hidden;
  text-align: left;
}

#rosen-charge .how-to .flow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.25rem;
  width: 0.03rem;
  height: 11.4rem;
  background: url(../images/line02.gif) repeat-y;
  background-size: 0.03rem;
}

#rosen-charge .how-to .case3 .flow:before {
  height: 9.5rem;
}

#rosen-charge .how-to .flow li {
  position: relative;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  min-height: 0.62rem;
  border-top: 1px dotted #d2c8a9;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#rosen-charge .how-to .flow li.has-img {
  padding-top: 0.3rem;
}

#rosen-charge .how-to .case2 .flow li:first-child {
  padding-top: 0px;
  border-top: none;
}

#rosen-charge .how-to .flow li:first-child {
  padding-top: 0.08rem;
  border-top: none;
}

#rosen-charge .how-to .case3 .flow li:first-child {
  padding-top: 0;
  border-top: none;
}

#rosen-charge .how-to .flow li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0.62rem;
  border-bottom: none;
}

#rosen-charge .how-to .flow li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -0.52rem;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../../rosen/ticket/images/icon-number01.gif) no-repeat;
  background-size: 0.30rem;
}

#rosen-charge .how-to .flow li:after {
  content: "";
  clear: both;
  display: block;
  width: 1px;
  height: 1px;
}

#rosen-charge .how-to .flow li img {
  float: left;
  width: 2rem;
  margin-right: 0.2rem;
}

#rosen-charge .how-to .flow li:nth-child(1):before {
  top: 0;
  background-image: url(../../rosen/ticket/images/icon-number01.gif);
}

#rosen-charge .how-to .flow li:nth-child(2):before {
  background-image: url(../../rosen/ticket/images/icon-number02.gif);
}

#rosen-charge .how-to .flow li:nth-child(3):before {
  background-image: url(../../rosen/ticket/images/icon-number03.gif);
}

#rosen-charge .how-to .flow li:nth-child(4):before {
  background-image: url(../../rosen/ticket/images/icon-number04.gif);
}

#rosen-charge .how-to .flow li:nth-child(5):before {
  background-image: url(../../rosen/ticket/images/icon-number05.gif);
}

#rosen-charge .how-to .flow li:nth-child(6):before {
  background-image: url(../../rosen/ticket/images/icon-number06.gif);
}

#rosen-charge .how-to .flow li:nth-child(7):before {
  background-image: url(../../rosen/ticket/images/icon-number07.gif);
}

#rosen-charge .how-to .case4 .buss-flow {
  position: relative;
  margin: 0 0 0.37rem;
}

#rosen-charge .how-to .case4 .buss-flow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.48rem;
  left: 50%;
  margin-left: -21px;
  width: 0.43rem;
  height: 2.58rem;
  background: url(../../rosen/ticket/images/arrow01.jpg) no-repeat;
  background-size: 0.43rem auto;
  z-index: -1;
}

#rosen-charge .how-to .case4 .buss-flow li {
  margin-bottom: 0.29rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background: #fff;
  border: 2px solid #f08300;
  border-radius: 0.48rem;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
}

#rosen-charge .how-to .case4 .buss-flow li:first-child {
  background: #f08300;
  color :#fff;
}

#rosen-charge .how-to .case4 .buss-flow li:last-child {
  margin-bottom: 0;
  background: #e60012;
  border: none;
  color :#fff;
}

#rosen-charge .how-to .case4 .caption {
  margin: 0 0.1rem;
  padding-bottom: 0.36rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#rosen-charge .how-to .case4 .attention {
  margin: 0 auto;
  padding: 0.2rem;
  background: #fff1f1;
  border: 2px solid #fadfdf;
  border-radius: 5px;
}

#rosen-charge .how-to .case4 .attention dt {
  margin-bottom: 0.29rem;
  padding-left: 0.42rem;
  background: url(../../rosen/ticket/images/icon-attention01.jpg) no-repeat left center;
  background-size: 0.28rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.28rem;
}

#rosen-charge .how-to .case4 .attention dd {
  position: relative;
  padding-left: 1.3em;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#rosen-charge .how-to .case4 .attention dd:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #f35858;
}

#rosen-charge .side_contents .banner {
  margin: 0.5rem 0 0;
}

#rosen-charge .side_contents .banner ul li {
  margin: 0 0 0.3rem;
  padding: 0;
  border-bottom: none;
}

#rosen-charge .side_contents .banner ul li a {
  width: 4.65rem;
  height: auto;
  margin: 0 auto;
  background: none;
  padding: 0;
}

/* --------------------------------------------------
 * rosen >  route_search.add
*/

#route_search.contents.add.lower .wrap{
  width: 6rem;
  margin: 0 auto;
}

#route_search.contents.add.lower .heading-text{
  text-align: left;
  font-size: 0.24rem;
  line-height: 0.37rem;
  margin: 0 0 0.38rem;
}

#route_search.contents.add.lower .content-block{
  margin-bottom: 0.5rem;
}

#route_search.contents.add.lower .content-block li{
  width: 100%;
  float: none;
  margin-bottom: 0.5rem;
}

#route_search.contents.add.lower .content-block li h3{
  text-align: left;
  width: 100%;
  margin: 0 0 0.23rem;
  padding: 0.16rem 0.15rem 0.14rem;
  border-radius: 3px;
  background: #6d5c52;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.2;
}

#route_search.contents.add.lower .content-block li .lead{
  text-align: left;
  font-size: 0.24rem;
  line-height: 0.37rem;
  margin: 0 0 0.2rem;
  padding-left: 0.1rem;
}

#route_search.contents.add.lower .content-block li .link{
  position: relative;
  width: 100%;
}

#route_search.contents.add.lower .content-block li .link .box{
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 39px 11px 0px;
  background: url(../../rosen/route_search/images/icon_arrow.png) no-repeat 5.6rem center;
  background-color: rgba(25,5,0,0.7);
}

#route_search.contents.add.lower .content-block li .link .box p{
  padding-top: 4px;
  font-size: 0.26rem;
  color: #fff;
  text-align: right;
  line-height: 0.2rem;
}

/* --------------------------------------------------
 * rosen >  route_search
*/

#route_search .map .search{

}

#route_search .map .search h3{
  margin: 0 0.20rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
  font-weight: normal;
}



#route_search .map .search .map-text{
  position: relative;
  background: #473733;
  background-size: 2.90rem auto;
  margin: 1.30rem auto 0;
  text-align: center;
  padding: 0 0 0.01rem 0;
}

#route_search .map .search .map-text img{
  position: relative;
  width: 2.90rem;
  margin: -1rem auto 0;
}

#route_search .map .search .map-text p{
  margin: 0.20rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
  color: #fff;
  text-align: left;
}

#route_search .map .search .map-detail{
  position: relative;
  background: url(/rosen/route_search/images/bg-sp.png) no-repeat;
  background-size: 6.40rem auto;
  padding: 0.5rem 0 0.6rem;
}

#route_search .map .search .map-detail .sp-wrap{
  position: relative;
  background: url(/rosen/route_search/images/map.png) no-repeat;
  background-size: 100% auto;
  width: 6.07rem;
  height: 0;
  margin: 0 0.20rem;
  padding-top: 66.56%;
}
#route_search .map .search .map-detail .sp-wrap img { display: none; }

#route_search .map .map-detail a {
  position: absolute;
  display: block;
  text-indent: -10rem;
}

#route_search .map .map-detail a.on,
#route_search .map .map-detail a:hover {
  background: url(../../rosen/route_search/images/bg_area_hover.png);
}

#route_search .map .map-detail .area1 {top: 1.32rem;left: 0;width: 1.63rem;height: 1.52rem;}
#route_search .map .map-detail .area2 {top: 2.81rem;left: 0;width: 1.63rem;height: 1.23rem;}
#route_search .map .map-detail .area3 {top: 0;left: 1.59rem;width: 1.10rem;height: 1.97rem;}
#route_search .map .map-detail .area4 {top: 1.94rem;left: 1.59rem;width: 1.10rem;height: 0.91rem;}
#route_search .map .map-detail .area5 {top: 2.82rem;left: 1.59rem;width: 0.47rem;height: 1.22rem;}
#route_search .map .map-detail .area6 {top: 2.82rem;left: 2.03rem;width: 0.66rem;height: 1.22rem;}
#route_search .map .map-detail .area7 {top: 0;left: 2.67rem;width: 1.25rem;height: 1.35rem;}
#route_search .map .map-detail .area8 {top: 1.32rem;left: 2.67rem;width: 1.25rem;height: 1.09rem;}
#route_search .map .map-detail .area9 {top: 2.38rem;left: 2.67rem;width: 0.60rem;height: 1.66rem;}
#route_search .map .map-detail .area10 {top: 2.38rem;left: 3.24rem;width: 0.68rem;height: 1.66rem;}
#route_search .map .map-detail .area11 {top: 1.32rem;left: 3.90rem;width: 0.86rem;height: 1.53rem;}
#route_search .map .map-detail .area12 {top: 2.64rem;left: 3.90rem;width: 0.86rem;height: 0.62rem;}
#route_search .map .map-detail .area13 {top: 0.81rem;left: 4.73rem;width: 1.11rem;height: 1.28rem;}

#route_search .map .search .map-detail img{
  width: 6.07rem;
  margin: 0;
}


#route_search #modal{
  display: none;
  position: relative;
}
#route_search #modal #modal_bg{
  position: relative;
  margin: -5.15rem 0 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 0.4rem 0;
  background: url(../../rosen/route_search/images/bg_modal.png);
  z-index: 10000;
}
#route_search #modal .modal_box{
  display: none;
}
#route_search #modal .modal_box p{
  color: #ffffff;
  font-size: 0.24rem;
  line-height: 1;
  text-align: center;
  padding: 0 0 0.3rem;
}
#route_search #modal .modal_box .detail-wrap{
  overflow: hidden;
  margin: 0 0.6rem;
}
#route_search #modal .modal_box .detail{
  width: 100%;
  margin: 0 0 0.3rem 0;
  background: #fff;
  border-radius: 3px;
}
#route_search #modal .modal_box .detail a{
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}

#route_search #modal .modal_box .detail .btn{
  width: 100%;
  position: relative;
  padding: 13px 0 10px;
  background: #009cff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.28rem;
  text-align: center;
}
#route_search #modal .modal_box .detail .btn:after{
  content: " ";
  display: inline-block;
  position: absolute;
  width: 0.28rem;
/*  height 19px;*/
  height: 0.26rem;
  background: url(../images/icon_arrow02.png) no-repeat right  center;
  background-size: auto 0.2rem;
}
#route_search #modal .modal_box .close{
  margin: 0;
}
#route_search #modal .modal_box .close a{
  display: block;
  position: relative;
  width: 1.8rem;
  height: 0.5rem;
  margin: 0 auto;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 0.24rem;
  line-height: 0.5rem;
  text-align: center;
}
#route_search #modal .modal_box .close a:hover{
  /*
  background-color: #aee0ff;
  transition: all .8s;
  text-decoration: none;
  */
}
#route_search #modal .modal_box .close a span{
  padding: 0 0 0 0.4rem;
  background: url(../images/icon_popupclose.png) no-repeat 0 center;
  background-size: 0.25rem auto;
}

/* --------------------------------------------------
 * rosen > office1
*/


#office1 .wrap {
  margin: 0 0.2rem;
  width: auto;
}

#office1 .sections {
  padding-bottom: 0.46rem;
  color: #000;
  font-size: 0.24rem;
}

#office1 .sections .caption {
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#office1.contents .content-title-brown {
  margin-bottom: 0.29rem;
  padding: 0.17rem 0 0.17rem 0.18rem;
}

#office1 .sections .lead {
  padding-bottom: 0.24rem;
  color: #000;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#office1 .intro ul {
  padding-bottom: 0.19rem;
}

#office1 .intro li {
  position: relative;
  padding-left: 1.3em;
  padding-bottom: 0.18rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#office1 .intro li:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #b8b098;
}


#office1 .needs ol {
  padding-bottom: 18px;
  list-style: none;
  counter-reset: picture;
}

#office1 .needs li {
  padding-left: 1em;
  padding-bottom: 0.14rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
  text-indent: -1em;
}

#office1 .needs li:before {
  counter-increment: picture;
  content: counter(picture)".";
  font-weight: bold;
}

#office1 .needs .caption {
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#office1 .to-contact .lead {
  padding-bottom: 0.28rem;
}

#office1 .to-contact {
  padding-bottom: 0.25rem;
}

#office1 .attention li {
  color: #ff0000;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#office1 .terminal-lists {
  width: 100%;
  border: 1px solid #e6e2d6;
  border-collapse: collapse;
}


#office1 .terminal-lists th,
#office1 .terminal-lists td {
  border: 1px solid #e6e2d6;
  font-size: 0.22rem;
  line-height: 0.32rem;
  font-weight: normal;
  vertical-align: middle;
}

#office1 .terminal-lists a {
  color: #000;
  cursor: default;
}

#office1 .terminal-lists a:hover {
  text-decoration: none;
}

#office1 .terminal-lists .cond1 {
  padding: 0.14rem 0.08rem 0.14rem;
  width: 1.5rem;
  text-align: center;
}

#office1 .terminal-lists .cond2 {
  padding: 0.14rem 0.08rem 0.14rem;
  width: 2.08rem;
  text-align: left;
}

#office1 .terminal-lists .cond3 {
  padding: 0.14rem 0.08rem 0.14rem;
  text-align: center;
}


#office1 .terminal-lists thead th {
  background: #eecda0;
  color: #330000;
}

#office1 .terminal-lists thead .cond1,
#office1 .terminal-lists thead .cond2,
#office1 .terminal-lists thead .cond3 {
  padding: 0.14rem 0.08rem 0.14rem;
  font-weight: bold;
  text-align: center;
}

#office1 .terminal-lists .bg-gray {
  background: url(../images/bg01.png);
}

#office1 .terminal-lists a {
  display: inline-block;
  margin: 0.15rem auto 0.1rem;
  width: 2.1rem;
  height: 0.4rem;
  box-shadow: 2.121px 2.121px 3px 0px rgba(0, 0, 0, 0.15);
  background-color: rgb(0, 156, 255);
  border-radius: 3px;
  color: #fff;
  font-size: 0.22rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 0.4rem;
  text-align: center;
}



/* --------------------------------------------------
 * ticketcounter
 */

#ticketcounter .unkyu {
  width: 6rem;
  margin: 0 auto 0.3rem;
  padding: 0.22rem;
  border: 2px solid #fadfdf;
  border-radius: 3px;
  background: #fff1f1;
}

#ticketcounter .unkyu dl dt {
  padding: 0 0 0.18rem 0.41rem;
  background: url(/common/images/icon_caution2.png) no-repeat 0 0;
  background-size: 0.3rem auto;
  font-size: 0.28rem;
  line-height: 0.36rem;
  font-weight: bold;
}

#ticketcounter .unkyu dl dd {
  font-size: 0.26rem;
  line-height: 0.3rem;
}

#ticketcounter .unkyu dl dd a {
  color: #0054b4;
}

#ticketcounter .unkyu dl dd ul li {
  padding: 0 0 0 1em;
  margin: 0 0 0.1rem;
  text-indent: -1em;
  line-height: 0.36rem;
}

#ticketcounter .unkyu dl dd ul li:last-child {
  margin: 0;
}

#ticketcounter .unkyu dl dd ul li:before {
  content: "●";
  display: inline;
  color: #f25858;
  font-size: 0.26rem;
  line-height: 0.3rem;
}

#ticketcounter .common-nav ul {
  padding-bottom: 0.18rem;
}


#ticketcounter .icons {
  width: 6rem;
  margin: 0 auto 0.3rem;
  border: 2px solid #efeeea;
  border-radius: 3px;
  background: #efeeea;
}

#ticketcounter .icons > dl {
  display: table;
}

#ticketcounter .icons .title {
  width: 1rem;
  display: table-cell;
  padding: 0 0.05rem;
  color: #310000;
  font-size: 0.21rem;
  line-height: 1.3;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

#ticketcounter .icons .detail {
  display: table-cell;
  width: 5rem;
  background: #fff;
  padding: 0.08rem 0;
}

#ticketcounter .icons .detail dl {
  display: table;
  width: 4.8rem;
  margin: 0 0 0 0.15rem;
}

#ticketcounter .icons .detail dl dt {
  display: table-cell;
  width: 0.9rem;
  vertical-align: middle;
  padding: 0.08rem 0;
}

#ticketcounter .caution{
  margin: 0 0.2rem 0.3rem;
}

#ticketcounter .caution li {
  padding: 0 0 0 1em;
  margin: 0 0 0.1rem;
  text-indent: -1em;
  line-height: 0.35rem;
  font-size: 0.22rem;
}

#ticketcounter .caution li:before {
  content: "●";
  display: inline;
  color: #b8b098;
  font-size: 0.22rem;
  line-height: 0.3rem;
}


#ticketcounter .type {
  display: inline-block;
  width: 0.9rem;
  height: 0.32rem;
  border-radius: 3px;
  text-align: center;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.34rem;
}

#ticketcounter .type.rosen {
  color: #000;
  background: #fde1ba;
}
#ticketcounter .type.hanica {
  color: #fff;
  background: #eba100;
}
#ticketcounter .type.kosoku {
  color: #fff;
  background: #af5068;
}

#ticketcounter .icons .detail dl dd {
  display: table-cell;
  padding: 0 0 0 0.1rem;
  font-size: 0.22rem;
  line-height: 1.3;
  vertical-align: middle;
}

#ticketcounter .content-title-brown {
  width: 6rem;
  margin: 0 auto 0.3rem;
}

#ticketcounter .station {
  width: 6rem;
  margin: 0 auto 0.3rem;
}

#ticketcounter .station .backnumber{
  position: relative;
  padding: 0;
  border-bottom: none;
  font-size: 0.24rem;
  border-radius: 3px;
  background: #efeeea;
}

#ticketcounter .station .backnumber:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 10%;
  left: 0.1rem;
  width: 0.12rem;
  height: 80%;
  line-height: 0.36rem;
  background: #b8b098;
  border-radius: 2px;
  margin: 0 0.2rem 0 0;
}

#ticketcounter .station .backnumber a{
  padding: 0.15rem 0.6rem 0.15rem 0.40rem;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  background: url(../images/icon_accordion_open.png) no-repeat right 3px center;
}

#ticketcounter .station .backnumber.on a{
  background: url(../images/icon_accordion_close.png) no-repeat right 3px center;
}

#ticketcounter .station .backnumber a:hover{
  text-decoration: none;
}

#ticketcounter .station .backnumber .types {
  display: block;
}

#ticketcounter .station .backnumber .types .type {
  width: 0.95rem;
  height: 0.36rem;
  margin: 0 0.08rem 0 0;
  border: 2px solid #fff;
}

#ticketcounter .station .box {
  padding: 0.15rem 0 0;
}

#ticketcounter .station .box .map {
  margin: 0 0 0.15rem;
}
#ticketcounter .station .box .map p {
  float: right;
}

#ticketcounter .station .box .map a {
  display: block;
  width: 1.1rem;
  height: 0.38rem;
  background: #009cff;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #ccc;
  text-align: center;
  color: #fff;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.38rem;
}

#ticketcounter .station .box .map a.target span {
  padding: 0 0 0 0.32rem;
  background: url(../images/icon_window_white.png) no-repeat 0 center;
  background-size: 0.24rem auto;
}

#ticketcounter .station .box .block {
  border: 2px solid #eef0eb;
  margin: 0 0 0.3rem;
}

#ticketcounter .station .box .block h5 {
  height: 0.49rem;
  margin: 0 0 0.3rem;
  padding: 0 0 0 0.25rem;
  color: #320003;
  font-size: 0.24rem;
  line-height: 0.49rem;
}

#ticketcounter .station .box .block.rosen h5 {
  background: #fde1ba;
}
#ticketcounter .station .box .block.kosoku h5 {
  color: #fff;
  background: #af5068;
}

#ticketcounter .station .box .block p {
  font-size: 0.24rem;
  line-height: 1.6;
}

#ticketcounter .station .box .block p.tel {
  text-align: center;
  margin: 0.1rem 0;
}

#ticketcounter .station .box .block p.tel a {
  display: inline-block;
  padding: 0.15rem 0.28rem;
  color: #ffffff;
  background: #009cff;
  border-radius: 3px;
  box-shadow: 2px 2px 2px #ccc;
  line-height: 1;
  font-weight: bold;
}

#ticketcounter .station .box .block li.times dd {
  overflow: hidden;
}

#ticketcounter .station .box .block li.times dd ul {
  float: left;
  width: 50%;
  font-size: 0.24rem;
  line-height: 1.5;
}

#ticketcounter .station .box .block li.times dd ul {
  width: 50%;
  font-size: 0.24rem;
  line-height: 1.5;
}

#ticketcounter .station .box .block dl dd,
#ticketcounter .station .box .block ul li {
  font-size: 0.24rem;
  line-height: 1.5;
}

#ticketcounter .station .box .block .inner {
  margin: 0 0.3rem;
}

#ticketcounter .station .box .block dl {
  margin: 0 0 0.2rem;
}

#ticketcounter .station .box .block dl dt {
  position: relative;
  padding: 0 0 0 0.23rem;
  margin: 0 0 0.2rem;
  color: #340100;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.26rem;
}
#ticketcounter .station .box .block dl dt:before {
  content: " ";
  display: block;
  width: 0.1rem;
  height: 0.24rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #6e5b54;
  border-radius: 1px;
}

#ticketcounter .station .box .block .links {
  overflow: hidden;
}
#ticketcounter .station .box .block .links li {
  float: left;
  margin: 0 0.1rem 0.1rem 0;
}
#ticketcounter .station .box .block .links li p,
#ticketcounter .station .box .block .links li a {
  display: block;
  height: 0.4rem;
  padding: 0.02rem 0.13rem;
  background: #eecda0;
  border-radius: 3px;
  color: #340100;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.4rem;
}

#ticketcounter .station .box .block .border {
  border-bottom: 1px dotted #cfc9a7;
  margin-bottom: 0.2rem;
}


/* --------------------------------------------------
 * pole_detail
 */

#pole_detail a.pdf {
  padding-right: 0.36rem;
  background: url(../images/icon_pdf.png) no-repeat right center;
  background-size: auto 0.32rem;
}

#pole_detail .attention {
  width: 6rem;
  margin: 0 auto 0.2rem;
}

#pole_detail .attention p {
  font-size: 0.24rem;
  line-height: 0.4rem;
}

#pole_detail .attention p span {
  color: #ff0000;
}

#pole_detail .unkyu {
  width: 6rem;
  margin: 0 auto 0.2rem;
  padding: 0.22rem;
  border: 2px solid #fadfdf;
  border-radius: 3px;
  background: #fff1f1;
}

#pole_detail .unkyu dl dt {
  padding: 0 0 0.15rem 0.43rem;
  background: url(/common/images/icon_caution2.png) no-repeat 0 0;
  background-size: 0.28rem;
  font-size: 0.24rem;;
  line-height: 0.36rem;
  font-weight: bold;
}

#pole_detail .unkyu dl dd {
  font-size: 14px;
  line-height: 22px;
}

#pole_detail .dia {
  width: 6rem;
  margin: 0 auto 0.5rem;
}

#pole_detail .dia h2 {
  height: 0.56rem;
  margin: 0 0 0.5rem;
  padding: 0 0 0 0.15rem;
  border-radius: 3px;
  background: #6d5c52;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.58rem;
}

#pole_detail .dia > .info {
  margin: 0 0 0.2rem;
  font-size: 0.24rem;
  line-height: 1;
  text-align: right;
}

#pole_detail .dia .dia-list {
  margin: 0 0 0.4rem;
  border-top: 1px dotted #d2c8a9;
}

#pole_detail .dia .dia-list > li {
  display: table;
  padding: 10px 0;
  border-bottom: 1px dotted #d2c8a9;
}

#pole_detail .dia .dia-list > li > .notice {
  display: table-caption !important;
  padding: 0.1rem 0 0;
  color: #ff0000;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#pole_detail .dia .dia-list > li .header {
  display: table-cell !important;
  width: 1.5rem;
  padding: 0 0.15rem;
  background: #e7e4db;
  color: #000000;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.37rem;
  vertical-align: middle;
}

#pole_detail .dia .dia-list > li .box {
  display: table-cell;
  padding: 0.2rem 0 0.2rem 0.2rem;
}

#pole_detail .dia .dia-list > li .box .detail,
#pole_detail .dia .dia-list > li .box .links {
  height: auto !important;
}

#pole_detail .dia .dia-list > li .box .no {
  margin: 0 0 0.2rem;
  color: #330000;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.37rem;
}

#pole_detail .dia .dia-list > li .box .goto {
  margin: 0 0 0.2rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#pole_detail .dia .dia-list > li .box .info {
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#pole_detail .dia .dia-list > li .box .info span {
  color: #ff0000;
}

#pole_detail .dia .dia-list > li .box .link,
#pole_detail .dia .dia-list > li .box .other {
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#pole_detail .dia .dia-list > li .box .link a {
  display: inline-block;
  color: #0054b4;
  line-height: 0.44rem;
  padding: 0 0.1rem;
  margin: 0 0 0 -0.1rem;
}

#pole_detail .dia .dia-list > li .links {
  margin: 0.05rem 0 0;
}

#pole_detail .dia .dia-list > li .links ul {
  display: table;
  width: 100%;
}

#pole_detail .dia .dia-list > li .links ul > li {
  display: table-cell;
  width: 1.8rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
  text-align: center;
  vertical-align: top;
}

#pole_detail .dia .dia-list > li .links ul > li:first-child {
  text-align: left;
  width: 1.2rem;
}

#pole_detail .dia .dia-list > li .links ul > li:last-child {
  width: 1.3rem;
}

#pole_detail .dia .dia-list > li .links ul > li p {
  min-width: 1.36rem;
  display: inline-block;
  border: 1px solid #e6e2d6;
  background: #fafaf9;
  text-align: center;
}

#pole_detail .dia .dia-list > li .links ul > li.none p {
  border: none;
  background: none;
}

#pole_detail .dia .dia-list > li .links ul > li p span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.1rem 0;
}

#pole_detail .dia .dia-list > li .links ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.1rem 0;
  color: #0054b4;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#pole_detail .dia .dia-list > li .links ul.pdf p {
  margin: 0.1rem 0 0;
  display: inline-block !important;
  border: 1px solid #e6e2d6;
  background: #fafaf9;
  text-align: center;
}

#pole_detail .dia .dia-list > li .links ul.pdf p a {
  padding: 0.1rem 0.1rem;
  color: #0054b4;
  line-height: 0.32rem;
  background: none;
}

#pole_detail .dia .dia-list > li .links ul.pdf p a span {
  padding: 0;
}

#pole_detail .dia .dia-list > li .links ul.pdf p a img {
  width: 0.28rem;
  height: auto;
}

#pole_detail .dia .banner  ul li {
  margin: 0 0 0.3rem 0;
}
#pole_detail .dia .banner  ul li:last-child {
  margin: 0;
}

#pole_detail .information {
  width: 6rem;
  margin: 0 auto 0.5rem;
}

#pole_detail .information h2 {
  height: 0.56rem;
  margin: 0 0 0.5rem;
  padding: 0 0 0 0.15rem;
  border-radius: 3px;
  background: #6d5c52;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.58rem;
}


#pole_detail .information .box {
  width: 100%;
  padding: 0.15rem 0.2rem 0.1rem;
  margin: 0 0 0.1rem;
  border: 2px solid #efeeea;
  background: #fafaf9;
}

#pole_detail .information .box p {
  font-size: 0.24rem;
  line-height: 0.37rem;
  margin: 0 0 0.05rem;
}

#pole_detail .information .box p span {
  color: #ff0000;
}

#pole_detail .information .box p a {
  display: inline-block;
  padding: 0 0.1rem;
  margin: 0 0 0 -0.1rem;
  color: #0054b4;
  font-size: 0.24rem;
  line-height: 0.44rem;
  background: none;
}

#pole_detail .information .box p a span {
  color: #0054b4;
  padding-right: 0.36rem;
  background: url(../images/icon_pdf.png) no-repeat right center;
  background-size: auto 0.32rem;
}

#pole_detail .information .stations ul li p {
}

#pole_detail .information .stations ul li p a {
  display: block;
  margin-top: 0.09rem;
  width: 2.4rem;;
  padding: 0.1rem 0.5rem;
  height: 0.6rem;
  background: #009cff;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.4rem;
  text-align: center;
  font-weight: bold;
}

#pole_detail .information .stations ul li p a:hover {
  opacity: 0.7;
  text-decoration: none;
}


/* --------------------------------------------------
 * news
 */

#news .news{
  padding: 0 0.20rem;
  margin-bottom: 0.30rem;
}

#news .news li{
  border-bottom: 1px dotted #d2c8a9;
  overflow: hidden;
}
#news .news li:nth-child(n+6){
  display: block;
}

#news .news li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.25rem 0.12rem 0.25rem;
  color: #000;
  text-decoration: none;
}

#news .news .time{
  font-weight: bold;
}

#news .news li a:hover .text{
  text-decoration: none;
}

#news .news .text img{
  margin-left: 0.15rem;
  width: 0.26rem;
  height: auto;
}

#news .news .backnumber.content-title:before{
  display: none;
}

#news .news .backnumber{
  padding: 0;
  border-bottom: none;
  font-size: 0.24rem;
  border-radius: 3px;
  background: url(../images/line01.png) no-repeat 0.10rem center #efeeea;
}

#news .news .backnumber a{
  padding: 0.15rem 0 0.10rem 0.40rem;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  background: url(../images/icon_accordion_open.png) no-repeat right 3px center;
  background-size: 0.35rem auto;
}

#news .news .backnumber.on a{
  background: url(../images/icon_accordion_close.png) no-repeat right 3px center;
  background-size: 0.35rem auto;
}

#news .news .backnumber a:hover{
  text-decoration: none;
}


/* --------------------------------------------------
 * news_detail
 */
#news_detail .detail_block{
  padding: 0 0.20rem;
}

#news_detail .article-title{
  text-align: left;
  font-size: 0.24rem;
  line-height: 1.25;
  padding: 0 0 0.05rem 0.15rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
  background: none;
}

#news_detail .content-title:before{
  display: none;
}

#news_detail .time,
#news_detail .author{
  font-size: 0.22rem;
  line-height: 1.45454545;
  text-align: right;
}

#news_detail .author{
  margin: 0 0 0.3rem;
}

#news_detail .article{
  position: relative;
  margin: 0 0 0.1rem;
}

#news_detail .article a {
  color: #0054b4;
}

#news_detail .article h3 {
  font-weight: normal;
  font-size: 0.26rem;
  line-height: 0.37rem;
  margin: 0 0 0.1rem;
}

#news_detail .article h3 span {
  font-weight: bold;
}

#news_detail .article span {
  color: #ff0000;
}

#news_detail .article p {
  margin: 0 0 0.2rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#news_detail .article ul,
#news_detail .article dl {
  margin: 0 0 0.2rem;
}

#news_detail .article .imgSec {
  width: 58.333333%;
  margin: 0 auto 0.3rem;
}

#news_detail .article ul h4,
#news_detail .article dl dt {
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#news_detail .article ul h4:before,
#news_detail .article dl dt:before {
  content: "●";
  display: inline;
  color: #b8b098;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#news_detail .article ul > li p,
#news_detail .article dl dd {
  margin: 0 0 0.1rem;
  padding: 0 0 0 1em;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#news_detail .article ul > li ul li,
#news_detail .article dl dd ul li {
  float: none;
  padding: 0 0 0 2em;
}

#news_detail .article ul > li ul li {
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#news_detail .article ul > li ul li:before,
#news_detail .article dl dd ul li:before {
  content: "・";
  display: inline;
  font-size: 0.24rem;
  line-height: 0.37rem;
  margin: 0 0 0 -1em;
}

#news_detail .article dl dd p,
#news_detail .article ul li p {
  margin: 0;
}

#news_detail .article ul.no {
  margin: 0 0 0.2rem 2em;
}

#news_detail .article ul.no > li {
  list-style-type: decimal
}

#news_detail .article ul.no h4:before {
  display: none;
}

#news_detail .article ul.no li p {
  padding: 0;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#news_detail .article ul.no li ul li {
  padding: 0 0 0 1em;
  font-size: 0.24rem;
  line-height: 0.37rem;
}
#news_detail .article ul.no li ul li:before {
  content: "・";
  display: inline;
  font-size: 0.24rem;
  line-height: 0.37rem;
  margin: 0 0 0 -1em;
}

#news_detail .article .links li {
  font-size: 0.24rem;
  line-height: 0.37rem;
  padding: 0 0 0 0.27rem;
  background: url(../images/icon_arrow01.png) no-repeat 0 center;
  background-size: 0.08rem auto;
}

#news_detail .article .links li a.pdf {
  padding: 0 0.36rem 0 0;
  background: url(../images/icon_pdf.png) no-repeat right center;
  background-size: auto 0.3rem;
}

#news_detail .article .links li a.blank {
  padding: 0 0.34rem 0 0;
  background: url(../images/icon_window_red.png) no-repeat right center;
  background-size: 0.24rem auto;
}


#news_detail .adobe_reader{
  display: none;
}

/* --------------------------------------------------
 * news-201808
 */

#news .article-title{
  text-align: left;
  font-size: 0.24rem;
  line-height: 1.25;
  padding: 0 0 0.05rem 0.15rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
  background: none;
}
#news .content-title:before{
  display: none;
}
#news .time,
#news .author{
  font-size: 0.22rem;
  line-height: 1.45454545;
  text-align: right;
}
#news .author{
  margin: 0 0 0.3rem;
}

#news .adobe_reader{
  display: none;
}


#news .news-title-wrap,
#news .common-news-wrap {
  letter-spacing: 0.1em;
  padding: 0 0.2rem;
}
#news .news-title-wrap {
  margin-bottom: 0.3rem;
}
#news .news-title {
  border-bottom: 1px dotted #d2c7a8;
}
#news .news-title > span {
  display: block;
  font-size: 0.26rem;
  line-height: 1.4;
  border-left: 4px solid #b9b098;
  padding: 0.03rem 0 0.03rem 0.14rem;
}
#news .news-date {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  text-align: right;
}
#news .common-news-wrap {
  margin-top: 0.5rem;
}
#news .common-news-wrap:first-of-type {
  margin-top: 0;
}
#news .news {
  padding: 0;
}
#news .news-cat-title {
  background-color: #6d5c51;
  font-size: 0.25rem;
  line-height: 1.4;
  color: #fff;
  padding: 0.12rem 0.16rem 0.1rem;
  border-radius: 3px;
  margin-bottom: 0.35rem;
}
#news .content-title > span {
  display: block;
  padding: 0.15rem 0 0.10rem 0.40rem;
}
#news .accordion .content-title {
  cursor: pointer;
}
#news .accordion .content-title > span {
  background: url(../images/icon_accordion_open.png) no-repeat right 3px center;
  background-size: 0.35rem auto;
}
#news .accordion .content-title.on > span {
  background-image: url(../images/icon_accordion_close.png);
}
#news .type-table {
  overflow-x: scroll;
}
#news .type-table table {
  width: 15rem;
  border-collapse: collapse;
}
#news .type-table th, #news .type-table td {
  border: 1px solid #e6e2d6;
  padding: 0.2rem;
  vertical-align: middle;
  font-size: 0.24rem;
  line-height: 1.5;
}
#news .type-table th {
  background-color: #efcea0;
}
#news .type-table th:nth-child(1) {
  width: 15%;
}
#news .type-table th:nth-child(2) {
  width: 16%;
}
#news .type-table th:nth-child(3) {
  width: 40%;
}
#news .type-table th:nth-child(4) {
  width: 29%;
}
#news .type-table td:first-child {
  text-align: center;
}
#news .type-table td.type-table-detail {
  border-right: none;
  padding-right: 0;
}
#news .type-table td.type-table-link {
  border-left: none;
  text-align: center;
}
#news .type-table td.type-table-link a {
  display: inline-block;
  width: 2rem;
  background-color: #009bff;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0.05rem;
  border-radius: 4px;
  box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.08);
}
#news .type-table tbody tr:nth-child(2n) {
  background: url(../images/table-bg.gif) repeat 0 0;
}
#news .type-list dl {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #d3c8a9;
  padding: 0.16rem 0;
}
#news .type-list dl dt, #news .type-list dl dd {
  display: table-cell;
  font-size: 0.24rem;
  line-height: 1.4;
}
#news .type-list dl dt {
  width: 1.5rem;
  font-weight: bold;
}
#news .type-list .type-list-link {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
  text-align: center;
}
#news .type-list .type-list-link a {
  display: inline-block;
  width: 80%;
  border: 2px solid #e6e2d6;
  border-radius: 4px;
  padding: 0.2rem 0;
  font-size: 0.25rem;
  font-weight: bold;
  color: #333;
  background: url(../images/icon_arrow11.png) no-repeat right 0.12rem center;
  background-size: 0.12rem auto;
}


/* --------------------------------------------------
 * company
 */

#company .mainvisual {
  position: relative;
  background: url(../images/bg01-sp.png);
  background-size: 0.04rem;
  text-align: center;
}

#company .mainvisual .wrap {
  position: static;
  width: 100%;
  height: 3rem;
  background: url(/company/images/main-sp.jpg) no-repeat center 0;
  background-size: 100% auto;
  margin: 0 auto;
}

#company .mainvisual h2 {
  text-align: center;
  width: 3.09rem;
  padding: 1.14rem 0 1.13rem;
  margin: 0 auto 0.4rem;
}

#company .block .site-link{
  width: 6rem;
  margin: 0 auto 0.2rem;
}

#company .block .site-link ul li {
  margin: 0 0 0.1rem;
}
#company .block .site-link ul li a {
  padding: 0 0 0 0.3rem;
  color: #0054b4;
  font-size: 0.24rem;
  line-height: 0.5rem;
  background: url(../images/icon_arrow01.png) no-repeat 0.1rem center;
  background-size: 0.08rem auto;
}

#company .block .about {
  width: 100%;
  padding: 0.4rem 0 0;
  margin: 0 0 0.4rem;
  background: url(../images/bg01-sp.png);
  background-size: 0.04rem;
}

#company .block .about h3 {
  width: 6rem;
  margin: 0 auto 0.3rem;
  font-size: 0.36rem;
  line-height: 0.36rem;
}

#company .block .about h3:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 0.05rem;
  width: 0.12rem;
  height: 0.36rem;
  line-height: 0.36rem;
  background: #b8b098;
  border-radius: 2px;
  margin: 0 0.2rem 0 0;
}

#company .block .about > ul {
  width: 6rem;
  margin: 0 auto;
}

#company .block .about > ul > li {
  float: left;
  width: 2.85rem;
  height: 1.75rem;
  padding: 0.12rem 0.12rem 0;
  margin: 0 0.3rem 0.3rem 0;
  text-align: center;
  background: #fff url(/company/images/btn_bg01-sp.png) no-repeat 0 0;
  background-size: 2.85rem auto;
  box-shadow: 1px 1px 1px #ccc;
}

#company .block .about > ul > li:nth-child(2n) {
  margin-right: 0;
}

#company .block .about > ul > li a {
  color: #000;
}

#company .block .about > ul > li img {
  margin: 0 0 0.14rem;
}

#company .block .about > ul > li p {
  font-size: 0.22rem;
  line-height: 0.52rem;
  color: #000;
}

#company .news{
  padding: 0 0.20rem;
  margin-bottom: 0.40rem;
}

#company .news li{
  border-bottom: 1px dotted #d2c8a9;
  overflow: hidden;
  background: url(../images/icon_arrow04-sp.png) no-repeat right 0.10rem center;
  background-size: 0.17rem auto;
}

#company .news li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.25rem 0.50rem 0.25rem 0.10rem;
  color: #000;
  text-decoration: none;
}

#company .news li p{
  font-size: 0.24rem;
  line-height: 1.54166667;
}

#company .news .time{
  font-weight: bold;
}

#company .news li a:hover .text{
  text-decoration: none;
}

#company .news .text img{
  margin-left: 0.15rem;
  width: 0.26rem;
  height: auto;
}

#company .news .text img.win{
  width: 0.28rem;
  margin: 0.03rem 0 0 0.12rem;
  height: auto;
}

#company .news .backnumber.content-title:before{
  display: none;
}

#company .news .backnumber{
  font-size: 0.24rem;
  border-radius: 3px;
  background: url(../images/line01.png) no-repeat 0.10rem center #efeeea;
}

#company .news .backnumber a{
  padding: 0.15rem 0 0.10rem 0.40rem;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  background: url(../images/icon_accordion_open.png) no-repeat right 3px center;
  background-size: 0.35rem auto;
}

#company .news .backnumber.on a{
  background: url(../images/icon_accordion_close.png) no-repeat right 3px center;
  background-size: 0.35rem auto;
}

#company .news .backnumber a:hover{
  text-decoration: none;
}

/* --------------------------------------------------
 * busad
 */

#busad .mainvisual {
  position: relative;
  background: url(../images/bg01-sp.png);
  background-size: 0.04rem;
  text-align: center;
}

#busad .mainvisual .wrap {
  position: static;
  width: 100%;
  height: 3rem;
  background: url(/busad/images/main-sp.jpg) no-repeat center 0;
  background-size: 100% auto;
  margin: 0 auto 0.3rem;
}

#busad .mainvisual h2 {
  text-align: center;
  width: 5.8rem;
  padding: 0.5rem 0 0;
  margin: 0 auto;
}

#busad .lead {
  width: 6rem;
  margin: 0 auto 0.3rem;
}

#busad .lead h3 {
  font-size: 0.36rem;
  line-height: 0.48rem;
  text-align: center;
  margin: 0 0 0.24rem;
}

#busad .lead p {
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#busad .lists .list .box .image {
  margin: 0 auto 0.2rem;
  max-width: 80%;
  text-align: center;
}

#busad .lists .list .box .left {
  width: 6rem;
  margin: 0 auto 0.5rem;
}

#busad .lists .list .box .left h5 {
  font-size: 0.26rem;
  line-height: 0.37rem;
  margin: 0 0 0.2rem;
}

#busad .lists .list .box .left ul {
  margin: 0 0 0.2rem;
}

#busad .lists .list .box .left ul li {
  padding: 0 0 0 0.36rem;
  margin: 0 0 0.1rem;
  position: relative;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#busad .lists .list .box .left ul li:before {
  content: "●";
  display: block;
  position: absolute;
  top: 0.13rem;
  left: 0;
  font-size: 0.33rem;
  line-height: 0.37;
  vertical-align: top;
  color: #b8b098;
}

#busad .lists .list .box .left a {
  position: relative;
  padding: 0 0 0 0.17rem;
  font-size: 0.24rem;
  line-height: 0.5rem;
  background: url(../images/icon_arrow01.png) no-repeat 0 center;
  background-size: 0.07rem auto;
}

#busad .lists .list .box .left a.pdf span {
  padding-right: 0.43rem;
  background: url(../images/icon_pdf.png) no-repeat right center;
  background-size: 0.28rem auto;
}

#busad .lists{
  width: 6rem;
  margin: 0 auto;
}

#busad .lists .list .backnumber.content-title:before{
  display: none;
}

#busad .lists .list .backnumber{
  font-size: 0.24rem;
  border-radius: 3px;
  background: #efeeea;
}

#busad .lists .list .backnumber a{
  padding: 0.15rem 0.45rem 0.10rem 0.40rem;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  background: url(../images/icon_accordion_open.png) no-repeat right 3px center;
  background-size: 0.35rem auto;
}

#busad .lists .list .backnumber.on a{
  background: url(../images/icon_accordion_close.png) no-repeat right 3px center;
  background-size: 0.35rem auto;
}

#busad .lists .list .backnumber a:hover{
  text-decoration: none;
}

#busad .lists .list .backnumber a span{
  padding: 0;
  display: inline;
  position: relative;
}

#busad .lists .list .backnumber a span:before{
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: -0.27rem;
  width: 0.12rem;
  height: 100%;
  background: #b8b098;
  border-radius: 3px;
}

#busad .lists .list .backnumber a span.new{
  padding: 0;
  display: inline;
  color: #ff0000;
}

#busad .lists .list .backnumber a span.new:before{
  display: none;
}


#busad .links {
  width: 5.8rem;
  margin: 0 auto 0.1rem;
}

#busad .links ul li {
  width: 100%;
  height: 0.8rem;
  border: 1px solid #e6e2d6;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #ccc;
  line-height: 1;
  margin: 0 0 0.3rem;
}

#busad .links ul li:nth-child(1) {
  background: url(/busad/images/icon01.png) no-repeat 0.42rem center;
  background-size: 0.41rem auto;
}

#busad .links ul li:nth-child(2) {
  background: url(/busad/images/icon02.png) no-repeat 0.42rem center;
  background-size: 0.41rem auto;
}

#busad .links ul li:nth-child(3) {
  background: url(/busad/images/icon03.png) no-repeat 0.47rem center;
  background-size: 0.31rem auto;
}

#busad .links ul li a{
  display: table;
  width: 100%;
  height: 100%;
  color: #000000;
  line-height: 1;
  background: url(../images/icon_arrow11.png) no-repeat 5.43rem center;
  background-size: 0.17rem auto;
}

#busad .links ul li a > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0.04rem 0 0 1.12rem;
  font-size: 0.26rem;
  color: #000000;
  line-height: 0.8rem;
}

#busad .links ul li a > span span {
  display: inline;
  margin: 0 0.1rem 0 0;
}

#busad .unkyu {
  width: 6rem;
  margin: 0 auto 0.3rem;
  padding: 0.25rem 0.22rem;
  border: 2px solid #fadfdf;
  border-radius: 3px;
  background: #fff1f1;
}

#busad .unkyu dl dt {
  padding: 0 0 0 0.43rem;
  margin: 0 0 0.1rem;
  background: url(/common/images/icon_caution2.png) no-repeat 0 0.04rem;
  background-size: 0.28rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
  font-weight: bold;
}

#busad .unkyu dl dd {
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#busad .unkyu dl dd p {
  line-height: 28px;
  margin: 0 0 0.18rem;
}

#busad .unkyu dl dd p strong {
  display: inline-block;
  margin: 0 0 0.1rem;
}

#busad .unkyu dl dd ul li {
  padding: 0 0 0 1em;
  margin: 0 0 0.1rem;
  text-indent: -1em;
}

#busad .unkyu dl dd ul li:last-child {
  margin: 0;
}


#busad .contact {
  width: 6rem;
  margin: 0 auto;
}

#busad .contact dl {
  margin-bottom: 0.2rem;
}

#busad .contact dl dd {
  font-size: 0.2rem;
  line-height: 1.4;
  margin-bottom: 0.05rem;
}

#busad .contact dl dd:before {
  content: "●";
  color: #b8b098;
  font-size: 0.23rem;
  line-height: 1.4;
}

#busad .contact ul {
  overflow: hidden;
}

#busad .contact ul li{
  width: 100%;
  margin: 0 0 0.3rem;
  padding: 0.22rem 0.22rem 0.25rem;
  border: 2px solid #efeeea;
  text-align: center;
}

#busad .contact ul li:nth-child(2n){
  margin: 0 0 0 0;
}

#busad .contact ul li h4 {
  position: relative;
  font-size: 0.24rem;
  line-height: 1;
  padding: 0 0 0.2rem 0.28rem;
  margin: 0 0 0.25rem;
  border-bottom: 1px dotted #d2c8a9;
  text-align: left;
}

#busad .contact ul li h4:before {
  content: " ";
  display: block;
  position: absolute;
  top: -0.08rem;
  left: 0;
  width: 0.12rem;
  height: 0.36rem;
  background: #b8b098;
  border-radius: 3px;
}

#busad .contact ul li .name {
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.35rem;
  color: #330000;
  font-weight: bold;
  background: #eecda0;
  width: 3.1rem;
  height: 0.3rem;
  border-radius: 0.15rem;
  margin: 0 auto 0.25rem;
}

#busad .contact ul li .tel {
  width: 3.5rem;
  height: 0.56rem;
  margin: 0 auto 0.27rem;
  padding: 0;
  background: #009cff;
  line-height: 40px;
  text-align: center;
  box-shadow: 1px 1px 2px #eee;
  border-radius: 3px;
}

#busad .contact ul li .tel a {
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 0.6rem;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
}

#busad .contact ul li .tel a:before {
  content: "TEL：";
}

#busad .contact ul li .tel a:hover {
  text-decoration: none;
}

#busad .contact ul li span {
  font-size: 0.24rem;
  line-height: 1;
}

#busad .contact ul li .note {
  font-size: 0.18rem;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 0.22rem;
}


#busad .contact ul li .btn {
  width: 5.4rem;
  height: 0.8rem;
  border: 2px solid #e6e2d6;
  border-radius: 3px;
  background: #fafaf9 url(../images/icon_arrow11.png) no-repeat 5rem center;
  background-size: 0.17rem auto;
  box-shadow: 1px 1px 2px #eee;
}

#busad .contact ul li .btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0.8rem;
  font-size: 0.26rem;
  color: #000;
  font-weight: bold;
  background: url(../images/icon_mail.png) no-repeat 0.43rem center;
  background-size: 0.4rem auto;
}




/* --------------------------------------------------
 * ticket
 */

#ticket .ticket-block{
  padding: 0 0.20rem;
}

#ticket .menu ul{
  padding: 0.30rem 0.10rem 0.30rem;
}

#ticket .menu ul li {
  margin-bottom: 0.32rem ;
}

#ticket .menu ul li a {
  color: #0054b4;
  font-size: 0.24rem;
  padding-left: 0.25rem;
  background: url(../images/icon_arrow01.png) no-repeat 0 center;
  background-size: 0.08rem auto;
}

#ticket .banner {
  margin: 0 0 0.5rem 0;
}

#ticket .banner > li{
  width: 4.65rem;
  margin: 0 auto 0.3rem;
}

#ticket .caution{
  padding: 0.20rem;
  border: 2px solid #fadfdf;
  border-radius: 5px;
  background: #fff1f1;
}

#ticket .caution dt{
  padding: 0.12rem 0 0.08rem 0.42rem;
  font-size: 0.24rem;
  font-weight: bold;
  background: url(../images/icon_caution.png) no-repeat left center;
  background-size: 0.28rem;
}

#ticket .caution dd{
  margin-top: 0.30rem;
  font-size: 0.24rem;
  line-height: 1.54166667;
}


/* --------------------------------------------------
 * ticket_detail
 */

#ticket_detail .main_contents {
  width: 6rem;
  margin: 0 auto;
}

#ticket_detail .side_contents {

}

#ticket_detail .main_contents .detail {
  margin: 0 0 0.2rem;
}

#ticket_detail .main_contents .detail .box p {
  margin: 0 0 0.05rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#ticket_detail .main_contents .detail .box ul li {
  font-size: 0.24rem;
  line-height: 0.32rem;
  padding: 0 0 0 0.3rem;
  background: url(../images/icon_arrow01.png) no-repeat 0.1rem center;
  background-size: 0.08rem auto;
}

#ticket_detail .main_contents .detail .box ul li a {
  color: #0054b4;
}

#ticket_detail .main_contents .detail .box ul li a.pdf {
  padding-right: 0.4rem;
  background: url(../images/icon_pdf.png) no-repeat right center;
  background-size: auto 0.32rem;
}

#ticket_detail .main_contents .detail .image {
  max-width: 60%;
  margin: 0 auto 0.2rem;
  text-align: center;
}

#ticket_detail .main_contents .detail .images li {
  max-width: 60%;
  margin: 0 auto 0.2rem;
  text-align: center;
}

#ticket_detail .main_contents .common-title1 {
  text-align: left;
  width: 100%;
  margin: 0 0 0.23rem;
  padding: 0.16rem 0.15rem 0.14rem;
  border-radius: 3px;
  background: #6d5c52;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.2;
}

#ticket_detail .main_contents .common-title2 {
  text-align: left;
  font-size: 0.24rem;
  line-height: 1.25;
  padding: 0 0 0.05rem 0.15rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
}

#ticket_detail .main_contents .common-title3 {
  width: 63.5%;
  text-align: left;
  margin: 0 0 0.1rem;
}

#ticket_detail .main_contents .section {
  text-align: center;
  margin: 0 0 0.5rem;
}

#ticket_detail .main_contents .section a {
  color: #0054b4;
}

#ticket_detail .main_contents .section a.pdf {
    background: rgba(0, 0, 0, 0) url("../images/icon_pdf.png") no-repeat scroll right center / auto 0.32rem;
    padding-right: 0.4rem;
}

#ticket_detail .main_contents .section p {
  text-align: left;
  font-size: 0.24rem;
  line-height: 0.37rem;
  margin: 0 0 0.2rem;
}

#ticket_detail .main_contents .section .image img {
  margin: 0 0 0.32rem;
}

#ticket_detail .main_contents .section dl {
  overflow: hidden;
  text-align: left;
  margin: 0 0 0.23rem;
}

#ticket_detail .main_contents .section dl dt {
  clear: both;
  float: left;
  width: 2.4rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#ticket_detail .main_contents .section dl dt span {
  color: #b8b098;
}

#ticket_detail .main_contents .section dl dd {
  float: left;
  position: relative;
  width: 3.5rem;
  margin: 0 0 0.1rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}
#ticket_detail .main_contents .section dl dd:before {
  content: "：";
  display: inline-block;
  text-indent: -1em;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#ticket_detail .main_contents .section dl dd span {
  color: #ff0000;
}

#ticket_detail .main_contents .section ul {
  text-align: left;
}
#ticket_detail .main_contents .section ul li {
  padding: 0 0 0 0.36rem;
  font-size: 0.24rem;
  line-height: 0.5rem;
  background: url(../images/icon_arrow01.png) no-repeat 6px center;
  background-size: 0.08rem auto;
}

#ticket_detail .main_contents .section ul.itemize li {
  background: none;
}

#ticket_detail .main_contents .section .itemize li:before {
  color: #b8b098;
  content: "●";
  display: inline-block;
  position: absolute;
  left: 0.2rem;
}

#ticket_detail .main_contents .section.attention {
  padding: 0.15rem 0.15rem 0.1rem;
  background: #eee;
}

#ticket_detail table{
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 0.5rem;
  border: 1px solid #e6e2d6;
  font-size: 0.22rem;
}

#ticket_detail table th {
  background: #eecda0;
  font-weight: bold;
}

#ticket_detail table tbody{
  background: #fff;
}

#ticket_detail table th,
#ticket_detail table td{
  border: 1px solid #e6e2d6;
  padding: 0.15rem;
  line-height: 1.5;
  text-align: center;
}

#ticket_detail table.long th,
#ticket_detail table.long td{
  display: block;
  border: 1px solid #e6e2d6;
  border-top: none;
  padding: 0.20rem 0 0.20rem 0.20rem;
  line-height: 1.27272727;
  text-align: center;
  vertical-align: middle;
  font-size: 0.22rem;
}

#ticket_detail table.long td{
  border-right: none;
}

#ticket_detail table.long thead{
  background: #eecda0;
  float: left;
  width: 2.7rem;
}

#ticket_detail table.long thead th{
  width: 2.7rem;
  border-left: none;
  text-align: left;
}

#ticket_detail table.long thead th:last-child{
  border-bottom: none;
}

#ticket_detail table.long tbody{
  float: right;
  width: 3.22rem;
}

#ticket_detail table.long tbody th,
#ticket_detail table.long tbody td{
  width: 3.22rem;
}

#ticket_detail table.long tbody td:last-child{
  border-bottom: none;
}

#ticket_detail table.farelist {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: solid 1px #e6e2d6;
}

#ticket_detail table.farelist tr:nth-child(odd) {
  background: url(../images/bg01.png) repeat top left;
}

#ticket_detail table.farelist th {
  height: 0.5rem;
  background: #eecda0;
  border: solid 1px #e6e2d6;
  text-align: center;
  vertical-align:middle;
}

#ticket_detail table.farelist th:first-child {
  width: 25%;
  text-align: center;
}

#ticket_detail table.farelist td {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  vertical-align: middle;
  text-align: left;
  font-size: 0.22rem;
  border: solid 1px #e6e2d6;
  text-align: center;
}

#ticket_detail table.farelist td:nth-child(2) {
  position: relative;
  padding-top: 0.1rem;
  vertical-align: top;
}

#ticket_detail table.farelist tr:nth-child(6) td {
  border-bottom: 0;
}

#ticket_detail table.farelist tr:nth-last-child(2) td{
  border-top: 0;
}

#ticket_detail .side_contents h4 {
  background: #6d5c52;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.56rem;
  text-align: left;
  text-indent: 0.3rem;
}

#ticket_detail .side_contents h5 {
  background: #e7e4db;
  color: #330000;
  font-size: 0.24rem;
  line-height: 0.56rem;
  text-indent: 0.3rem;
}

#ticket_detail .side_contents .box {
  border-bottom: 1px solid #e6e2d6;
}

#ticket_detail .side_contents ul li {
  margin: 0.1rem 0.2rem;
  border-bottom: 1px dotted #d2c8a9;
}

#ticket_detail .side_contents ul li:last-child {
  border-bottom: none;
}

#ticket_detail .side_contents ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.21rem 0.25rem 0.21rem 0.1rem;
  background: url(../images/icon_arrow04-sp.png) no-repeat right center;
  background-size: 0.17rem auto;
  color: #000000;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#ticket_detail .side_contents .banner {
  margin: 0.5rem 0 0;
}

#ticket_detail .side_contents .banner ul li {
  margin: 0 0 0.3rem;
  padding: 0;
  border-bottom: none;
}

#ticket_detail .side_contents .banner ul li a {
  width: 4.65rem;
  height: auto;
  margin: 0 auto;
  background: none;
  padding: 0;
}

#ticket_detail .main_contents .section .caution {
  margin: 0 auto;
  padding: 0.2rem;
  background: #fff1f1;
  border: 2px solid #fadfdf;
  border-radius: 5px;
}

#ticket_detail .main_contents .section .caution dt {
  margin-bottom: 0.29rem;
  padding-left: 0.42rem;
  background: url(../../rosen/ticket/images/icon-attention01.jpg) no-repeat left center;
  background-size: 0.28rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.28rem;
  width: 100%;
}

#ticket_detail .main_contents .section .caution dd {
  position: relative;
  padding-left: 1.3em;
  font-size: 0.24rem;
  line-height: 0.37rem;
  width: 100%;
}

#ticket_detail .main_contents .section .caution dd:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #f35858;
  text-indent: 0em;
}

#ticket_detail .main_contents .page-nav {
  width: 100%;
  margin: 0 0 0.30rem;
  background: url(/rosen/images/area-bg.jpg) no-repeat;
  background-size: 100% 100%;
}

#ticket_detail .main_contents .page-nav ul {
  padding: 0.1rem 0 0.1rem 0.12rem;
}

#ticket_detail .main_contents .page-nav ul li {
  float: left;
  width: 1.82rem;
  height: 0.60rem;
  margin: 0 0.15rem 0 0;
  text-align: center;
}

#ticket_detail .main_contents .page-nav ul li:last-child {
  margin: 0;
}

#ticket_detail .main_contents .page-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 0.20rem;
  font-weight: bold;
  line-height: 0.50rem;
  box-shadow: 2px 2px 2px #ccc;
  background: #fff url(../images/icon_arrow06.png) no-repeat center 0.40rem;
  background-size: 0.15rem auto;
}

#ticket_detail .main_contents .page-nav ul li a:hover {
  text-decoration: none;
}

#ticket_detail img.win {
  width: 0.28rem;
  margin: 0.1rem 0 0 0.12rem;
}

/* --------------------------------------------------
 * faq
 */

#faq .common-title{
  margin-bottom: 0;
}

#faq .content-title:before{
  display: none;
}

#faq .content-title-brown{
  margin-bottom: 0.30rem;
}

#faq .common-nav ul li{
  display: table;
  width: 1.92rem;
  height: 0.62rem;
  margin: 0 0.08rem 0.10rem 0;
}

#faq .common-nav ul li:nth-child(3n),
#faq .common-nav ul li:last-child{
  margin-right: 0;
}

#faq .common-nav ul li a{
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  background-image: none;
}

#faq .common-nav ul li a.on{
  background: #009cff;
  color: #fff;
}


#faq .accordion,
#faq .no-accordion{
  padding: 0 0.20rem;
  margin-bottom: 0.40rem;
}

#faq .accordion .btn{
  overflow: hidden;
  float: none;
  padding: 0;
  background: none;
  margin-bottom: 0.30rem;
  font-size: 0.24rem;
}

#faq .accordion .btn a:hover{
  text-decoration: none;
}

#faq .accordion .btn strong{
  display: table-cell;
  padding: 0 0.25rem 0;
  margin: 0 0.25rem 0 0;
  border-radius: 5px 0 0 5px;
  background: #eecda0;
  line-height: 0.60rem;
}

#faq .accordion .btn div{
  display: inline-block;
  width: 4.9rem;
  padding: 0.15rem 0 0.15rem 0.20rem;
  vertical-align: middle;
  font-weight: normal;
}


#faq .accordion .btn span{
  display: inline-block;
  width: 4.7rem;
  vertical-align: middle;
  font-weight: normal;
}

#faq .accordion .btn span.category{
  padding: 0;
  color: #ff0000;
}

#faq .accordion .btn a{
  display: table;
  width: 100%;
  height: 100%;
  color: #000;
  padding: 0 0.40rem 0 0;
  border-radius: 3px;
  background: url(../images/icon_accordion_open.png) no-repeat right 0.06rem center #efeeea;
  background-size: 0.35rem auto;
}

#faq .accordion .btn.on a{
  background: url(../images/icon_accordion_close.png) no-repeat right 0.06rem center #efeeea;
  background-size: 0.35rem auto;
}

#faq .accordion .box{
  overflow: hidden;
  padding: 0 0 0.30rem 0.20rem;
}

#faq .accordion .box dt{
  float: left;
  font-size: 0.28rem;
  font-weight: bold;
  margin-right: 0.10rem;
  color: #330000;
}

#faq .accordion .box dd{
  float: right;
  width: 5.30rem;
  font-size: 0.24rem;
  line-height: 1.5;
}

#faq dl dd .links{
  padding: 0 0.10rem;
}

#faq dl dd .links li {
  font-size: 0.24rem;
  line-height: 0.50rem;
  padding: 0 0 0 0.25rem;
  background: url(../images/icon_arrow01.png) no-repeat 0 center;
  background-size: 0.08rem auto;
}

#faq dl dd .links li a{
  color: #0054b4;
}

#faq ol li{
  list-style-type: none;
}

#faq img.win {
  width: 0.28rem;
  margin: 0.1rem 0 0 0.12rem;
}

/* --------------------------------------------------
 * blog
 */

#blog #breadcrumb {
  margin: 0 0 0.02rem;
}

#blog .mainvisual {
  width: 100%;
  height: 3rem;
  margin: 0 0 0.3rem;
  background: url(/blog/images/main-sp.jpg) no-repeat center 0;
  background-size: 100% auto;
  text-align: center;
}

#blog .mainvisual h2 {
  width: 3.88rem;
  padding: 0.6rem 0 0;
  margin: 0 auto;
}

#blog .list ul {
  width: 6rem;
  margin: 0 auto 0.5rem;
}

#blog .list ul li {
  overflow: hidden;
  border-bottom: 1px dotted #d2c8a9;
  margin: 0 0 0.2rem;
}

#blog .list ul li .image {
  float: left;
  width: 2rem;
  margin: 0 0.3rem 0.22rem 0;
}

#blog .list ul li .detail {
  float: left;
  width: 3.7rem;
  margin: 0 0 0.22rem 0;
}

#blog .list ul li .detail a:hover {
  text-decoration: none;
}

#blog .list ul li .detail a:hover .title {
  text-decoration: underline;
}

#blog .list ul li .detail .title {
  margin: 0 0 0.1rem;
  color: #0054b4;
  font-size: 0.24rem;
  line-height: 0.36rem;
}

#blog .list ul li .detail .theme {
  color: #000000;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.34rem;
}

#blog .list ul li .detail .theme span {
  display: inline-block;
  height: 0.34rem;
  margin: 0 0 0.06rem;
  padding: 0 0.09rem;
  background: #eecda0;
  border-radius: 3px;
  color: #330000;
}

#blog .list ul li .detail .time {
  color: #000000;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.36rem;
}

#blog .list ul li .detail .time time {
  font-weight: normal;
}

#blog .nav {
  display: none;
}

#blog .side_contents {
  width: 100%;
}
#blog .side_contents .themes h3 {
  padding: 0 0 0 0.3rem;
  background: #6d5c52;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.56rem;
}
#blog .side_contents .themes ul {
  width: 6rem;
  margin: 0 auto 0.1rem;
}
#blog .side_contents .themes ul li {
  border-bottom: 1px dotted #d2c8a9;
  background: url(../images/icon_arrow04-sp.png) no-repeat 5.74rem center;
  background-size: 0.17rem auto;
}
#blog .side_contents .themes ul li a {
  display: block;
  padding: 0.28rem 0 0.28rem 0.09rem;
  color: #000;
  font-size: 0.24rem;
  line-height: 0.36rem;
}

#blog .side_contents .archives {
  width: 100%;
}
#blog .side_contents .archives h3 {
  padding: 0 0 0 0.3rem;
  background: #6d5c52;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.56rem;
}
#blog .side_contents .archives ul {
  width: 6rem;
  margin: 0 auto 0.1rem;
}
#blog .side_contents .archives ul li {
  border-bottom: 1px dotted #d2c8a9;
  padding: 11px 0;
}
#blog .side_contents .archives ul li .box {
  overflow: hidden;
}
#blog .side_contents .archives ul li .box .image {
  float: left;
  width: 1.6rem;
  margin: 0 0.3rem 0 0;
}
#blog .side_contents .archives ul li .box .title {
  float: left;
  width: 4.1rem;
}
#blog .side_contents .archives ul li .box .title a {
  color: #0054b4;
  font-size: 0.24rem;
  line-height: 0.36rem;
}


#blog .main_contents {
  width: 6rem;
  margin: 0 auto 0.8rem;
}

#blog .main_contents .article {
  margin: 0 0 0.3rem;
  border: 2px solid #efeeea;
}

#blog .main_contents .article h3 {
  padding: 0.12rem 0 0.12rem 0.3rem;
  background: #efeeea;
  color: #000;
  font-size: 0.26rem;
  line-height: 0.3rem;
}

#blog .main_contents .article .inner {
  padding: 0.27rem 0.3rem 0.1rem;
}

#blog .main_contents .article .inner p {
  font-size: 0.24rem;
  line-height: 0.37rem;
  margin: 0 0 0.1rem;
}

#blog .main_contents .article .inner img {
  margin: 0 0 0.1rem;
}

#blog .main_contents .article .inner .info {
  overflow: hidden;
  margin: 0.1rem 0 0;
  padding: 0.2rem 0 0;
  border-top: 1px dotted #d2c8a9;
}

#blog .main_contents .article .inner .info .theme {
  float: left;
  color: #000000;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.32rem;
}

#blog .main_contents .article .inner .info .theme span {
  display: inline-block;
  height: 0.32rem;
  margin: 0 0 0.1rem;
  padding: 0 0.09rem;
  background: #eecda0;
  border-radius: 3px;
  color: #330000;
}

#blog .main_contents .article .inner .info .time {
  float: right;
  color: #000000;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.32rem;
}

#blog .main_contents .article .inner .info .time time {
  font-weight: normal;
}

#blog .main_contents .article .inner iframe {
  width: 100%;
  height: 200px;
}

/* --------------------------------------------------
 * combus
 */

#combus .combus-list h2 {
  width: 6rem;
  margin: 0 auto 0.2rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
  font-weight: normal;
}
#combus .combus-list .list ul {
  width: 6.05rem;
  margin: 0 0 0 0.2rem;
}
#combus .combus-list .list ul li {
  overflow: hidden;
  width: 6.05rem;
  height: 1.85rem;
  margin: 0 0 0.25rem 0;
  background: url(/combus/images/bg-list-sp.png) no-repeat 0 0;
  background-size: 6.05rem auto;
}
#combus .combus-list .list ul li .image {
  float: left;
  width: 1.3rem;
  margin: 0.25rem 0.18rem 0 0.2rem;
  background: #fff;
}
#combus .combus-list .list ul li .detail {
  float: left;
  width: 4.1rem;
  margin: 0.16rem 0 0;
}
#combus .combus-list .list ul li .detail .lead {
  width: 4.1rem;
  height: 0.3rem;
  padding: 0 0.18rem;
  background: #eecda0;
  border-radius: 0.15rem;
  color: #330000;
  font-size: 0.18rem;
  line-height: 0.3rem;
  font-weight: bold;
}
#combus .combus-list .list ul li .detail .title {
  display: table;
  width: 100%;
  height: 0.82rem;
  max-height: 0.82rem;
  margin: 0 0 0 0.07rem;
}
#combus .combus-list .list ul li .detail .title span {
  display: table-cell;
  color: #000;
  font-size: 0.26rem;
  line-height: 0.32rem;
  vertical-align: middle;
  font-weight: bold;
}
#combus .combus-list .list ul li .detail .link {
  height: 0.5rem;
  max-height: 0.5rem;
  margin: 0 0 0 0.07rem;
}
#combus .combus-list .list ul li .detail .link span {
  padding: 0 0.4rem 0 0;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.5rem;
  background: url(/common/images/icon_window_white.png) no-repeat right center;
  background-size: 0.24rem auto;
}
#combus .combus-list .list ul li .detail .link span.pdf {
  background: url(/common/images/icon_pdf.png) no-repeat right center;
  background-size: 0.28rem auto;
}


/* --------------------------------------------------
 * careservice
 */

#careservice .lead-top {
  width: 100%;
  background: url(/careservice/images/bg-lead-top.png) repeat-x 0 0;
  background-size: auto 4rem;
}
#careservice .lead-top h2 {
  padding: 26px 0 0;
  margin: 0 auto;
  width: 5.22rem;
  position: relative;
  z-index: 1;
}

#careservice .lead-top h2 a{
  width: 4.78rem;
  height: 0.74rem;
  position: absolute;
  top: 3.2rem;
  left: 0.3rem;
  z-index: 5;
  text-decoration: none;
}

#careservice .lead-top .image {
  position: relative;
  width: 5.39rem;
  margin: 0.01rem 0 0 0.35rem;
}
#careservice .lead-top .image p {
  position: absolute;
  bottom: 0.54rem;
  left: 1.15rem;
  width: 3.6rem;
  height: 0.9rem;
  background: #009cff;
  border-radius: 3px;
  text-align: center;
  padding: 0.17rem 0 0;
}
#careservice .lead-top .image p a {
  display: block;
  width: 100%;
  height: 75%;
  padding: 0.1rem 0 0;
  background: url(/common/images/icon_arrow02.png) no-repeat 3.3rem center;
  background-size: 0.17rem auto;
  color: #fff;
  font-size: 0.33rem;
  line-height: 0.39rem;
  font-weight: bold;
}
#careservice .lead-top .image p a span {
  display: block;
  font-size: 0.22rem;
  line-height: 0.32rem;
}
#careservice .lead-top .detail {
  margin: 0 0.3rem 0.4rem;
}
#careservice .lead-top .detail p {
  color: #000;
  font-size: 0.24rem;
  line-height: 0.4rem;
  margin: 0.1rem 0 0.1rem;
}
#careservice .lead-top .detail p span {
  color: #fe0000;
  font-size: 0.28rem;
  line-height: 0.37rem;
  font-weight: bold;
}

#careservice .careservice-list {
  position: relative;
  padding: 0.5rem 0 0.18rem;
  background: url(/careservice/images/bg-careservice-list.png);
  background-size: 0.04rem;;
}
#careservice .careservice-list:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: url(/careservice/images/bg-careservice-list-top.png);
  background-size: auto 0.5rem;
}
#careservice .careservice-list h2 {
  width: 5.3rem;
  margin: 0 auto 0.15rem;
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.48rem;
}

#careservice .careservice-list h3 {
  margin: 0 0.15rem 0.41rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
  text-align: center;
  font-weight: normal;
}

#careservice .careservice-list .list {
  margin: 0 0.2rem;
}
#careservice .careservice-list .list h4 {
  width: 100%;
  margin: 0 0 0.2rem;
  background: #6d5c52;
  border-radius: 3px;
  padding: 0.14rem 0.12rem 0.1rem 0.18rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.6;
}
#careservice .careservice-list .list > p {
  margin: 0 0.14rem 0.2rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}
#careservice .careservice-list .list .service {
  overflow: hidden;
  margin: 0 -0.28rem 0 0;
}
#careservice .careservice-list .list .service > li {
  float: left;
  margin: 0 0.28rem 0.3rem 0;
  width: 2.86rem;
}
#careservice .careservice-list .list .service > li img {
  margin: 0 0 0.15rem;
}
#careservice .careservice-list .list .service > li ul li {
  margin: 0 0 0.05rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
  vertical-align: middle;
}
#careservice .careservice-list .list .service > li ul li span {
  padding: 0 0.1rem 0 0;
  color: #b8b098;
  font-size: 0.33rem;
  line-height: 0.37rem;
  vertical-align: middle;
}

#careservice .careservice-list .list .contact {
  overflow: hidden;
}
#careservice .careservice-list .list .contact > li {
  margin: 0 0 0.3rem 0;
  padding: 0.22rem 0.22rem 0;
  background: #fff;
  border: 1px solid #efeeea;
}
#careservice .careservice-list .list .contact > li h5 {
  position: relative;
  margin: 0 0 0.26rem;
  padding: 0 0 0.12rem 0.3rem;
  border-bottom: 1px dotted #d2c8a9;
  font-size: 0.24rem;
  line-height: 0.38rem;
}
#careservice .careservice-list .list .contact > li h5:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.12rem;
  height: 0.36rem;
  background: #b8b098;
  border-radius: 3px;
}
#careservice .careservice-list .list .contact > li .place {
  margin: 0 0 12px;
  width: 1.8rem;
  height: 0.3rem;
  background: #eecda0;
  border-radius: 0.15rem;
  text-align: center;
  color: #330000;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
#careservice .careservice-list .list .contact > li .address,
#careservice .careservice-list .list .contact > li .time {
  margin: 0 0 0 0.05rem;
  font-size: 0.24rem;
  line-height: 0.39rem;
}
#careservice .careservice-list .list .contact > li .tel {
  width: 3.5rem;
  height: 0.56rem;
  margin: 0 auto 0.6rem;
  padding: 0;
  background: #009cff;
  line-height: 40px;
  text-align: center;
  box-shadow: 1px 1px 2px #eee;
  border-radius: 3px;
}
#careservice .careservice-list .list .contact > li .free {
  width: 4.5rem;
  height: 0.8rem;
  margin: 0 auto 0.27rem;
  padding: 0;
  background: #009cff url("/careservice/images/icon-tel-sp.jpg") no-repeat scroll 0.43rem center / 0.6rem auto;
  line-height: 50px;
  text-align: center;
  box-shadow: 1px 1px 2px #eee;
  border-radius: 3px;
}

#careservice .careservice-list .list .contact > li .tel a {
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 0.6rem;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
}

#careservice .careservice-list .list .contact > li .free a {
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.85rem;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
}

#careservice .careservice-list .list .contact li .tel a:before {
  content: "TEL：";
}

#careservice .careservice-list .list .contact li .tel a:hover,
#careservice .careservice-list .list .contact li .free a:hover {
  text-decoration: none;
}

#careservice .careservice-list .list .contact > li .tel .fax {
  font-size: 0.26rem;
  height: 0.56rem;
  margin: 0 auto 0.27rem;
  padding: 0;
  line-height: 40px;
  text-align: center;
}


#careservice .careservice-list .list .contact > li .text {
  font-size: 0.18rem;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 0.22rem;
}
#careservice .careservice-list .list .contact > li .btn {
  width: 5.4rem;
  height: 0.8rem;
  border: 2px solid #e6e2d6;
  border-radius: 3px;
  background: #fafaf9 url(../images/icon_arrow11.png) no-repeat 5rem center;
  background-size: 0.17rem auto;
  box-shadow: 1px 1px 2px #eee;
  margin: 0 0 0.2rem;
  text-align: center;
}
#careservice .careservice-list .list .contact > li .btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0.8rem;
  font-size: 0.26rem;
  color: #000;
  font-weight: bold;
  background: url(../images/icon_mail.png) no-repeat 0.43rem center;
  background-size: 0.4rem auto;
}
#careservice .careservice-list .list .contact > li .btn a span {
  display: block;
  font-size: 0.24rem;
  line-height: 0.34rem;
  font-weight: normal;
}
#careservice .careservice-list .list p.contact-text {
  text-align: center;
  font-size: 0.24rem;
  margin: 0;
}

#careservice .recruit h2 {
  margin: 0.4rem 0;
  font-size: 0.36rem;
  line-height: 0.34rem;
  text-align: center;
}
#careservice .recruit .list h3 {
  position: relative;
  width: 6rem;
  margin: 0 auto 0.2rem;
  padding: 0 0 0 0.32rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
#careservice .recruit .list h3:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.12rem;
  height: 0.36rem;
  background: #b8b098;
  border-radius: 3px;
}
#careservice .recruit .list table {
  width: 6rem;
  margin: 0 auto 0.3rem;
  padding: 0 0 0.32rem;
  border: 1px solid #e6e2d6;
}
#careservice .recruit .list table th {
  position: relative;
  width: 1.76rem;
  padding: 0.3rem 0 0 0.58rem;
  color: #330000;
  text-align: left;
  font-size: 0.22rem;
}
#careservice .recruit .list table th:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0.28rem;
  left: 0.32rem;
  width: 0.1rem;
  height: 0.24rem;
  background: #6d5c52;
  border-radius: 1px;
}
#careservice .recruit .list table td {
  font-size: 0.22rem;
  padding: 0 0.24rem 0 0;
}
#careservice .recruit .btn {
  width: 5.36rem;
  height: 0.8rem;
  margin: 0 auto;
  border: 2px solid #e6e2d6;
  background: #fafaf9;
}
#careservice .recruit .btn p {
  text-align: center;
}
#careservice .recruit .btn p a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 0.34rem;
  line-height: 0.8rem;
  font-weight: bold;
  background: url(../images/icon_arrow09.png) no-repeat 5rem center;
  background-size: 0.17rem auto;
}
#careservice .recruit .btn p a span {
  margin: 0 0.2rem 0 0;
  font-size: 0.24rem;
  line-height: 0.8rem;
  font-weight: normal;
  vertical-align: middle;
}





/* --------------------------------------------------
 * parking
 */

#parking .mainvisual {
  position: relative;
  background: url(../images/bg01-sp.png);
  background-size: 0.04rem;
  text-align: center;
}

#parking .mainvisual .wrap {
  overflow: hidden;
  position: static;
  width: 100%;
  height: 3rem;
  background: url(../../parking/images/main-sp.jpg) no-repeat center 0;
  background-size: 100% auto;
  margin: 0 auto 0.40rem;
}

#parking .mainvisual h2 {
  text-align: center;
  width: 4.69rem;
  padding: 1.71rem 0 0;
  margin: 0 auto 0.4rem;
}

#parking section{
  width: 6rem;
  margin: 0 auto;
}

#parking p{
  font-size: 0.24rem;
  line-height: 1.54166667;
}

#parking .block {
  width: 100%;
  padding: 52px 0 50px;
  margin: 0 0 50px;
  border-top: 1px solid #fff;
  background: url(../images/bg01.png);
}


#parking .parking-title{
  font-size: 0.36rem;
  line-height: 1.3333333;
  margin: 0 auto 0.3rem;
  text-align: center;
}

#parking .lead{
  text-align: center;
  margin: 0 auto 0.40rem;
}

#parking .lead strong{
  color: #ff0000;
}

#parking .content-title-brown{
  margin-bottom: 0.30rem;
}

#parking .content-title{
  font-size: 0.24rem;
  border-bottom: 1px dotted #d2c8a9;
  padding: 0.13rem 0 0.10rem 0;
  margin-bottom: 0.15rem;
  text-align: left;
}

#parking table{
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.5rem;
  border: 2px solid #e6e2d6;
  font-size: 0.22rem;
  text-align: left;
}

#parking table thead{
  background: #eecda0;
  font-weight: bold;
}

#parking table tbody{
  background: #fff;
}

#parking table th,
#parking table td{
  border: 2px solid #e6e2d6;
  padding: 0.20rem 0.15rem 0.20rem 0.15rem;
  width: 25%;
  text-align: center;
}

#parking table td.use{
  text-align: left !important;
  width: 50% !important;
}

#parking table th:first-child,
#parking table th:nth-child(2){
  width: 1.2rem;
}

#parking table th:nth-child(3),
#parking table td:nth-child(3){
  border-right: none;
}
#parking table th:last-child,
#parking table td:last-child{
  border-left: none;
  padding-right: 0.15rem;
}

#parking table a{
  display: block;
  background: #009cff url(../images/icon_window_white.png) no-repeat left 0.12rem top 0.11rem;
  width: 1.10rem;
  background-size: 0.24rem auto;
  box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  -moz-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  border-radius: 3px;
  padding: 0.12rem 0 0.09rem 0.4rem;
  margin-left: auto;
  font-size: 0.22rem;
  font-weight: bold;
  color: #fff;
}

#parking .entry{
  text-align: center;
  border: 2px solid #efeeea;
  padding: 0.30rem 0;
  margin-bottom: 0.40rem;
}

#parking .entry strong{
  display: inline-block;
  background: #eecda0;
  border-radius: 20px;
  padding: 0.07rem 0.25rem 0.05rem;
  margin-bottom: 15px;
  color: #330000;
}

#parking .entry ul li{
  margin: 0.05rem auto 0.20rem;
}

#parking .entry .tel a,
#parking .entry .fax a{
  display: block;
  width: 3.50rem;
  padding: 0.17rem 0;
  margin: 0.15rem auto 0;
  background: #009cff;
  border-radius: 5px;
  font-size: 0.26rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-shadow:rgba(0, 0, 0, 0.2) 3px 3px 8px 0px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 3px 3px 8px 0px;
  -moz-box-shadow:rgba(0, 0, 0, 0.2) 3px 3px 8px 0px;
}


#parking .bicycle {
  width: 6rem;
  margin: 0 auto;
}

#parking .bicycle .place{
  width: 100%;
  margin-bottom: 0.50rem;
  border: 2px solid #e6e2d6;
}

#parking .bicycle .place dt{
  float: left;
  width: 30%;
  height: 0.59rem;
  border-right: 2px solid #e6e2d6;
  border-bottom: 2px solid #e6e2d6;
  background: #eecda0;
  padding: 0.20rem 0 0 0.20rem;
  font-weight: bold;
}

#parking .bicycle .place dt span{
  letter-spacing: 2em;
}

#parking .bicycle .place dd{
  float: right;
  width: 70%;
  height: 0.59rem;
  padding: 0.15rem 0 0.15rem 0.20rem;
  border-bottom: 2px solid #e6e2d6;
  background: #fff;
}

#parking .bicycle .place .long,
#parking .bicycle .place .long2{
  height: 0.79rem;
}
#parking .bicycle .place .long{
  border-bottom: none;
}

#parking .bicycle .images{
  text-align: center;
  width: 2.87rem;
  margin: 0 auto 0.30rem;
}

#parking .bicycle .images a{
  display: inline-block;
  width: 2.71rem;
  margin: 0.20rem auto 0;
  padding: 0.12rem 0.16rem 0.08rem 0.48rem;
  background: #009cff url(../images/icon_window_white.png) no-repeat left 0.12rem top 0.12rem;
  background-size: 0.24rem auto;
  box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  -moz-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  border-radius: 2px;
  font-size: 0.22rem;
  font-weight: bold;
  color: #fff;
}

#parking .bicycle .fee table{
  margin-bottom: 0.3rem;
}

#parking .bicycle .fee table th:first-child,
#parking .bicycle .fee table td:first-child{
  width: 2.32rem;
}


#parking .bicycle .caution{
  margin-bottom: 0.48rem;
}

#parking .bicycle .caution li{
  line-height: 1.54166667;
}

#parking .bicycle .entry{
  width: 100%;
  border: none;
  padding: 0;
  margin-bottom: 0.30rem;
}

#parking .bicycle .entry dl{
  border: 2px solid #efeeea;
  background: #fff;
  padding: 0.20rem;
}

#parking .bicycle .entry dl:last-child{
  margin-right: 0;
}

#parking .bicycle .entry dd{
  text-align: center;
}

#parking .bicycle .entry dd strong{
  margin: 0.15rem 0;
}

#parking .bicycle .entry dd .tel{
  margin: 0 auto 0.30rem;
}

#parking .bicycle .entry .form .note {
  font-size: 0.18rem;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 0.22rem;
}

#parking .bicycle .entry .form .btn {
  width: 5.4rem;
  height: 0.8rem;
  border: 2px solid #e6e2d6;
  border-radius: 3px;
  background: #fafaf9 url(../images/icon_arrow11.png) no-repeat 5rem center;
  background-size: 0.17rem auto;
  box-shadow: 1px 1px 2px #eee;
}

#parking .bicycle .entry .form .btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0.8rem;
  font-size: 0.26rem;
  color: #000;
  font-weight: bold;
  background: url(../images/icon_mail.png) no-repeat 0.43rem center;
  background-size: 0.4rem auto;
}


/* --------------------------------------------------
 * goods
 */

#goods .mainvisual {
  position: relative;
  background: url(../images/bg01-sp.png);
  background-size: 0.04rem;
  text-align: center;
}

#goods .mainvisual .wrap {
  overflow: hidden;
  position: static;
  width: 100%;
  height: 3rem;
  background: url(../../goods/images/main-sp.jpg) no-repeat center 0;
  background-size: 100% auto;
  margin: 0 auto;
}

#goods .mainvisual h2 {
  text-align: center;
  float: right;
  width: 3.94rem;
  padding: 1.14rem 0.2rem 1.13rem 0;
  margin: 0 auto 0.4rem;
}

#goods p{
  font-size: 0.24rem;
  line-height: 1.54166667;
}
#goods .content-title-brown{
  margin-bottom: 0.30rem;
}

#goods .goods-title{
  font-size: 0.36rem;
  line-height: 1.3333333;
  margin: 0 auto 0.3rem;
  text-align: center;
}

#goods .lead{
  text-align: center;
  margin: 0 auto 0.40rem;
}

#goods .block {
  width: 100%;
  padding: 0.40rem 0.20rem;
  margin: 0 0 0.4rem;
  border-top: 1px solid #fff;
  background: url(../images/bg01.png);
}

#goods .block .images{
  width: 2.9rem;
  margin: 0 auto 0.25rem;
}

#goods .block .texts{

}

#goods .block .texts dt,
#goods .block .texts dd{
  height: 0.6rem
}

#goods .block .texts dt.runa,
#goods .block .texts dd.runa{
  height: 0.89rem
}

#goods .texts dl{
  width: 6rem;
  overflow: hidden;
  margin: 20px 0 40px;
  border: 1px solid #e6e2d6;
  border-bottom: none;
  background: #eecda0;
}

#goods .texts dl dt{
  float: left;
  width: 1.70rem;
  height: 1.17rem;
  border-bottom: 1px solid #e6e2d6;
  padding: 0.17rem 0 0 0.20rem;
  font-size: 0.22rem;
  line-height: 1.27272727;
  font-weight: bold;
}

#goods .texts dl dd{
  float: right;
  width: 4.23rem;
  height: 1.17rem;
  border-bottom: 1px solid #e6e2d6;
  padding: 0.17rem 0 0 0.20rem;
  font-size: 0.22rem;
  line-height: 1.27272727;
  background: #fff;
}

#goods .texts dl .long{
  height: 2.4rem;
}
#goods .texts dl .long2{
  height: 2rem;
}
#goods .texts dl .long3{
  height: 1.5rem;
}
#goods .texts dl .short{
  height: 0.60rem;
}

#goods .texts dl .short2{
  height: 0.60rem;
}

#goods .block .reccomend{
  background: #fff;
  border: 1px solid #e6e2d6;
  border-radius: 5px;
  padding: 0.20rem;
}

#goods .block .reccomend .article-title{
  text-align: left;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.25;
  padding: 0 0 0.05rem 0.15rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
  background: none;
}

#goods .block .reccomend dd{
  margin-top: 0.10rem;
  padding: 0.30rem 0 0;
}

#goods .block .reccomend li{
  margin: 0.20rem 0;
  line-height: 1.54166667;
}

#goods .item{
  width: 6rem;
  margin: 0 auto;
}

#goods .item .images{
  width: 3.1rem;
  text-align: center;
  margin: 0 auto 0.3rem;
}

#goods .item .images li{
  float: left;
  width: 1.50rem;
  margin-right: 0.10rem;
  text-align: center;
}

#goods .item .images li img{
  margin-bottom: 0.20rem;
}

#goods .item .images li:last-child{
  margin-right: 0;
}

#goods .item .red{
  color: #ff0000;
}

#goods .item .tel{
  display: block;
  width: 3.50rem;
  padding: 0.17rem 0;
  margin: 0.15rem 0 0;
  background: #009cff;
  border-radius: 5px;
  font-size: 0.26rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-shadow:rgba(0, 0, 0, 0.2) 3px 3px 8px 0px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 3px 3px 8px 0px;
  -moz-box-shadow:rgba(0, 0, 0, 0.2) 3px 3px 8px 0px;
}

#goods .item .mail{
  display: block;
  width: 3.50rem;
  padding: 0.17rem 0;
  margin: 0.2rem 0 0;
  background: #fafaf9 url(../images/icon_arrow09.png) no-repeat right 0.20rem center;
  background-size: 0.17rem auto;
  border-radius: 5px;
  font-size: 0.26rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #e6e2d6;
  box-shadow:rgba(0, 0, 0, 0.2) 3px 3px 8px 0px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 3px 3px 8px 0px;
  -moz-box-shadow:rgba(0, 0, 0, 0.2) 3px 3px 8px 0px;
}

#goods .item .mail span{
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon_mail.png) no-repeat left 0.3rem center;
  background-size: 0.40rem auto;
}

#goods .links{
  text-align: left;
}
#goods .links li {
  padding: 0 0 0 0.20rem;
  font-size: 0.24rem;
  line-height: 0.50rem;
  background: url(../images/icon_arrow01.png) no-repeat 0.06rem 0.12rem;
  background-size: 0.08rem auto;
}
#goods .links li a{
  color: #0054b4;
}
#goods .links li a.pdf {
  padding: 0 0.3rem 0 0;
  background: url(../images/icon_pdf.png) no-repeat right center;
  background-size: 0.28rem auto;
}
#goods .links li a.window {
  padding: 0 0.3rem 0 0;
  background: url(../images/icon_window_red.png) no-repeat right center;
  background-size: 0.24rem auto;
}



/* --------------------------------------------------
 * company lower
 */

.company-lower .main_contents {
  width: 6rem;
  margin: 0 auto;
}

.company-lower .main_contents .detail {
  margin: 0 0 0.2rem;
}

.company-lower .main_contents .detail .box p {
  margin: 0 0 0.05rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

.company-lower .main_contents .detail .box ul li {
  font-size: 0.24rem;
  line-height: 0.32rem;
  padding: 0 0 0 0.3rem;
  background: url(../images/icon_arrow01.png) no-repeat 0.1rem center;
  background-size: 0.08rem auto;
}

.company-lower .main_contents .detail .box ul li a {
  color: #0054b4;
}

.company-lower .main_contents .detail .box ul li a.pdf {
  padding-right: 0.4rem;
  background: url(../images/icon_pdf.png) no-repeat right center;
  background-size: auto 0.32rem;
}

.company-lower .main_contents .detail .image {
  max-width: 60%;
  margin: 0 auto 0.2rem;
  text-align: center;
}

.company-lower .main_contents .detail .images li {
  max-width: 60%;
  margin: 0 auto 0.2rem;
  text-align: center;
}

.company-lower .main_contents .common-title1 {
  text-align: left;
  width: 100%;
  margin: 0 0 0.23rem;
  padding: 0.16rem 0.15rem 0.14rem;
  border-radius: 3px;
  background: #6d5c52;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.2;
}

.company-lower .main_contents .common-title2 {
  text-align: left;
  font-size: 0.24rem;
  line-height: 1.25;
  padding: 0 0 0.05rem 0.15rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
}

.company-lower .main_contents .common-title3 {
  width: 63.5%;
  text-align: left;
  margin: 0 0 0.1rem;
}

.company-lower .main_contents .section {
  text-align: center;
  margin: 0 0 0.5rem;
}

.company-lower .main_contents .section a {
  color: #0054b4;
}

.company-lower .main_contents .section p {
  text-align: left;
  font-size: 0.24rem;
  line-height: 0.37rem;
  margin: 0 0 0.2rem;
}

.company-lower .main_contents .section .image img {
  margin: 0 0 0.32rem;
}

.company-lower .main_contents .section dl {
  overflow: hidden;
  text-align: left;
  margin: 0 0 0.23rem;
}

.company-lower .main_contents .section dl dt {
  clear: both;
  float: left;
  width: 2.4rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

.company-lower .main_contents .section dl dt span {
  color: #b8b098;
}

.company-lower .main_contents .section dl dd {
  float: left;
  position: relative;
  width: 3.5rem;
  margin: 0 0 0.1rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}
.company-lower .main_contents .section dl dd:before {
  content: "：";
  display: inline-block;
  text-indent: -1em;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

.company-lower .main_contents .section dl dd span {
  color: #ff0000;
}

.company-lower .main_contents .section ul {
  text-align: left;
}
.company-lower .main_contents .section ul li {
  padding: 0 0 0 0.36rem;
  font-size: 0.24rem;
  line-height: 0.5rem;
  background: url(../images/icon_arrow01.png) no-repeat 6px center;
  background-size: 0.08rem auto;
}

.company-lower .main_contents .section ul li a.pdf {
  padding: 0 0.4rem 0 0;
  background: url(../images/icon_pdf.png) no-repeat right center;
  background-size: 0.28rem auto;
}


.company-lower .main_contents .section.attention {
  padding: 0.15rem 0.15rem 0.1rem;
  background: #eee;
}

.company-lower .side_contents h4 {
  background: #6d5c52;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.56rem;
  text-align: left;
  text-indent: 0.3rem;
}

.company-lower .side_contents h5 {
  background: #e7e4db;
  color: #330000;
  font-size: 0.24rem;
  line-height: 0.56rem;
  text-indent: 0.3rem;
}

.company-lower .side_contents .box {
  border-bottom: 1px solid #e6e2d6;
}

.company-lower .side_contents ul li {
  margin: 0.1rem 0.2rem;
  border-bottom: 1px dotted #d2c8a9;
}

.company-lower .side_contents ul li:last-child {
  border-bottom: none;
}

.company-lower .side_contents ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.21rem 0.25rem 0.21rem 0.1rem;
  background: url(../images/icon_arrow04-sp.png) no-repeat right center;
  background-size: 0.17rem auto;
  color: #000000;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

.company-lower .side_contents ul.sub {
  border-bottom: 1px dotted #d2c8a9;
}

.company-lower .side_contents ul.sub li {
  margin: 0.1rem 0.2rem;
  border-bottom: none;
}

.company-lower .side_contents ul.sub li a {
  padding: 0.15rem 0.25rem 0.15rem 0.43rem;
  background: url(../images/icon_arrow01.png) no-repeat 0.2rem center;
  background-size: 0.08rem auto;
}

.company-lower .side_contents ul.sub li a.current {
  background-color: #efeeea;
}



/* --------------------------------------------------
 * company philosophy
 */

#philosophy .section1 .block {
  position: relative;
  margin: 0 0 0.3rem;
  background: #fafaf9;
  border: 2px solid #efeeea;
}
#philosophy .section1 .block h3 {
  margin: 0 0 0.2rem;
  background: #efeeea;
  font-size: 0.3rem;
  line-height: 0.56rem;
}
#philosophy .section1 .block h4 {
  margin: 0 0.2rem 0.2rem;
  padding: 0 0 0.2rem;
  border-bottom: 1px dotted #d2c8a9;
  font-size: 0.24rem;
  line-height: 0.37rem;
  font-weight: normal;
}

#philosophy .section1 .block1 p {
  font-size: 0.2rem;
  line-height: 0.37rem;
  font-weight: bold;
  text-align: center;
}

#philosophy .section1 .block2 p {
  margin: 0.3rem 0;
  font-size: 0.34rem;
  line-height: 0.46rem;
  font-weight: bold;
  text-align: center;
}

#philosophy .section1 .block3 dl {
  overflow: hidden;
  margin: 0 0 0 0.3rem;
}
#philosophy .section1 .block3 dl dt {
  clear: both;
  float: left;
  width: 1rem;
  height: 1rem;
  margin: 0 0.2rem 0.2rem 0;
  background: #eecda0;
  border-radius: 50%;
  color: #330000;
  font-size: 0.32rem;
  line-height: 1.05rem;
  text-align: center;
  font-weight: bold;
}
#philosophy .section1 .block3 dl dd {
  float: left;
  display: table;
  width: 4.2rem;
  height: 1rem;
}
#philosophy .section1 .block3 dl dd p {
  display: table-cell;
  margin: 0;
  font-size: 0.22rem;
  line-height: 0.37rem;
  vertical-align: middle;
}
#philosophy .section1 .block3 dl dd:before {
  display: none;
}

#philosophy .section2 p,
#philosophy .section3 p,
#philosophy .section4 p {
  font-size: 0.24rem;
}

#philosophy .section2 ul,
#philosophy .section3 ul,
#philosophy .section4 ul {
  margin: 0 0.08rem;
}

#philosophy .section2 ul li,
#philosophy .section3 ul li,
#philosophy .section4 ul li {
  position: relative;
  padding: 0 0 0 0.45rem;
  background: none;
  font-size: 0.24rem;
  margin: 0 0 0.05rem;
}

#philosophy .section2 ul li:before,
#philosophy .section3 ul li:before,
#philosophy .section4 ul li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #b8b098;
  font-size: 0.33rem;
}
#philosophy .section3 ul li {
  font-size: 0.24rem;
  line-height: 0.37rem;
  font-weight: bold;
}
#philosophy .section3 ul li span {
  display: block;
  margin: 0 0 0.1rem 0;
  color: #000;
  font-size: 0.24rem;
  line-height: 0.37rem;
  font-weight: normal;
}

#philosophy .section4 ul li{
  line-height: 0.4rem;
}

#philosophy .signature {
  margin: 0 0 1rem;
  text-align: right;
  line-height: 0.42rem;
}
#philosophy .signature span.sign {
  font-size: 0.35rem;
}

/* --------------------------------------------------
 * company philosophy
 */

#outline .section1 {
  margin: 0 0 0.2rem;
}

#outline .section1 p {
  font-size: 0.2rem;
}

#outline .section1 table {
  border: 1px solid #9C957D;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 0.1rem;
}

#outline .section1 table th {
  width: 1.4rem;
  border: 1px solid #9C957D;
  padding: 0.05rem;
  background: #eecda0;
  font-size: 0.2rem;
  text-align: left;
  vertical-align: middle;
}

#outline .section1 table td {
  border: 1px solid #9C957D;
  padding: 0.05rem;
  font-size: 0.19rem;
  line-height: 1.7;
}

#outline .section2 {
  background: #eee;
  padding: 0.2rem;
}

#outline .section2 h3 {
  text-align: left;
  font-size: 0.25rem;
  margin: 0 0 0.1rem;
}

#outline .section2 p a {
  padding: 0 0 0 0.2rem;
  background: url(../images/icon_arrow01.png) no-repeat left center;
  background-size: 0.08rem auto;
  font-size: 0.18rem;
}


/* --------------------------------------------------
 * company protect
 */

#protect .section1 {
  
}

#protect .section1 p {
  margin: 0 0 0.2rem;
}

#protect .section1 dl {
  
}

#protect .section1 dl dt {
  font-size: 0.26rem;
  font-weight: bold;
  margin: 0 0 0.05rem;
}

#protect .section1 dl dd {
  font-size: 0.22rem;
  margin: 0 0 0.3rem;
  line-height: 1.5;
}


/* --------------------------------------------------
 * company approach
 */

#approach .section2 .image img {
  width: 60%;
}
#approach .section2 .btn {
  width: 6rem;
  height: 0.8rem;
  margin: 0.4rem auto 0;
  background: #fff;
  border: 2px solid #e6e2d6;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #eee;
}
#approach .section2 .btn p {
  text-align: center;
}
#approach .section2 .btn p a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.26rem;
  line-height: 0.8rem;
  color: #000;
  font-weight: bold;
  background: url(../images/icon_arrow09.png) no-repeat 5.45rem center;
  background-size: 0.17rem auto;
}


/* --------------------------------------------------
 * company approach eco
 */
#eco{

}

#eco .topics{
  background: #fafaf9;
  border: 2px solid #efeeea;
}

#eco .topics h3{
  overflow: hidden;
  width: 100%;
  padding: 0.10rem 0 0.10rem 0.19rem;
  background: #efeeea;
  font-size: 0.26rem;
  line-height: 1.30769231;
  text-align: left;
}

#eco .topics span{
  float: left;
  width: 1.20rem;
  background: #fff;
  border-radius: 25px;
  margin: 0.20rem 0.20rem 0.20rem 0;
  padding: 0.10rem 0.12rem;
  font-size: 0.24rem;
  vertical-align: middle;
}

#eco .topics strong{
  display: table-cell;
  width: 3.92rem;
}

#eco .topics .detail{
  padding: 0.30rem 0.20rem 0.01rem;
}

#eco .topics .photo li{
  width: 2.66rem;
  margin-right: 0.20rem;
}

#eco .topics .photo li img{
  margin: 0;
}

#eco .photo{
  overflow: hidden;
  width: 105%;
  margin: 20px 0;
}

#eco .photo li{
  width: 1.86rem;
  float: left;
  margin-right: 0.20rem;
  padding: 0;
  background: none;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 1.38461538;
  text-align: center;
}

#eco .photo li img{
  margin-bottom: 15px;
}

#eco .photo li.text-mini{
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 1.4;
}

#eco .image-right{
  width: 2.93rem;
  margin: 0 auto 0.25rem;
}
#eco table{
  overflow: hidden;
  width: 100%;
  border: 2px solid #e6e2d6;
  border-collapse: collapse;
  border-spacing: 0;
}

#eco table th,
#eco table td{
  display: block;
  border: 1px solid #e6e2d6;
  border-top: none;
  padding: 0.20rem 0 0.20rem 0.20rem;
  line-height: 1.27272727;
  text-align: center;
  vertical-align: middle;
  font-size: 0.22rem;
}

#eco table td{
  border-right: none;
}

#eco table thead{
  background: #eecda0;
  float: left;
  width: 2.7rem;
}

#eco table thead th{
  width: 2.7rem;
  border-left: none;
  text-align: left;
}

#eco table thead th:last-child{
  border-bottom: none;
}

#eco table tbody{
  float: right;
  width: 3.22rem;
}

#eco table tbody th,
#eco table tbody td{
  width: 3.22rem;
}

#eco table tbody td:last-child{
  border-bottom: none;
}

#eco table tbody th{
  border-top: none;
  border-right: none;
  background: url(../../company/approach/images/eco-bg.png);
}

#eco table .col3,
#eco table .long{
  height: 0.95rem;
}



/* --------------------------------------------------
 * company approach eco2
 */

#eco2 .section1{
  overflow: hidden;
}

#eco2 .section1 .box{
  width: 100%;
}

#eco2 .section1 .box p{
  margin: 0 0 0.4rem;
}

#eco2 .section1 figure{
  width: 80%;
  margin: 0 auto;
}

#eco2 .section1 figure figcaption{
  margin: 0.05rem 0 0;
  font-size: 0.2rem;
}

#eco2 .section3{
  overflow: hidden;
}

#eco2 .section3 .box{
  width: 100%;
  margin: 0 0 0.1rem;
}

#eco2 .section3 .box p{margin: 0 0 0.3rem;}

#eco2 .section3 figcaption{
  text-align: left;
  font-size: 0.2rem;
  line-height: 1.5;
  margin: 0.1rem 0;
}

#eco2 .section3 .figure3-1 {
  margin: 0 0 0.5rem;
}

#eco2 .section3 .figure3-2 {
  width: 80%;
  margin: 0 auto;
}

#eco2 .section3 .figure3-2 figcaption {
  text-align: center;
}



/* --------------------------------------------------
 * company office
 */

#office .attention {
  text-align: right;
  margin-bottom: 15px;
}

#office section:first-child {
  position: relative;
}

#office table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: solid 1px #e6e2d6;
}

#office table tr:nth-child(odd) {
  background: url(../images/bg01.png) repeat top left;
}

#office th {
  height: 0.5rem;
  line-height: 0.5rem;
  background: #eecda0;
  border: solid 1px #e6e2d6;
}

#office th:first-child {
  width: 1.7rem;
}

#office td {
  height: 1.7rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  vertical-align: middle;
  text-align: left;
  font-size: 0.22rem;
  border: solid 1px #e6e2d6;
}

#office table td:nth-child(2) {
  position: relative;
  padding-top: 0.1rem;
  line-height: 0.35rem;
  vertical-align: top;
}

/*
#office table tr:nth-child(6) td {
  border-bottom: 0;
}
*/

#office table tr:nth-last-child(2) td{
  border-top: 0;
}

#office a.map {
  position: absolute;
  right: 0.15rem;
  bottom: 0.15rem;
  width: 1.1rem;
  height: 0.39rem;
  padding-top: 0.05rem;
  box-shadow: 2px 2px 2px #e5e5e5;
  background: url(../images/map-bg-sp.png) no-repeat top right;
  background-size: 100%;
  font-size: 0.22rem;
  color: #fff;
}

#office a.map:hover {
  text-decoration: none;
}

#office td a.sp {
  position: absolute;
  bottom: 0.15rem;
  left: 0.15rem;
  width: 2.7rem;
  height: 0.4rem;
  padding-top: 0.06rem;
  padding-left: 0.3rem;
  background: url(../images/tel-bg.png) no-repeat bottom left;
  background-size: 100%;
  color: #fff;
}

#office td a.sp:hover {
  text-decoration: none;
}

#office a.map img {
  margin: 0.05rem 0.12rem 0 0.08rem;
  width: 0.26rem;;
}

#office .table02 th {
  border: none;
}
#office .table02 td:first-child {
  width: 2.3rem;
  padding: 0;
}

#office .table02 td:first-child a {
  padding-right: 0.3rem;
}

#office .table02 td p {
  padding-left: 0.4rem;
  background: url(../images/icon_arrow01.png) no-repeat 0.17rem 0.09rem;
  background-size: 0.08rem auto;
}

#office .table02 td p.no-link {
  padding-left: 0.4rem;
  background: none;
}

#office .table02 td p a {
  background: url(../images/icon_window_red.png) no-repeat center right;
  background-size: 0.24rem auto;
}

#office .table02 td a.tel {
  position: absolute;
  bottom: 0.15rem;
  left: 0.15rem;
  width: 2.7rem;
  height: 0.4rem;
  padding-top: 0.06rem;
  padding-left: 0.3rem;
  background: url(../images/tel-bg.png) no-repeat bottom left;
  background-size: 100%;
  color: #fff;
}

/*
#office .table01 tr:nth-child(4),
#office .table01 tr:nth-child(9),
#office .table01 tr:nth-child(20),
#office .table01 tr:nth-last-child(2),
#office .table01 tr:nth-last-child(8),
#office .table01 tr:nth-last-child(13) {
  height: 1.8rem;
}
#office .table01 tr:nth-child(2) a.map,
#office .table01 tr:nth-last-child(4) a.map,
#office .table01 tr:nth-last-child(9) a.map {
  left: 0.15rem;
}
*/

#office .table01 tr:nth-last-child(2) {
}

#office .table01 tr:nth-last-child(2) td:last-child {
  padding-top: 0.3rem;
}


/* --------------------------------------------------
 * ba-suke
 */


#ba-suke {
  color: #000000;
}

#ba-suke .mainvisual {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}


#ba-suke .introduction {
  position: relative;
  padding: 0.5rem 0.2rem 0.43rem;
  background: url(../../images/ba-suke/bg01.gif) repeat;
  background-size: 0.04rem;
  border-bottom: 1px solid #fff;
}

#ba-suke .introduction:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: url(../../images/ba-suke/bg-shadow01.png) repeat-x;
  background-size: auto 100%;
}

#ba-suke .introduction:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: url(../../images/ba-suke/bg-shadow02.png) repeat-x;
  background-size: auto 100%;
}

#ba-suke .big-title {
  color: #000000;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#ba-suke .introduction h3 {
  padding-bottom: 0.4rem;
}

#ba-suke .charactors {
  position: relative;
}

#ba-suke .charactors.ba-suke {
  padding-bottom: 0.32rem;
}

#ba-suke .charactors .image {
  float: left;
  width: 2.5rem;
  height: auto;
  margin-right: 0.12rem;
}

#ba-suke .charactors.ba-suke .image {
  margin-top: 0.99rem;
}

#ba-suke .charactors.basumin .image {
  margin-top: 0.85rem;
}

#ba-suke .charactors .text {
  float: right;
  padding-left: 0.38rem;
  width: 3.38rem;
}

#ba-suke .charactors .serif {
  box-sizing: border-box;
  margin-left: -0.38rem;
  margin-right: -0.08rem;
  width: 3.38rem;
  height: 4rem;
  background: url(../../images/ba-suke/bg02-sp01.png) no-repeat;
  background-size: 100%;
  padding: 0.12rem 0.15rem 0 0.38rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#ba-suke .basumin .serif {
  background: url(../../images/ba-suke/bg02-sp02.png) no-repeat;
  background-size: 100%;
  height: 3.62rem;
}


#ba-suke .basumin {
  padding-top: 1.27rem;
}

#ba-suke .basumin .caption {
  position: absolute;
  top: 0;
  left: 0.1rem;
  padding-right: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#ba-suke .picture {
  padding: 0.47rem 0 0.26rem;
  background: url(../images/bg01.png);
  background-size: 0.04rem;
  text-align: center;
}

#ba-suke .picture header {
  padding-bottom: 0.26rem;
}

#ba-suke .picture h3 {
  padding-bottom: 0.2rem;
}

#ba-suke .picture header .caption {
  font-size: 0.24rem;
}

#ba-suke .picture .buttons li {
  position: relative;
  margin-bottom: 0.27rem;
}

#ba-suke .picture .buttons li:last-child {
  margin-bottom: 0;
}

#ba-suke .picture .buttons img {
  width: 4.6rem;
  height: auto;
}

#ba-suke .picture .buttons a {
  display: block;
  color: #fff;
}

#ba-suke .picture .buttons span {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: 0.03rem;
  left: 0;
  font-size: 0.24rem;
  line-height: 0.45rem;
  z-index: 1;
}

#ba-suke .picture .buttons span:after {
  content: "";
  display: inline-block;
  margin-left: 0.12rem;
  width: 0.24rem;
  height: 0.32rem;
  background: url(../images/icon_pdf.png) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}

#ba-suke .picture .print-out {
  display: none;
}

#ba-suke .banners {
  padding-top: 0.3rem;
}

#ba-suke .banners ul {
  position: relative;
  text-align: center;
}

#ba-suke .banners li {
  margin: 0 auto 0.3rem;
  width: 6rem;
}

#ba-suke .banners li:last-child {
  margin-bottom: 0;
}


/* --------------------------------------------------
 * privercy
 */



#privercy .privercy-box {
  margin: 0 0.2rem 0.42rem;
  width: auto;
  font-size: 0.24rem;
}

#privercy .privercy-box:last-child {
  margin-bottom: 0;
}

#privercy .privercy-box h3 {
  text-align: left;
  width: 100%;
  margin: 0 0 0.23rem;
  padding: 0.16rem 0.15rem 0.14rem;
  border-radius: 3px;
  background: #6d5c52;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.2;
}

#privercy .privercy-box .lead {
  padding: 0 0.1rem 0.3rem;
  line-height: 0.37rem;
}

#privercy .care .lead {
  line-height: 0.37rem;
}

#privercy .privercy-box,
#privercy .privercy-box a {
  color: #000000;
}

#privercy .privercy-box a {
  display: block;
  margin: 0.15rem auto 0.1rem;
  width: 3.5rem;
  height: 0.56rem;
  box-shadow: 2.121px 2.121px 3px 0px rgba(0, 0, 0, 0.15);
  background-color: rgb(0, 156, 255);
  border-radius: 3px;
  color: #fff;
  font-size: 0.26rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 0.58rem;
  text-align: center;
}

#privercy .privercy-box a:before {
  content: "TEL : ";
}

#privercy .privercy-box ol {
  list-style: none;
}

#privercy .privercy-box > ol{
  padding: 0 0.1rem;
  counter-reset:picture;
}

#privercy .privercy-box > ol > li {
  padding-bottom: 0.37rem;
  padding-left: 1em;
  line-height: 0.37rem;
  text-indent: -1em;
}

#privercy .privercy-policy > ol > li:last-child {
  padding-bottom: 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#privercy .privercy-box > ol > li p,
#privercy .privercy-box > ol > li li {
  padding-left: 0;
  line-height: 0.37rem;
  text-indent: 0;
}

#privercy .privercy-box > ol > li li {
  padding-top: 2px;
  padding-bottom: 0px;
}

#privercy .privercy-box > ol > li:before {
  counter-increment:picture;
  content:counter(picture)".";
  font-weight: bold;
}

#privercy .care > ol > li {
  padding-bottom: 0.27rem;
}

#privercy .care > ol > li:last-child {
  padding-bottom: 0;
}

#privercy .privercy-box address {
  margin: 0 0.1rem;
  padding-left: 1em;
  font-style: normal;
  line-height: 0.37rem;
}


/* --------------------------------------------------
 * feedback
 */


#feedback {
  color: #000000;
}

#feedback .page-lead {
  margin: 0 auto 0.4rem;
  width: 5.8rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
  text-align: center;
}

#feedback .before-contact {
  margin: 0 auto;
  width: 6rem;
}

#feedback h4 {
  width: 100%;
  margin: 0 0 0.30rem;
  padding: 0.16rem 0.15rem 0.14rem;
  border-radius: 3px;
  background: #6d5c52;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

#feedback .before-contact h3 {
  padding-bottom: 0.38rem;
  font-size: 0.36rem;
  line-height: 1;
  text-align: center;
}

#feedback .to-faq .lead {
  padding-bottom: 0.49rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#feedback .to-faq h5 {
  text-align: left;
  font-size: 0.24rem;
  line-height: 1.25;
  padding: 0 0 0.05rem 0.15rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
  font-weight: bold;
}

#feedback .questions {
  padding-bottom: 0.3rem;
}

#feedback .questions dl {
  margin-bottom: 0.2rem;
  min-height: 1.9rem;
  border: 2px solid #efeeea;
}

#feedback .questions dl:last-child {
  margin-bottom: 0;
}

#feedback .questions dt {
  padding-left: 0.27rem;
  height: 0.5rem;
  background: #fde1ba;
  color: #330000;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.5rem;
}

#feedback .questions .question02 dt {
  background: #af4f68;
  color: #fff;
}

#feedback .questions dd {
  padding: 0.18rem 0 0 0.27rem;
}

#feedback .forget li,
#feedback .questions li {
  font-size: 0.24rem;
  line-height: 0.5rem;
}

#feedback .forget li {
  padding-bottom: 0.23rem;
  line-height: 0.36rem;
}

#feedback .forget li:last-child {
  padding-bottom: 0;
}

#feedback .forget a,
#feedback .questions a {
  display: inline-block;
  color: #0054b4;
  padding: 0 0 0 15px;
  background: url(../images/icon_arrow01.png) no-repeat left 0.19rem;
  background-size: 0.08rem auto;
}

#feedback .forget a {
  background: url(../images/icon_arrow01.png) no-repeat left 0.10rem;
  background-size: 0.08rem auto;
}

#feedback .to-faq .cv-area {
  padding-bottom: 0.45rem;
  text-align: center;
}

#feedback .to-faq p {
  padding-bottom: 0.27rem;
  font-size: 0.24rem;
}

#feedback .cv-area a {
  position: relative;
  display: inline-block;
  padding: 0.28rem 0 0.3rem;
  width: 5.36rem;
  border: 2px solid #e6e2d6;
  border-radius: 5px;
  background: #fafaf9;
  box-shadow: 0.02rem 0.02rem 0.03rem 0px rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.38rem;
  text-align: center;
}

#feedback .cv-area a:after {
  content: "";
  position: absolute;
  display: inline-block;
  margin-top: -0.12rem;
  top: 50%;
  right: 0.18rem;
  width: 0.16rem;
  height: 0.25rem;
  background: url(../../feedback/images/arrow-sp.png) no-repeat 100%;
  background-size: auto 0.25rem ;
}

#feedback .forget .lead {
  padding-bottom: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.37rem;
}

#feedback .forget {
  padding-bottom: 0.42rem;
}

#feedback .to-contact {
  padding: 0.47rem 0.2rem 0.4rem;
  background: url(../images/bg01.png);
  background-size: 0.04rem;
}

#feedback .to-contact h3 {
  padding: 0 0.1rem 0.24rem;
  font-size: 0.36rem;
  line-height: 0.48rem;
  text-align: center;
}

#feedback .to-contact .cv-area {
  margin: 0 auto 0.27rem;
  padding: 0.28rem 0 0.26rem;
  background: #fff;
  border: 2px solid #efeeea;
  text-align: center;
}

#feedback .to-contact .cv-area p {
  margin: 0 auto;
  padding-bottom: 0.27rem;
  width: 5.36rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  text-align: left;
}

#feedback .to-contact .captions li {
  padding-left: 1em;
  font-size: 0.24rem;
  text-indent: -1em;
  line-height: 0.37rem;
}

#feedback .to-contact .captions li a {
  color: #0054b4;
}


/* --------------------------------------------------
 * feedback form
 */

#feedback .form .caution{
  width: 6rem;
  margin: 0 auto 0.3rem;
  padding: 0.22rem;
  border: 2px solid #fadfdf;
  border-radius: 3px;
  background: #fff1f1;
}

#feedback .form .caution dt{
  padding: 0 0 0.18rem 0.41rem;
  background: url(/common/images/icon_caution2.png) no-repeat 0 0;
  background-size: 0.3rem auto;
  font-size: 0.28rem;
  line-height: 0.36rem;
  font-weight: bold;
}

#feedback .form .caution dd{
  font-size: 0.26rem;
  line-height: 0.3rem;
  text-indent: -1em;
  margin-left: 0.25rem;}

#feedback .form .caution dd:before {
  content: "●";
  display: inline;
  color: #f25858;
  font-size: 0.26rem;
  line-height: 0.35rem;
}

#feedback .form .form-area {
  margin: 0 auto 0.3rem;
  width: 6rem;
}

#feedback .form table {
  border: 1px solid #9C957D;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 0.1rem;
  width: 6rem;
}

#feedback .form table tr th {
  border: 1px solid #9C957D;
  width: 100%;
  display: block;
  padding: 0.2rem;
  background: #eecda0;
  font-size: 0.26rem;
  line-height: 1.7;
  text-align: left;
  vertical-align: middle;
}

#feedback .form table tr td {
  border: 1px solid #9C957D;
  width: 100%;
  display: block;
  padding: 0.2rem;
  font-size: 0.26rem;
  line-height: 1.7;
}

#feedback .form table tr td input.radiobtn {
  margin-left: 50px;
}

#feedback .form table.sendbtn {
  border: none;
  text-align: center;
  width: 100%;
}
#feedback .form table.sendbtn tr td {
  border: none;
  text-align: center;
  display: inline;
  width: 50%;
}
#feedback .form table.sendbtn input#submit_button {
  width: 100px;
  height: 50px;
  font-size: 0.3rem;
  margin: 0.3rem 0;
}
#feedback .form table tr td input[type="text"],
#feedback .form table tr td textarea {
    width: 100%;
}

#feedback .form table.secure td a {
  color: #0054b4;
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin: 0.1rem 0 0.2rem;
  padding-left: 0.3rem;
  background: url(../images/icon_arrow01.png) no-repeat 0.1rem 0.12rem;
  background-size: 0.08rem auto;
}

#feedback .form table.secure td img {
  width: 115px;
}

#feedback .form table.secure td img.win {
  margin: 0.1rem 0 0 0.12rem;
  width: 0.28rem;
}

#feedback .google-area {
  margin: 0.5rem auto 0.3rem;
  width: 6rem;
  text-align: center;
}

#feedback img.win {
  width: 0.28rem;
  margin: 0.03rem 0 0 0.12rem;
}

/* --------------------------------------------------
 * sitemap
 */


#sitemap .common-title {
  margin-bottom: 0.1rem
}

#sitemap .page-list {
  padding: 0 0.2rem;
}

#sitemap .page-list li {
  border-top: 1px solid #d2c8a9;
}

#sitemap .page-list ul:first-child li:first-child,
#sitemap .page-list ul li:first-child {
  border-top: none;
}

#sitemap .top-list ul li:first-child {
  border-top: 1px solid #d2c8a9;
}


#sitemap .page-list ul:empty {
  border-bottom: none;
}

#sitemap .page-list li.lower-page  {
  border-top: 1px dotted #d2c8a9;
}

#sitemap .page-list a {
  display: block;
  padding: 0.20rem 0 0.20rem 0.40rem ;
  background: url(../../images/sitemap/arrow-sp.gif) no-repeat left center;
  background-size: auto 0.24rem;
  color: #000000;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.2;
}

#sitemap .page-list h3 a {
  padding: 0;
  background: none;
  color: #000;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.56rem;
}

#sitemap .lower-page a {
  display: block;
  padding: 0.23rem 0 0.20rem 0.40rem ;
  background: url(../images/icon_arrow01.png) no-repeat left 0.28rem;
  background-size: 0.08rem auto;
  color: #0054b4;
  font-size: 0.24rem;
  font-weight: normal;
}

#sitemap .lower-page.other a {
  color: #000000;
  font-size: 0.24rem;
  font-weight: bold;
}

#sitemap .page-list .high h3 a:after {
  content: "";
  position: absolute;
  display: inline-block;
  margin-top: 0.14rem;
  right: 4.35rem;
  width: 0.28rem;
  height: 0.25rem;
  background: url(../images/icon_window_red.png) no-repeat top right;
  background-size: auto 0.23rem ;
}

#sitemap .rows {
  width: 100%;
}

#sitemap .top-list .col {
  border-bottom: none;
}

#sitemap .top-list .col:last-child,
#sitemap .col,
#sitemap .col-route03 {
  border-bottom: 1px solid #d2c8a9;
}

#sitemap .col-route01,
#sitemap .col-route02 {
  border-bottom: 1px dotted #d2c8a9;
}

#sitemap .page-lists {
  padding-bottom: 0.31rem;
}

#sitemap .page-list h3 {
  margin: 0 0 0.11rem;
  padding-left: 0.5rem;
  height: 0.56rem;
  background: url(../../images/sitemap/bg01-sp.gif) no-repeat left top #efeeea;
  background-size: auto 0.56rem;
  border-radius: 3px;
  color: #000;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.56rem;
}

#sitemap .various h3, #sitemap .relation h3 {
  position: relative;
  background-image: none;
}

#sitemap .various h3:before,
#sitemap .relation h3:before {
  content: "";
  display: block;
  position: absolute;
  margin-top: -13px;
  top: 50%;
  left: 2%;
  width: 8px;
  height: 26px;
  border-radius: 1px;
  background: url(../../images/sitemap/bg02_sp.png) no-repeat top left;
}

#sitemap .list06.page-lists {
  padding-bottom: 0;
}

#sitemap img.win {
  width: 0.28rem;
  margin: 0.03rem 0 0 0.12rem;
}

/* --------------------------------------------------
 * rule
 */

#rule .wrapper {
  margin: 0 auto;
  padding: 0;
  width: 96%;
}

#breadcrumb.m_none {
  margin-bottom: 0;
}

#rule .inner {
 width: 96%;
 margin: 0 auto;
}

#rule section {
  clear: both;
}

#rule section p {
  font-size: 0.22rem;
  font-weight: bold;
  margin: 0.3rem 0 0.1rem 0;
}

#rule section ul li {
  line-height: 0.37rem;
}

#rule .section01 ul li {
  padding-left: 1em;
  text-indent: -1em;
}

#rule .section01 ul .indentation {
  padding-left: 3em;
  text-indent: -2em;
}

#rule .pdf {
  float: right;
  width: 4.8rem;
  border: 2px solid #e6e2d6;
  border-radius: 3px;
  background: #fafaf9;
  box-shadow:rgb(243, 243, 243) 4px 4px 12px 2px;
  -webkit-box-shadow:rgb(243, 243, 243) 4px 4px 12px 2px;
  -moz-box-shadow:rgb(243, 243, 243) 4px 4px 12px 2px;
}

#rule .pdf a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.20rem 0.5rem 0.17rem 0.10rem;
  background: url(../images/icon_pdf.png) no-repeat right 0.23rem top 0.15rem;
  background-size: 0.28rem auto;
  color: #000;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
}

#rule h3 {
  clear: both;
  text-align: left;
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0.3rem 0px 0.23rem;
  padding: 0.16rem 0.15rem 0.14rem;
  border-radius: 3px;
  background: rgb(109, 92, 82);
}

#rule table {
  border-collapse: collapse;
  border: solid 1px #000;
  width: 100%;
}

#rule table{
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.5rem;
  border: 2px solid #e6e2d6;
  font-size: 0.22rem;
  text-align: left;
}

#rule table th{
  background: #eecda0;
  font-weight: bold;
}

#rule table td{
  background: #fff;
}

#rule table th,
#rule table td{
  border: 2px solid #e6e2d6;
  padding: 0.15rem;
}

#rule table th:first-child,
#rule table th:nth-child(2){
  width: auto;
}

#rule table th:nth-child(3),
#rule table td:nth-child(3){
  border-right: none;
}
#rule table th:last-child,
#rule table td:last-child{
  border-left: none;
  padding-right: 0.15rem;
}

#rule .table4 th:first-child{
  width: 2rem;
}

/* --------------------------------------------------
 * yakkan
 */

#yakkan .wrapper {
  margin: 0 auto;
  padding: 0;
  width: 96%;
}

#yakkan .inner {
 margin: 0 auto;
 width: 96%;
}

#yakkan section {
  clear: both;
}

#yakkan section p {
  font-size: 0.18rem;
  font-weight: bold;
  margin: 0.3rem 0 0.1rem 0;
}

#yakkan h3 {
  clear: both;
  text-align: left;
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0.3rem 0px 0.23rem;
  padding: 0.16rem 0.15rem 0.14rem;
  border-radius: 3px;
  background: rgb(109, 92, 82);
}

#yakkan h4 {
  text-align: left;
  font-size: 0.24rem;
  line-height: 1.25;
  padding: 0 0 0.05rem 0.15rem;
  margin: 0.30rem 0 0.15rem;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
}

#yakkan  ul .indentation {
  padding-left: 3em;
  text-indent: -2em;
}

#yakkan .indentation1 {
  margin: 0.02rem 0.1rem 0 0.2rem;
  text-indent: -1em;
}

#yakkan .indentation2 {
  margin: 0.02rem 0.1rem 0 0.3rem;
  text-indent: -1em;
}

#yakkan .indentation3 {
  margin: 0.02rem 0.1rem 0 0.4rem;
  text-indent: -1em;
}

#yakkan .indentation4 {
  margin: 0.02rem 0.1rem 0 0.4rem;
  text-indent: 0;
}

#yakkan .indentation5 {
  margin: 0.02rem 0.1rem 0 0.5rem;
  text-indent: 0;
}

#yakkan ul {
  list-style-type: none;
  margin: 0.05rem 0 0 0.2rem;
}

#yakkan li {
  line-height: 1.5;
}


#yakkan table {
  border-collapse: collapse;
  border : 1px solid #666;
}

#yakkan td {
  border-collapse: collapse;
  border: 1px solid #666;
  padding: 3px 6px;
  vertical-align: middle;
  font-size: 0.12rem;
}

#yakkan .t1 {
  margin: 0.05rem 0px 0.05rem 0.3rem;
  text-align: left;
}


/* --------------------------------------------------
 * English/Korea/Chinise
 */

#inter .content-title{
  font-size: 0.24rem;
  border-bottom: 1px dotted #d2c8a9;
  line-height: 0.28rem;
  padding: 0 0 0.1rem 0;
}

#inter p{
  font-size: 0.24rem;
  line-height: 1.54166666666667;
}

#inter a{
  color: #0054b4;
}

#inter .mainvisual {
  position: relative;
  background: url(../images/bg01-sp.png);
  background-size: 0.04rem;
  text-align: center;
}

#inter .mainvisual .wrap {
  position: static;
  width: 100%;
  height: 3rem;
  background: url(/en/images/main-sp.jpg) no-repeat center 0;
  background-size: 100% auto;
  margin: 0 auto;
}


#inter .mainvisual .lead {
  width: 3.69rem;
  height: 2.99rem;
  padding: 0.4rem 0 0 0.46rem;
  background: url(/en/images/bg_top-sp.png) no-repeat 0 0;
  background-size: 3.85rem auto;
  float: right;
}

#inter .mainvisual .lead h2 {
  margin: 0 0 0.05rem;
  font-size: 0.3rem;
  line-height: 1.2;
  text-align: left;
}

#inter .mainvisual .lead p {
  font-size: 0.24rem;
  line-height: 1.25;
  text-align: left;
}

/*  有馬ー京都対応  */
#inter.arimakyoto .mainvisual .lead {
	position: relative;
}
#inter.arimakyoto .mainvisual .lead span {
	position: absolute;
	display: inline-block;
	background-color: #fff;
	width: auto;
	padding: 3px 10px;
	top: 3px;
	right: 10px;
	font-size: 12px;
	text-align: center;
}
#inter.en.arimakyoto .mainvisual .lead p {
  font-size: 0.22rem;
  line-height: 1.25;
}


#inter .block .about {
  width: 100%;
  padding: 0.4rem 0 0;
  /* margin: 0 0 0.4rem; */
  background: url(../images/bg01-sp.png);
  background-size: 0.04rem;
}

#inter .block .about h3 {
  width: 6rem;
  margin: 0 auto 0.3rem;
  font-size: 0.36rem;
  line-height: 0.36rem;
}

#inter .block .about h3:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 0.05rem;
  width: 0.12rem;
  height: 0.36rem;
  line-height: 0.36rem;
  background: #b8b098;
  border-radius: 2px;
  margin: 0 0.2rem 0 0;
}

#inter .block .about > ul {
  width: 6rem;
  margin: 0 auto;
}

#inter .block .about > ul > li {
  float: left;
  width: 2.85rem;
  height: 1.75rem;
  padding: 0.12rem 0.12rem 0;
  margin: 0 0.3rem 0.3rem 0;
  text-align: center;
  background: #fff url(/en/images/btn_bg01-sp.png) no-repeat 0 0;
  background-size: 2.85rem auto;
  box-shadow: 1px 1px 1px #ccc;
}

#inter .block .about > ul > li:nth-child(2n) {
  margin-right: 0;
}

#inter .block .about > ul > li a {
  color: #000;
}

#inter .block .about > ul > li img {
  margin: 0 0 0.14rem;
}

#inter .block .about > ul > li p {
  font-size: 0.22rem;
  line-height: 0.52rem;
  color: #000;
}

#inter .map {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 0.45rem;
  background: url(../images/bg01-sp.png);
  background-size: 0.04rem;
}

#inter .map:after {
  content: " ";
  display: block;
  width: 100%;
  height: 4rem;
  background: url(/en/images/map-sp.jpg);
  background-size: 100% auto;
}
#inter.arimakyoto .map:after {
  content: " ";
  display: block;
  width: 100%;
  height: 4rem;
  background: url(/en/images/map_kyoto-sp.png);
  background-size: 100% auto;
}

#inter .map .wrap {
  position: static;
  width: 6rem;
  margin: 0 auto;
}

#inter .map h2 {
  padding: 0.4rem 0 0.23rem;
  font-size: 0.36rem;
  line-height: 0.36rem;
}

#inter .map h2:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 0.05rem;
  width: 0.12rem;
  height: 0.36rem;
  line-height: 0.36rem;
  background: #b8b098;
  border-radius: 2px;
  margin: 0 0.2rem 0 0;
}



#inter .map .area {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.4rem;
}

#inter .map .area-info {
  position: absolute;
  top: 2.98rem;
  left: 0.2rem;
  width: 6rem;
  border-radius: 0.1rem;
  background: #fff;
  box-shadow: 0px 0px 0.04rem 0px #999;
}

#inter .map .area-info ul {
  text-align: left;
  padding: 0.1rem 0;
}

#inter .map .area-info ul li {
  display: inline-block;
  margin: 0.05rem 0 0.05rem 0.35rem;
  padding: 0 0 0 0.6rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
}

#inter .map .area-info ul li:nth-child(1) {
  background: url(/en/images/area-info_line01.png) no-repeat left center;
  background-size: 0.5rem auto;
}

#inter .map .area-info ul li:nth-child(2) {
  background: url(/en/images/area-info_line02.png) no-repeat left center;
  background-size: 0.5rem auto;
}

#inter .map .area-info ul li:nth-child(3) {
  background: url(/en/images/area-info_line03.png) no-repeat left center;
  background-size: 0.5rem auto;
}


#inter .fares {
  width: 6rem;
  margin: 0 auto;
}

#inter .fares ul {
  margin: 0 0 0.20rem;
}

#inter .fares ul li {
  float: left;
  width: 2.86rem;
  height: 1.9rem;
  margin: 0 0.2rem 0.20rem 0;
  padding: 0.10rem 0;
  border: 2px solid #efeeea;
  text-align: center;
}

#inter .fares ul li:nth-child(2n) {
  margin-right: 0;
}


#inter .fares ul li p{
  font-size: 0.24rem;
  line-height: 1.33333333333333;
}

#inter .fares ul li .price{
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1.47058823529412;
}
#inter.en .fares ul li .price{
  font-size: 0.28rem;
}

/*  有馬温泉 - 京都  */
#inter.arimakyoto .fares ul {
  margin: 0 0 0.20rem;
}
#inter.arimakyoto .fares ul li {
  float: left;
  width: 2.86rem;
  height: 2.36rem;
  margin: 0 0.2rem 0.20rem 0;
  padding: 0.20rem 0.05rem;
  border: 2px solid #efeeea;
  text-align: center;
}
#inter.arimakyoto .fares ul li:nth-child(2n) {
  margin-right: 0;
}
#inter.arimakyoto .fares ul li p.course {
	height: 4.3em;
}
#inter.arimakyoto .fares ul li:first-child p.course {
	/*padding-top: 0.7em;*/
}
#inter.arimakyoto .fares ul li .price {
  font-size: 0.28rem;
}




#inter .info{
  width: 6rem;
  margin: 0 auto;
}

#inter .info ul li {
  overflow: hidden;
  border-bottom: 1px dotted #d2c8a9;
  margin: 0.20rem 0.20rem 0.40rem 0;
  padding: 0 0 0.53rem 1rem;
  text-align: left;
}

#inter .info .top-lead{
  margin: 0.30rem 0 0.40rem;
}

#inter .info .lead{
  padding: 0.20rem 0;
  border-bottom: 1px dotted #d2c8a9;
}


#inter .info ul li:first-child {background: url(/en/images/list01.png) no-repeat top 0 left 0.1rem; background-size: 0.32rem auto; }
#inter .info ul li:nth-child(2n) {  background: url(/en/images/list02.png) no-repeat top 0 left 0.1rem; background-size: 0.32rem auto;  }
#inter .info ul li:nth-child(3n) {  background: url(/en/images/list03.png) no-repeat top 0 left 0.1rem; background-size: 0.32rem auto;  }
#inter .info ul li:nth-child(4n) {  background: url(/en/images/list04.png) no-repeat top 0 left 0.1rem; background-size: 0.32rem auto;  }


#inter .info ul li:last-child{
  border-bottom: none;
}

#inter .info ul li.last{
  margin: 0 0 0.3rem;
  padding: 0.6rem 0 0;
}

#inter .info ul li.last p{
  margin: 0;
}

#inter .info ul li.last .image img{
  width: 6rem;
  height: auto;
  margin: 0 0 0.2rem;
}

#inter .info ul li p {
  margin: 0.3rem 0 0 -1rem;
}

#inter .info ul li .image img{
  width: 4.1rem;
  height: auto;
}

#inter .btn {
  width: 6.00rem;
  border: 2px solid #e6e2d6;
  border-radius: 5px;
  background: #fafaf9 url(/en/images/icon_window.png) no-repeat right 0.28rem center;
  margin: 0.50rem auto;
}
#inter .btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.25rem 0;
  font-size: 0.20rem;
  text-align: center;
  color: #000;
}
#inter.en .btn a { padding: 0.15rem 0; }

#inter .btn a strong {
  font-size: 0.26rem;
}
#inter .btn:hover {
  background-color: #aee0ff;
  opacity: 1.0 !important;
  transition: all .8s;
}

#inter .route{
  width: 6rem;
  margin: 0 auto;
}

#inter .route .note-text strong{
  width: 0.2rem;
  height: 0.4rem;
}


#inter .route > ul li {
  float: left;
  display: table;
}

#inter .route > ul li p {
  display: inline-block;
  margin: 0 0.12rem 0;
  vertical-align: middle;
}

#inter .route > ul li .image {
  display: inline-block;
  vertical-align: text-bottom;
}

#inter .route > ul li .image img {
  width: 0.5rem;
  height: 0.12rem;
}

#inter.arimaosaka .route .route-image{
  
}

#inter.arimaosaka .route .route-image ul{
  position: relative;
  width: 100%;
  overflow: hidden;
  display: table;
  margin: 0.20rem 0;
  background: url(/en/images/bg_line.png) repeat-x;
  background-size: auto 2rem;
  background-position: 0 0.15rem;
}

#inter.arimaosaka .route .route-image li{
  float: left;
  display: table;
  width: 1.24rem;
  height: 1.4rem;
  margin: 0 0.2rem 0 0;
  background: #fafaf9;
  border: 2px solid #efeeea;
  border-radius: 5px;
}

#inter.arimaosaka .route .route-image li p{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 0.30rem;
  font-weight: bold;
  line-height: 2;
  padding: 0 0 0 0.1rem;
}

#inter.arimaosaka .route .route-image li p span{
  text-align: left;
}

#inter.arimaosaka .route .route-image li p span.small{
  font-size: 0.24rem;
  line-height: 1;
  font-weight: normal;
  line-height: 1.4;
  display: inline-block;
  padding: 0 0.1rem 0 0;
}

#inter.arimaosaka .route .route-image li a{
  display: block;
  font-size: 0.24rem;
  font-weight: normal;
  padding: 0 0 0 0.1rem;
  background: url(../images/icon_arrow04.png) no-repeat 0 center;
  background-size: 0.09rem auto;
}

#inter.arimaosaka .route .route-image li:nth-child(2) p{
  font-size: 0.22rem;
  line-height: 1.27272727272727;
  padding: 0 0 0 0.15rem;
}

#inter.arimaosaka .route .route-image li:nth-child(2) a,
#inter.arimaosaka .route .route-image li:nth-child(3) a,
#inter.arimaosaka .route .route-image li:nth-child(4) a{
  font-size: 0.18rem;
  padding: 0 0 0 0.10rem;
  margin: 0.1rem 0 0 0;
}

#inter.arimaosaka .route .route-image li:nth-child(3) p{
  font-size: 0.22rem;
  line-height: 1.15;
  padding: 0 0 0 0.18rem;
}


#inter.arimaosaka .route .route-image li:first-child{
  width: 1.46rem;
  height: 3.2rem;
}

#inter.arimaosaka .route .route-image li:first-child p{
  line-height: 1.6;
}

#inter.arimaosaka .route .route-image li:nth-child(4){
  position: absolute;
  top: 1.72rem;
  left: 1.62rem;
  width: 2.72rem;
  height: 1.47rem;
}

#inter.arimaosaka .route .route-image li:nth-child(4) p {
  font-size: 0.22rem;
  line-height: 1.27272727272727;
  padding: 0 0 0 0.15rem;
}

#inter.arimaosaka .route .route-image li:last-child{
  float: right;
  width: 1.46rem;
  height: 3.2rem;
  margin: 0;
  background: #fff1f1;
  border: 2px solid #fadfdf;
  border-radius: 5px;
}

#inter.arimaosaka .route .route-image li:last-child p{
  text-align: center;
  padding: 0;
  line-height: 1.4;
}

#inter.arimaosaka .route .route-image li:last-child p a{
  background: url(../images/icon_arrow04.png) no-repeat top 0.11rem left 0.15rem;
  background-size: 0.09rem auto;
}


/*  有馬温泉 - 京都  */
#inter.arimakyoto .route .route-image {
}
#inter.arimakyoto .route .route-image ul {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: table;
	margin: 20px 0;
	background: url(/en/images/bg_line2.png) repeat-x 0 center;
}
#inter.arimakyoto .route .route-image ul li {
	float: left;
	display: table;
	width: 1.83rem;
	height: 2rem;
	margin: 0 0.24rem 0 0;
	background: #fafaf9;
	border: 2px solid #efeeea;
	border-radius: 5px;
}
#inter.arimakyoto .route .route-image ul li:last-child {
	float: right;
	margin: 0;
}
#inter.arimakyoto .route .route-image ul li p {
	display: table-cell;
	padding: 0 10px;
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}
#inter.arimakyoto .route .route-image ul li p a {
	display: block;
	margin-top: 5px;
}
#inter.arimakyoto .route .route-image ul li p a span {
	display: inline-block;
	background: url(../images/icon_arrow04.png) no-repeat 0 center;
	background-size: 0.09rem auto;
	padding: 0 0 0 0.1rem;
	font-size: 0.24rem;
	font-weight: normal;
}



#inter .route .lead:before,
#inter .timetable .lead:before {
  content: "●";
  color: #b8b098;
  margin: 0 0.05rem 0 0;
}

#inter .timetable .lead{
  margin: 0.25rem 0 0.15rem;
}

#inter .timetable{
  width: 6rem;
  margin: 0 auto;
}

#inter .timetable .inner {
  overflow-x: scroll;
  width: 100%;
}


#inter .timetable .switch {
  margin: 0.2rem 0 0.15rem;
  overflow: hidden;
}

#inter .timetable .switch li {
  float: left;
  width: 2.9rem;
  height: 0.8rem;
  margin: 0 0.2rem 0 0;
  background: url(/en/images/timetable_off-sp.png) no-repeat;
  background-size: 2.9rem auto;
  text-align: left;
}

#inter .timetable .switch li:nth-child(2n) {
  margin: 0;
}

#inter .timetable .switch li.on {
  background: url(/en/images/timetable_on-sp.png) no-repeat;
  background-size: 2.9rem auto;
}

#inter .timetable .switch li a {
  display: block;
  height: 0.7rem;
  padding: 0.1rem 0.2rem 0 0.5rem;
  background: url(/en/images/icon_timetable-sp.png) no-repeat 0.22rem center;
  background-size: 0.1rem auto;
  color: #000000;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.26rem;
}

#inter .timetable .switch li.on a {
  background: none;
  color: #ffffff;
}

#inter .timetable #table2,
#inter .timetable #table4,
#inter .timetable table.hide {
  display: block;
}


#inter table,td,th {
	border-collapse: collapse;
}

#inter table{
  border: 1px solid #e6e2d6;
  width: 9.6rem;
}

#inter table thead th{
  padding: 0.1rem 0;
  background: #eecda0;
  color: #330000;
  vertical-align: middle;
  font-size: 0.22rem;
}

#inter table thead th span{
  font-size: 0.18rem;
}

#inter table thead th,
#inter table tbody td,
#inter table tbody th{
  border-right: 1px solid #e6e2d6;
}

#inter table thead th:last-child,
#inter table tbody td:last-child,
#inter table tbody th:last-child{
  border-right: none;
}

#inter table thead{
  border-bottom: 1px solid #e6e2d6;
}

#inter table tbody th{
  width: 1.33rem;
  padding: 0.15rem 0 0.15rem 0.15rem;
  background: #fff9f0;
  color: #993300;
  font-weight: normal;
  text-align: left;
}

#inter table tbody td{
  width: 1.14rem;
  vertical-align: middle;
  text-align: center;
}

#inter table tbody tr:nth-child(2n){
  background: #efeeea;
}

#inter table tbody td,
#inter table tbody th{
  border-bottom: 1px solid #e6e2d6;
}

#inter .note-text{
  margin: 0.20rem 0;
}

#inter .note-text strong{
  display: block;
  float: left;
  width: 0.8rem;
  height: 1.5rem;
}

#inter .note-text span{
  float: left;
  width: 5.8rem;
}



/* --------------------------------------------------
 * Korea
 */

#inter.kr .mainvisual .lead h2 {
  margin: 0.3rem 0 0.2rem;
  font-size: 0.26rem;
  line-height: 1.5;
  width: 3rem;
  text-align: left;
}

#inter.kr .mainvisual .lead p {
  font-size: 0.21rem;
  line-height: 1.25;
  width: 2.8rem;
  text-align: left;
}

#inter.kr .fares ul li {
  float: left;
  width: 2.86rem;
  height: 1.9rem;
  margin: 0 0.2rem 0.40rem 0;
  padding: 0.20rem 0;
  border: 2px solid #efeeea;
  text-align: center;
}

#inter.kr .fares ul li:nth-child(2n) {
  margin-right: 0;
}


#inter.kr .route .route-image li p{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 0.30rem;
  font-weight: bold;
  line-height: 2;
  padding: 0 0 0 0.3rem;
}

#inter.kr .route .route-image li:nth-child(2) p {
    font-size: 0.22rem;
    line-height: 1.27272727272727;
    padding: 0 0 0 0.15rem;
}

#inter.kr .route .route-image li:nth-child(3) p {
    font-size: 0.22rem;
    line-height: 1.27272727272727;
    padding: 0 0 0 0.10rem;
}

#inter.kr .route .route-image li:nth-child(4) p {
    font-size: 0.22rem;
    line-height: 1.27272727272727;
    padding: 0 0 0 0.10rem;
}

#inter.kr .route .route-image li:last-child p a {
    background: url(../images/icon_arrow04.png) no-repeat top 0.16rem left 0.05rem;
    background-size: 0.09rem auto;
}


#inter.kr .route .route-image li a {
    display: block;
    font-size: 0.24rem;
    font-weight: normal;
    padding: 0 0 0 0.20rem;
    background: url(../images/icon_arrow04.png) no-repeat 0 center;
    background-size: 0.09rem auto;
}


/*  有馬温泉 - 京都  */
#inter.kr.arimakyoto .fares ul li {
  height: 1.9rem;
  margin: 0 0.2rem 0.20rem 0;
  padding: 0.20rem 0.05rem;
}
#inter.kr.arimakyoto .fares ul li:nth-child(2n) {
  margin-right: 0;
}
#inter.kr.arimakyoto .fares ul li p.course {
	height: 3em;
}
#inter.kr.arimakyoto .fares ul li:first-child p.course {
	padding-top: 0;
}

#inter.kr.arimakyoto .route .route-image ul li p a {
	display: block;
	background: none;
	margin-top: 5px;
	padding: 0;
}
#inter.kr.arimakyoto .route .route-image ul li p a span {
	display: inline-block;
	background: url(../images/icon_arrow04.png) no-repeat 0 center;
	background-size: 0.09rem auto;
	padding: 0 0 0 0.1rem;
	font-size: 0.24rem;
	font-weight: normal;
}

#inter.kr .timetable .switch li a {
padding: 0.26rem 0.15rem 0 0.45rem;
}



/* --------------------------------------------------
 * ch
 */

#inter.ch .mainvisual .lead h2 {
  margin: 0.3rem 0 0.2rem;
  font-size: 0.26rem;
  line-height: 1.5;
  width: 3rem;
  text-align: left;
}

#inter.ch .mainvisual .lead p {
  font-size: 0.21rem;
  line-height: 1.25;
  width: 2.8rem;
  text-align: left;
}

#inter.ch .route .route-image li:nth-child(2) a {
    font-size: 0.18rem;
    padding: 0 0 0 0.10rem;
    margin: 0.1rem 0 0 0;
}

#inter.ch .route .route-image li a {
    display: block;
    font-size: 0.24rem;
    font-weight: normal;
    padding: 0 0 0 0.15rem;
    background: url(../images/icon_arrow04.png) no-repeat 0 center;
    background-size: 0.09rem auto;
}

#inter.ch .route .route-image li:last-child p {
    text-align: center;
    /* padding: 0 0 0 0.2rem; */
}

#inter.ch .route .route-image li:last-child p a {
    background: url(../images/icon_arrow04.png) no-repeat top 0.17rem left 0.27rem;
    background-size: 0.09rem auto;
    padding: 0 0 0 0.13rem;
}

#inter.ch .fares ul li {
  float: left;
  width: 2.86rem;
  height: 1.9rem;
  margin: 0 0.2rem 0.40rem 0;
  padding: 0.20rem 0;
  border: 2px solid #efeeea;
  text-align: center;
}

#inter.ch .fares ul li:nth-child(2n) {
  margin-right: 0;
}


#inter.ch .fares ul li p{
  font-size: 0.22rem;
  line-height: 1.4;
}

#inter.ch .fares ul li .price{
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 1.47058823529412;
}

/*  有馬温泉 - 京都  */
#inter.ch.arimakyoto .route .route-image ul li p a {
	display: block;
	background: none;
	margin-top: 5px;
	padding: 0;
}
#inter.ch.arimakyoto .route .route-image ul li p a span {
	display: inline-block;
	background: url(../images/icon_arrow04.png) no-repeat 0 center;
	background-size: 0.09rem auto;
	padding: 0 0 0 0.1rem;
	font-size: 0.24rem;
	font-weight: normal;
}


/* --------------------------------------------------
 * cn
 */

#inter.cn .mainvisual .lead h2 {
  margin: 0.3rem 0 0.2rem;
  font-size: 0.26rem;
  line-height: 1.5;
  width: 3rem;
  text-align: left;
}

#inter.cn .mainvisual .lead p {
  font-size: 0.21rem;
  line-height: 1.25;
  width: 2.8rem;
  text-align: left;
}

#inter.cn .route .route-image li p {
    padding: 0 0 0 0.25rem;
}

#inter.cn .route .route-image li:nth-child(2) a {
    font-size: 0.18rem;
    padding: 0 0 0 0.10rem;
    margin: 0.1rem 0 0 0;
}

#inter.cn .route .route-image li a {
    display: block;
    font-size: 0.24rem;
    font-weight: normal;
    padding: 0 0 0 0.15rem;
    background: url(../images/icon_arrow04.png) no-repeat 0 center;
    background-size: 0.09rem auto;
}

#inter.cn .route .route-image li:last-child p {
    text-align: center;
    padding: 0 0 0 0;
}

#inter.cn .route .route-image li:last-child p a {
    background: url(../images/icon_arrow04.png) no-repeat top 0.17rem left 0.27rem;
    background-size: 0.09rem auto;
    padding: 0 0 0 0.13rem;
}

#inter.cn .fares ul li {
  float: left;
  width: 2.86rem;
  height: 1.9rem;
  margin: 0 0.2rem 0.40rem 0;
  padding: 0.20rem 0;
  border: 2px solid #efeeea;
  text-align: center;
}

#inter.cn .fares ul li:nth-child(2n) {
  margin-right: 0;
}


#inter.cn .fares ul li p{
  font-size: 0.22rem;
  line-height: 1.4;
}

#inter.cn .fares ul li .price{
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 1.47058823529412;
}

/*  有馬温泉 - 京都  */
#inter.cn.arimakyoto .route .route-image ul li p a {
	display: block;
	background: none;
	margin-top: 5px;
	padding: 0;
}
#inter.cn.arimakyoto .route .route-image ul li p a span {
	display: inline-block;
	background: url(../images/icon_arrow04.png) no-repeat 0 center;
	background-size: 0.09rem auto;
	padding: 0 0 0 0.1rem;
	font-size: 0.24rem;
	font-weight: normal;
}




/* --------------------------------------------------
 * en
 */

#inter.en .map .area-info {
  top: 2.78rem;
}





/* 2020.01.28 START */
/* runningbnr */
#runningbnr {
    width: 100%;
    margin: 0 auto 20px;
}
#runningbnr a {
	display: block;
	width: 100%;
}
#runningbnr a img {
	width: 100%;
	height: auto;
}


/* runninginfo */
#runninginfo{
  padding: 0.1rem 0.2rem;
  margin-bottom: 0.3rem;
  border-radius: 3px;
  border: 1px solid #e6e2d6;
  background: #fafaf9;
}
#runninginfo img {
  width: 0.25rem;
}
#runninginfo dt {
  margin: 0;
  padding: 0.12rem 0 0 0.35rem;
  font-size: 0.24rem;
  font-weight: bold;
  background: url(../images/icon_danger.png) no-repeat left center;
  background-size: 0.26rem;
}
#runninginfo li {
  padding: 0.22rem 0.12rem 0.22rem;
  border-bottom: 1px dotted #d2c8a9;
  overflow: hidden;
}
#runninginfo li:last-child {
  border: none;
}
#runninginfo p {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.3rem;
  vertical-align: middle;
}
#runninginfo .time {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: bold;
  margin: 0 0.16rem 0 0;
}
#runninginfo .text {
  padding: 0 0.2rem 0 0;
}
#runninginfo .text img {
  width: 0.28rem;
  margin: 0.03rem 0 0 0.12rem;
}
#runninginfo .text a {
  color: #0054b4;
}
/* 2020.01.28 END */

