@charset "UTF-8";
/* access.css */

.sp {
  display: none;
}

.pc {
  display: block;
}


/*=========================================

	グーグルマップ

=========================================*/

#map_canvas {
  width: 1090px;
  height: 550px;
  margin: 60px auto 5px;
  border: 5px solid #e7ded3;
  border-radius: 5px;
}
.linkMapContainer {
  margin: 0 0 15px 0;
  text-align: right;
}
.linkMapContainer .link .labelPc {
  display: inline;
}
.linkMapContainer .link .labelSp {
  display: none;
}
.mapAddress {
  margin: 0 0 60px 0;
}
.mapAddress .place {
  padding: 0 0 5px;
  /*font-size: 1.6rem;*/
  font-size: 2rem;
  color: #9e3f4a;
}
.mapAddress a {
  color: #9e3f4a;
  text-decoration: underline;
}

/*=========================================

	ページマップ

=========================================*/
.pageMap {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 900px;
  margin: 0 auto;
  padding: 20px 0 20px 35px;
  background: #f6f0ea;

      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
}
.pageMap li {
  position: relative;
  float: left;
  width: 200px;
  height: 52px;
  margin-right: 10px;
  list-style: none;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}
.pageMap li:last-child {
  margin-right: 0;
}
.pageMap li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 2.0rem;
  line-height: 52px;
}
.pageMap li img {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.pageMap li:hover {
  opacity: .8;
}

.row {
  position: relative;
}
#trainBoxLink,
#busBoxLink,
#taxiBoxLink,
#carBoxLink {
  position: absolute;
  top: -170px;
}

/*=========================================

	アクセス共通h2

=========================================*/
.accessh2 {
  position: relative;
  width: 1100px;
  height: 65px;
  margin-bottom: 50px;
  text-align: center;
  background: #f6f0ea;
  font-size: 2.4rem;
  line-height: 65px;
}
.accessh2 span {
  position: absolute;
  top: -28px;
  left: 20px;
  width: 80px;
  height: 80px;
}
.accessh2 span img {
  width: 100%;
}

/*=========================================

	電車

=========================================*/
#trainBox {
  margin: 80px auto 106px;
}
.trainText {
  width: 1000px;
  margin: 0 auto 32px;
  padding-bottom: 18px;
  border-bottom: 2px solid #e7ded3;
  font-size: 1.8rem;
  line-height: 1;
}
.trainText .bold {
  font-size: 2.2rem;
}
.trainText .red {
  color: #9e3f4a;
}

.imgTrain {
  width: 991px;
  margin: 0 auto 45px;
}

.trainBtn {
  position: relative;
  display: block;
  display: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 370px;
  height: 60px;
  margin: 0 auto;
  padding-left: 75px;
  text-decoration: none;
  letter-spacing: .1em;
  color: #fff;
  border-radius: 10px;
  background: #b5675b;
  font-size: 2.0rem;
  line-height: 60px;

      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
}
.trainBtn img {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -10px;
}
.trainBtn:hover {
  opacity: .8;
}

/*=========================================

	バス

=========================================*/

#busBox {
  margin: 0 auto 95px;
}
.busRuteBox {
  width: 830px;
  margin: 0 auto;
}
.busStationName {
	  border-left: 5px solid #b5675b;
	padding: 10px 0 0 30px;
	height: 35px;
  top: 0;
  left: 0;
  letter-spacing: .1rem;
  color: #9e3f4a;
  font-size: 2.0rem;
	margin-bottom: 30px;
}

.busStationName span {
color: #333;
  font-size: 1.6rem;
}

/*=========================================

	タクシー

=========================================*/

.taxiRuteBox {
  margin-left: 90px;
}
.taxiRute {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  height: 40px;
  padding-top: 5px;
  padding-left: 30px;
  border-left: 5px solid #b5675b;

      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
}
.taxiStop {
  font-size: 1.6rem;
}
.taxiStop .red {
  color: #9e3f4a;
  font-size: 2.0rem;
}
.taxiStop .taxiTime {
  display: inline-block;
  margin: 0 5px;
  font-size: 3.0rem;
}
.taxiPrice {
  margin-top: 10px;
  font-size: 1.8rem;
}

/*=========================================

	車

=========================================*/

#carBox {
  margin: 86px auto 100px;
}
.carRuteBox {
  width: 960px;
  margin-left: 90px;
}
.carRute {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 480px;
  padding-top: 5px;
  padding-left: 30px;
	margin-bottom: 20px;
  border-left: 5px solid #b5675b;

      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
}
.carStop {
  font-size: 1.6rem;
}
.carStop .red {
  color: #9e3f4a;
  font-size: 2.0rem;
}
.carStop .carTime {
  display: inline-block;
  margin: 0 5px;
  font-size: 3.0rem;
}
.carArrival {
  margin-top: 10px;
  font-size: 1.8rem;
}
.taxiRuteBox p{
	clear: both;
}
h3 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 1000px;
  margin: 60px auto 30px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 2px solid #e7ded3;
  font-size: 1.8rem;
  line-height: 1;

      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
}
.cartableBox {
  width: 952px;
  margin: 0 auto;
}
.carTable {
  float: left;
  width: 476px;
}
.carTableTitle {
  margin-bottom: 18px;
  font-size: 2.0rem;
}
.carTableTitle span {
  font-size: 1.4rem;
}
.carTable th,
.carTable td {
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
  vertical-align: text-top;
  font-size: 1.5rem;
}
.carTable th {
  width: 110px;
  color: #917f54;
}
.carTable td {
  width: 362px;
}
.carTable ul {
  padding-left: 10px;
}
.carTable li {
  position: relative;
  list-style: none;
}
.carTable li:before {
  position: absolute;
  top: 0;
  left: -14px;
  content: "・";
}
.parking {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 60px;

      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
}
.parking span {
  position: absolute;
  left: 0;
}


/*=========================================

	Retina用背景画像の指定

=========================================*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .busStop:before {
    background: url(../images/access/iconBusstop@2x.png) no-repeat;
    -webkit-background-size: 13px 18px;
            background-size: 13px 18px;
  }
  .busStop:after {
    background: url(../images/access/iconBusarrow@2x.png) no-repeat;
    -webkit-background-size: 65px 18px;
            background-size: 65px 18px;
  }
}
