@charset "utf-8";
/*
 * sbyle.css
 *
 *  version --- 1.0
 *  updabed --- 2013/5/10
 */

@media screen and (min-width: 1200px) {
  #teaser {
    background: url(/access/img/bg_teaser_access.jpg) center center no-repeat;
    background-size: cover;
  }

  .accessmap {
    padding-bottom: 60px;
  }
  .accessmap .googlemap {
    height: 310px;
    width: 100%;
    margin-top: 55px;
  }
  .maptext {
    text-align: right;
    margin-top: 10px;
  }
  .planlist {
    background: #4e5a67;
    padding: 30px 0 10px;
  }
  .planlist ul {
    margin-left: -20px;
    text-align: center;
  }
  .planlist ul li {
    display: inline-block;
    padding-left: 20px;
    width: 360px;
    margin-bottom: 15px;
  }
  .planlist ul li dt,
  .planlist ul li dd {
    display: table-cell;
    background: #fff;
    text-align: center;
    vertical-align: middle;
  }
  .planlist ul li dt {
    width: 140px;
  }
  .planlist ul li dd {
    width: 220px;
  }
  .planlist ul li dd a {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 128.5%;
    line-height: 24px;
  }
  .planlist ul li dl:hover {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }
  .planlist ul li dl:hover a {
    text-decoration: none;
  }
  .planlist ul li dd a span {
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 61%;
    color: #a2a8af;
    line-height: 24px;
  }
  .planlist ul li dd a i {
    display: block;
    margin: 0;
    color: #bab6a2;
  }

  .accesswrap {
    padding-top: 100px;
  }

  .tabwrap01 {
    margin-bottom: 40px;
  }
  .tabwrap01 .tablist01 {
    margin-left: -20px;
  }
  .tabwrap01 .tablist01 li {
    float: left;
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tabwrap01 .tablist01 li a {
    text-align: center;
    font-size: 114%;
    line-height: 60px;
    border: 1px solid #bfc6cd;
    border-bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef0f3', endColorstr='#dee2e6',GradientType=0 );
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #eef0f3, #dee2e6);
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, top, from(#eef0f3), to(#dee2e6));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(top, #eef0f3, #dee2e6);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #eef0f3, #dee2e6);
    /* IE9+ */
    background: -ms-linear-gradient(top, #eef0f3, #dee2e6);
    display: block;
  }
  .tabwrap01 .tablist01 li a i {
    color: #bab6a2;
    margin: 0 0 0 27px;
  }
  .tabwrap01 .tablist01 li a:hover,
  .tabwrap01 .tablist01 li a.on {
    border: 1px solid #4e5a67;
    border-bottom: 0;
    text-decoration: none;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5a67', endColorstr='#4e5a67',GradientType=0 );
    background: #4e5a67 !important;
  }

  .tabpanel01 {
    padding: 30px 20px;
    background: #4e5a67;
  }
  .trainmapwrap {
    /*margin-left: -20px;*/
    margin-bottom: 20px;
  }
  .trainmapwrap .trainguide,
  .trainmapwrap .trainmap {
    float: right;
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .trainmapwrap .trainguide {
    height: 320px;
    padding-left: 0;
    float: left;
  }
  .trainmapwrap .trainmap .guidemap {
    border: 1px solid #c0c5cb;
    padding: 19px;
    height: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
  }
  .btnpdf {
    margin: 20px;
    text-align: center;
  }
  .btnpdf a {
    width: 400px;
    position: relative;
  }
  .btnpdf a:after {
    position: absolute;
    line-height: 30px;
    right: 70px;
    top: 50%;
    margin-top: -15px;
    content: "\f1c1";
    font-family: "FontAwesome";
    color: #bab6a2;
  }
  .guidedetitle {
    position: relative;
    background: #f4ebd9;
    text-align: center;
    padding: 12px 10px;
    font-size: 114%;
    cursor: auto;
  }
  .guidedetitle:before {
    position: absolute;
    left: 1.25%;
    top: 1px;
    width: 97.5%;
    height: 1px;
    background: #faf6ef;
    content: "";
  }
  .guidedetitle i {
    width: 24px;
    height: 24px;
    background: #ec9d00;
    color: #fff;
    line-height: 24px;
    margin-right: 20px;
    display: none;
  }
  .guidedetail {
    border: 1px solid #c0c5cb;
    padding: 0 19px;
    background: #fff;
    display: block;
  }
  .guidedetail ul {
    margin-left: -20px;
  }
  .guidedetail ul li {
    float: left;
    width: 25%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 19px 0;
  }

  .guidedetail ul li .caption {
    margin-top: 15px;
    display: block;
  }
  .guidedetail ul li p {
    position: relative;
  }
  .guidedetail ul li .step {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #1a2540;
  }
  .accesspanel {
    background: #f1efe9;
    padding: 30px 20px;
  }
  .accesspanel .hdl {
    margin-bottom: 30px;
  }

  .carguidede ul {
    margin-left: -20px;
  }
  .carguidede ul li {
    float: left;
    padding-left: 20px;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .carguidede ul li > div {
    border: 1px solid #c0c5cb;
    background: #fff;
  }
  .carguidede ul li h4 {
    background: #4e5a67;
    font-size: 142.85%;
    line-height: 1.5;
    color: #fff;
    padding: 14px 19px;
  }
  .carguidede .carguidedebox {
    font-size: 114%;
    line-height: 26px;
    padding: 14px 19px;
  }

  .sightseeinglist ul {
    margin-left: -20px;
  }
  .sightseeinglist ul li {
    float: left;
    width: 33.33%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .sightseeinglist .sightseeingpanel {
    background: #fff;
  }
  .sightseeinglist .sightseeingbox {
    padding: 20px 20px 30px;
  }
  .sightseeinglist .sightseeingbox h3 {
    font-size: 171.4%;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
  }
  .sightseeinglist .sightseeingbox h3 span {
    font-size: 45.8%;
    line-height: 1.5;
    display: block;
    color: #a2a8af;
  }
  .sightseeinglist .sightseeingbox .guidededate {
    margin-bottom: 20px;
  }
  .showpc {
    display: inline;
  }
  .showsp {
    display: none;
  }
  .sightseeinglist .btnstyle02 {
    width: 100% !important;
    padding: 0;
    min-width: 100% !important;
  }
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
  #teaser {
    background: url(/access/img/bg_teaser_access.jpg) center center no-repeat;
    background-size: cover;
  }
  .accessmap {
    padding-bottom: 60px;
  }
  .accessmap .googlemap {
    height: 310px;
    width: 100%;
    margin-top: 55px;
  }
  .maptext {
    text-align: right;
    margin-top: 10px;
  }
  .planlist {
    background: #4e5a67;
    padding: 30px 0 10px;
  }
  .planlist ul {
    margin-left: -20px;
    text-align: center;
  }
  .planlist ul li {
    display: inline-block;
    padding-left: 20px;
    width: 360px;
    margin-bottom: 15px;
  }
  .planlist ul li dt,
  .planlist ul li dd {
    display: table-cell;
    background: #fff;
    text-align: center;
    vertical-align: middle;
  }
  .planlist ul li dt {
    width: 140px;
  }
  .planlist ul li dd {
    width: 220px;
  }
  .planlist ul li dd a {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 128.5%;
    line-height: 24px;
  }
  .planlist ul li dl:hover {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }
  .planlist ul li dl:hover a {
    text-decoration: none;
  }
  .planlist ul li dd a span {
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 61%;
    color: #a2a8af;
    line-height: 24px;
  }
  .planlist ul li dd a i {
    display: block;
    margin: 0;
    color: #bab6a2;
  }

  .accesswrap {
    padding-top: 100px;
  }

  .tabwrap01 {
    margin-bottom: 40px;
  }
  .tabwrap01 .tablist01 {
    margin-left: -20px;
  }
  .tabwrap01 .tablist01 li {
    float: left;
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tabwrap01 .tablist01 li a {
    text-align: center;
    font-size: 114%;
    line-height: 60px;
    border: 1px solid #bfc6cd;
    border-bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef0f3', endColorstr='#dee2e6',GradientType=0 );
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #eef0f3, #dee2e6);
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, top, from(#eef0f3), to(#dee2e6));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(top, #eef0f3, #dee2e6);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #eef0f3, #dee2e6);
    /* IE9+ */
    background: -ms-linear-gradient(top, #eef0f3, #dee2e6);
    display: block;
  }
  .tabwrap01 .tablist01 li a i {
    color: #bab6a2;
    margin: 0 0 0 27px;
  }
  .tabwrap01 .tablist01 li a:hover,
  .tabwrap01 .tablist01 li a.on {
    border: 1px solid #4e5a67;
    border-bottom: 0;
    text-decoration: none;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5a67', endColorstr='#4e5a67',GradientType=0 );
    background: #4e5a67 !important;
  }

  .tabpanel01 {
    padding: 30px 20px;
    background: #4e5a67;
  }
  .trainmapwrap {
    margin-left: -20px;
    margin-bottom: 20px;
  }
  .trainmapwrap .trainguide,
  .trainmapwrap .trainmap {
    float: right;
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .trainmapwrap .trainguide {
    height: 320px;
    padding-left: 0;
    float: left;
  }
  .trainmapwrap .trainmap .guidemap {
    border: 1px solid #c0c5cb;
    padding: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
  }
  .btnpdf {
    margin: 20px;
    text-align: center;
  }
  .btnpdf a {
    width: 400px;
    position: relative;
  }
  .btnpdf a:after {
    position: absolute;
    line-height: 30px;
    right: 70px;
    top: 50%;
    margin-top: -15px;
    content: "\f1c1";
    font-family: "FontAwesome";
    color: #bab6a2;
  }
  .guidedetitle {
    position: relative;
    background: #f4ebd9;
    text-align: center;
    padding: 12px 10px;
    font-size: 114%;
    cursor: auto;
  }
  .guidedetitle:before {
    position: absolute;
    left: 1.25%;
    top: 1px;
    width: 97.5%;
    height: 1px;
    background: #faf6ef;
    content: "";
  }
  .guidedetitle i {
    width: 24px;
    height: 24px;
    background: #ec9d00;
    color: #fff;
    line-height: 24px;
    margin-right: 20px;
  }
  .guidedetail {
    border: 1px solid #c0c5cb;
    padding: 0 19px;
    background: #fff;
    display: block;
  }
  .guidedetail ul {
    margin-left: -20px;
  }
  .guidedetail ul li {
    float: left;
    width: 25%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 19px 0;
  }
  .guidedetail ul li .caption {
    margin-top: 15px;
    display: block;
  }
  .guidedetail ul li p {
    position: relative;
  }
  .guidedetail ul li .step {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #1a2540;
  }
  .accesspanel {
    background: #f1efe9;
    padding: 30px 20px;
  }
  .accesspanel .hdl {
    margin-bottom: 30px;
  }

  .carguidede ul {
    margin-left: -20px;
  }
  .carguidede ul li {
    float: left;
    padding-left: 20px;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .carguidede ul li > div {
    border: 1px solid #c0c5cb;
    background: #fff;
  }
  .carguidede ul li h4 {
    background: #4e5a67;
    font-size: 142.85%;
    line-height: 1.5;
    color: #fff;
    padding: 14px 19px;
  }
  .carguidede .carguidedebox {
    font-size: 114%;
    line-height: 26px;
    padding: 14px 19px;
  }

  .sightseeinglist ul {
    margin-left: -20px;
  }
  .sightseeinglist ul li {
    float: left;
    width: 33.33%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .sightseeinglist .sightseeingpanel {
    background: #fff;
  }
  .sightseeinglist .sightseeingbox {
    padding: 20px 20px 30px;
  }
  .sightseeinglist .sightseeingbox h3 {
    font-size: 171.4%;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
  }
  .sightseeinglist .sightseeingbox h3 span {
    font-size: 45.8%;
    line-height: 1.5;
    display: block;
    color: #a2a8af;
  }
  .sightseeinglist .sightseeingbox .guidededate {
    margin-bottom: 20px;
  }
  .showpc {
    display: inline;
  }
  .showsp {
    display: none;
  }
  .sightseeinglist .btnstyle02 {
    width: 100% !important;
    padding: 0;
    min-width: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  #teaser {
    background: url(/access/img/bg_teaser_access.jpg) center center no-repeat;
    background-size: cover;
  }
  .accessmap {
    padding-bottom: 60px;
  }
  .accessmap .googlemap {
    height: 310px;
    width: 100%;
    margin-top: 55px;
  }
  .maptext {
    text-align: right;
    margin-top: 10px;
  }
  .planlist {
    background: #4e5a67;
    padding: 30px 0 10px;
  }
  .planlist ul {
    margin-left: -20px;
    text-align: center;
  }
  .planlist ul li {
    display: inline-block;
    padding-left: 20px;
    width: 360px;
    margin-bottom: 15px;
  }
  .planlist ul li dt,
  .planlist ul li dd {
    display: table-cell;
    background: #fff;
    text-align: center;
    vertical-align: middle;
  }
  .planlist ul li dt {
    width: 140px;
  }
  .planlist ul li dd {
    width: 220px;
  }
  .planlist ul li dd a {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 128.5%;
    line-height: 24px;
  }
  .planlist ul li dl:hover {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }
  .planlist ul li dl:hover a {
    text-decoration: none;
  }
  .planlist ul li dd a span {
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 61%;
    color: #a2a8af;
    line-height: 24px;
  }
  .planlist ul li dd a i {
    display: block;
    margin: 0;
    color: #bab6a2;
  }

  .accesswrap {
    padding-top: 100px;
  }

  .tabwrap01 {
    margin-bottom: 40px;
  }
  .tabwrap01 .tablist01 {
    margin-left: -20px;
  }
  .tabwrap01 .tablist01 li {
    float: left;
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tabwrap01 .tablist01 li a {
    text-align: center;
    font-size: 114%;
    line-height: 60px;
    border: 1px solid #bfc6cd;
    border-bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef0f3', endColorstr='#dee2e6',GradientType=0 );
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #eef0f3, #dee2e6);
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, top, from(#eef0f3), to(#dee2e6));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(top, #eef0f3, #dee2e6);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #eef0f3, #dee2e6);
    /* IE9+ */
    background: -ms-linear-gradient(top, #eef0f3, #dee2e6);
    display: block;
  }
  .tabwrap01 .tablist01 li a i {
    color: #bab6a2;
    margin: 0 0 0 27px;
  }
  .tabwrap01 .tablist01 li a:hover,
  .tabwrap01 .tablist01 li a.on {
    border: 1px solid #4e5a67;
    border-bottom: 0;
    text-decoration: none;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5a67', endColorstr='#4e5a67',GradientType=0 );
    background: #4e5a67 !important;
  }

  .tabpanel01 {
    padding: 30px 20px;
    background: #4e5a67;
  }
  .trainmapwrap {
    margin-left: -20px;
    margin-bottom: 20px;
  }
  .trainmapwrap .trainguide,
  .trainmapwrap .trainmap {
    float: right;
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .trainmapwrap .trainguide {
    height: 320px;
    padding-left: 0;
    float: left;
  }
  .trainmapwrap .trainmap .guidemap {
    border: 1px solid #c0c5cb;
    padding: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
  }
  .btnpdf {
    margin: 20px;
    text-align: center;
  }
  .btnpdf a {
    width: 100%;
    position: relative;
  }
  .btnpdf a:after {
    position: absolute;
    line-height: 30px;
    right: 30px;
    top: 50%;
    margin-top: -15px;
    content: "\f1c1";
    font-family: "FontAwesome";
    color: #bab6a2;
  }
  .guidedetitle {
    position: relative;
    background: #f4ebd9;
    text-align: center;
    padding: 12px 10px;
    font-size: 114%;
    cursor: auto;
  }
  .guidedetitle:before {
    position: absolute;
    left: 1.25%;
    top: 1px;
    width: 97.5%;
    height: 1px;
    background: #faf6ef;
    content: "";
  }
  .guidedetitle i {
    width: 24px;
    height: 24px;
    background: #ec9d00;
    color: #fff;
    line-height: 24px;
    margin-right: 20px;
  }
  .guidedetail {
    border: 1px solid #c0c5cb;
    padding: 0 19px;
    background: #fff;
    display: block;
  }
  .guidedetail ul {
    margin-left: -20px;
  }
  .guidedetail ul li {
    float: left;
    width: 25%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 19px 0;
  }
  .guidedetail ul li .caption {
    margin-top: 15px;
    display: block;
  }
  .guidedetail ul li p {
    position: relative;
  }
  .guidedetail ul li .step {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #1a2540;
  }
  .accesspanel {
    background: #f1efe9;
    padding: 30px 20px;
  }
  .accesspanel .hdl {
    margin-bottom: 30px;
  }

  .carguidede ul {
    margin-left: -20px;
  }
  .carguidede ul li {
    float: left;
    padding-left: 20px;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .carguidede ul li > div {
    border: 1px solid #c0c5cb;
    background: #fff;
  }
  .carguidede ul li h4 {
    background: #4e5a67;
    font-size: 142.85%;
    line-height: 1.5;
    color: #fff;
    padding: 14px 19px;
  }
  .carguidede .carguidedebox {
    font-size: 114%;
    line-height: 26px;
    padding: 14px 19px;
  }

  .sightseeinglist ul {
    margin-left: -20px;
  }
  .sightseeinglist ul li {
    float: left;
    width: 33.33%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .sightseeinglist .sightseeingpanel {
    background: #fff;
  }
  .sightseeinglist .sightseeingbox {
    padding: 20px 20px 30px;
  }
  .sightseeinglist .sightseeingbox h3 {
    font-size: 171.4%;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
  }
  .sightseeinglist .sightseeingbox h3 span {
    font-size: 45.8%;
    line-height: 1.5;
    display: block;
    color: #a2a8af;
  }
  .sightseeinglist .sightseeingbox .guidededate {
    margin-bottom: 20px;
  }
  .sightseeinglist .sightseeingbox a {
    width: 100% !important;
  }
  .showpc {
    display: inline;
  }
  .showsp {
    display: none;
  }
  .sightseeinglist .btnstyle02 {
    width: 100% !important;
    padding: 0;
    min-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  #teaser {
    background: url(/access/img/bg_teaser_access_sp.jpg) center center no-repeat;
    background-size: 100% auto;
  }
  .accessmap {
    padding: 0 10px 20px;
  }
  .accessmap .googlemap {
    height: 250px;
    width: 100%;
    margin-top: 20px;
  }
  .maptext {
    text-align: left;
    margin-top: 10px;
  }
  .planlist {
    background: #4e5a67;
    padding: 18px 10px 5px;
  }
  .planlist ul {
    margin-left: -10px;
    text-align: center;
  }
  .planlist ul li {
    display: block;
    padding-left: 10px;
    float: left;
    width: 50%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .planlist ul li dt {
    display: none;
  }
  .planlist ul li dd {
    background: #fff;
    text-align: center;
  }
  .planlist ul li dd a {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    line-height: 24px;
    display: block;
    padding: 5px 0;
  }
  .planlist ul li dl:hover a {
    text-decoration: none;
  }
  .planlist ul li dd a span {
    display: none;
  }
  .planlist ul li dd a i {
    display: block;
    margin: 0;
    color: #bab6a2;
  }

  .accesswrap {
    padding-top: 50px;
  }

  .tabwrap01 {
    margin-bottom: 25px;
  }

  .tabwrap01 .tablist01 li {
    float: left;
    width: 50%;
  }
  .tabwrap01 .tablist01 li a {
    text-align: center;
    line-height: 40px;
    border: 1px solid #bfc6cd;
    border-bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef0f3', endColorstr='#dee2e6',GradientType=0 );
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #eef0f3, #dee2e6);
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, top, from(#eef0f3), to(#dee2e6));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(top, #eef0f3, #dee2e6);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #eef0f3, #dee2e6);
    /* IE9+ */
    background: -ms-linear-gradient(top, #eef0f3, #dee2e6);
    display: block;
  }
  .tabwrap01 .tablist01 li a i {
    color: #bab6a2;
    margin: 0;
  }
  .tabwrap01 .tablist01 li a:hover,
  .tabwrap01 .tablist01 li a.on {
    border: 1px solid #4e5a67;
    border-bottom: 0;
    text-decoration: none;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5a67', endColorstr='#4e5a67',GradientType=0 );
    background: #4e5a67 !important;
  }

  .showpc {
    display: none;
  }
  .showsp {
    display: inline;
  }

  .tabpanel01 {
    padding: 10px;
    background: #4e5a67;
  }

  .trainmapwrap .trainguide,
  .trainmapwrap .trainmap {
    margin-bottom: 10px;
  }
  .trainmapwrap .trainguide {
    height: 320px;
  }
  .trainmapwrap .trainmap .guidemap {
    border: 1px solid #c0c5cb;
    padding: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
  }
  .btnpdf {
    margin-top: 18px;
    margin-bottom: 20px;
  }
  .btnpdf a {
    width: 100%;
    position: relative;
  }
  .btnpdf a:after {
    position: absolute;
    line-height: 30px;
    right: 17px;
    top: 50%;
    margin-top: -15px;
    content: "\f1c1";
    font-family: "FontAwesome";
    color: #bab6a2;
  }
  .guidedetitle {
    position: relative;
    background: #f4ebd9;
    text-align: center;
    padding: 12px 10px;
    font-size: 125%;
    cursor: auto;
  }
  .guidedetitle:before {
    position: absolute;
    left: 1.25%;
    top: 1px;
    width: 97.5%;
    height: 1px;
    background: #faf6ef;
    content: "";
  }
  .guidedetitle i {
    width: 25px;
    height: 25px;
    background: #ec9d00;
    color: #fff;
    line-height: 25px;
    margin-right: 10px;
    display: none;
  }
  .guidedetail {
    border: 1px solid #c0c5cb;
    padding: 0 9px;
    background: #fff;
    display: block;
  }
  .guidedetail ul {
    margin-left: -10px;
  }
  .guidedetail ul li {
    float: left;
    width: 50%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 9px 0;
  }
  .guidedetail ul li .caption {
    margin-top: 7px;
    display: block;
  }
  .guidedetail ul li p {
    position: relative;
  }
  .guidedetail ul li .step {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #1a2540;
  }
  .accesspanel {
    background: #f1efe9;
    padding: 15px 10px;
  }
  .accesspanel .hdl {
    margin-bottom: 15px;
  }

  .carguidede ul li {
    margin-bottom: 10px;
  }
  .carguidede ul li > div {
    border: 1px solid #c0c5cb;
    background: #fff;
  }
  .carguidede ul li h4 {
    background: #4e5a67;
    color: #fff;
    padding: 10px 15px;
  }
  .carguidede .carguidedebox {
    padding: 10px 15px;
  }

  .sightseeinglist ul {
    margin-left: -10px;
  }
  .sightseeinglist ul li {
    float: left;
    width: 50%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .sightseeinglist .sightseeingpanel {
    background: #fff;
  }
  .sightseeinglist .sightseeingbox {
    padding: 10px 10px 15px;
  }
  .sightseeinglist .sightseeingbox h3 {
    font-size: 130%;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
  }
  .sightseeinglist .sightseeingbox h3 span {
    font-size: 45.8%;
    line-height: 1.5;
    display: block;
    color: #a2a8af;
  }
  .sightseeinglist .sightseeingbox .guidededate {
    margin-bottom: 10px;
  }
  .sightseeinglist .sightseeingbox a {
    width: 100% !important;
  }
}

.accesspanel p.term {
    color: #d00;
    font-size: 1.0rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
  table.bus th {
      width: 25%;
  }
}


/* 交通案内ページ駅構内テキスト */

#train01 .station_date {
  margin-top: 10px;
    color: #fff;
    /* text-align: end; */
}

/* アクセスガイド調整 */
.zyunbi {
  position: relative;
}
.trainguide {
  background: aliceblue;
 text-align: center;
 padding-top: 175px;
}
.zyunbi .trainguide::before {
  position: absolute;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 60px;/*画像の幅*/
  height: 60px;/*画像の高さ*/
  background-image: url(../img/train_noimg.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 110px;
  left: 245px;
}

@media screen and (max-width: 767px) {
  .trainmapwrap .trainguide {
      height: auto;
      padding: 11vh 0px 7vh;
  }
  .zyunbi .trainguide::before {
    width: 50px;
    height: 50px;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

.btnlink {
  margin-bottom: 15px;
  text-align: center;
}

.btnlink .btnstyle02 {
  padding: 10px 0;
  line-height: normal;
  width: 400px;
}

.btnlink a span {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .btnlink .btnstyle02 {
  margin-bottom: 15px;
  width: 100%;
  }
  
}