@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : infonumazu.css
 author     : Ability Consultant
 style info : （交通案内）沼津方面から
=================================================================== */
/*----------------------------------------------//*/
/* *Media Queries								//*/
/*----------------------------------------------//*/
/*tab*/
/*sp*/
/*----------------------------------------------//*/
/* *Variable									//*/
/*----------------------------------------------//*/
/* メインカラム*/
/* フォントのベースサイズ*/
/* フォントのベーカラー*/
/*----------------------------------------------//*/
/* *Placeholder									//*/
/*----------------------------------------------//*/
/* コンテンツ幅 - baceWidth*/
.con_car ul, .con_guide .box_guide {
  max-width: 1200px;
  margin: auto;
  /*min-width ~ max-width*/
  /*tab & sp*/
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .con_car ul, .con_guide .box_guide {
    width: 95%;
  }
}
@media print {
  .con_car ul, .con_guide .box_guide {
    width: 95%;
  }
}
.ie8 .con_car ul, .con_car .ie8 ul, .ie8 .con_guide .box_guide, .con_guide .ie8 .box_guide {
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  .con_car ul, .con_guide .box_guide {
    width: 95%;
  }
}

/* クリアフィックス - clearFix*/
.con_map:after, .con_car:after, .con_car ul:after, .con_guide:after, .con_guide .box_guide:after {
  content: "";
  display: table;
  clear: both;
}

/*----------------------------------------------//*/
/* *Function									//*/
/*----------------------------------------------//*/
/* %計算*/
/*----------------------------------------------//*/
/* *mixin										//*/
/*----------------------------------------------//*/
/* フォントサイズ*/
/* @include fsz(任意のサイズ,親要素のサイズ); ※px不要*/
/* 値を振り分け - choiceValue*/
/* @include cV(プロパティ,pc幅,tab~sp幅); or @include cV(プロパティ,pc幅,tab幅,sp幅);*/
/* ホバー*/
/* @include hover {*/
/*		style*/
/* }*/
/* 幅を決めて中央寄せ - choiceWidth*/
/* @include cW(任意の幅px);*/
/* 画像を拡大*/
/* @include zoomImg(拡大率,x軸基点);*/
/* リンクの下線を逆にする*/
/* @include reverseDecoration;*/
/* 縦方向のグラデーション(IE8対応)*/
/* @include gradient(上側のカラー,下側のカラー);*/
/*icon style*/
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/*@include dots(#color1,#color2,width);*/
/*@include btn_slider(#color1,#color2,size);*/
/*Keyframes srcoll*/
@-moz-keyframes srcoll {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }

  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes srcoll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes srcoll {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }

  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* -----------------------------------------------------------
	topicpath
----------------------------------------------------------- */
.topicpath {
  margin-bottom: 0;
}

/* -----------------------------------------------------------
	con_map
----------------------------------------------------------- */
.con_map {
  background: url(../access/infonumazu/images/bg_info.jpg) repeat;
  border-bottom: 1px solid #e6e5e0;
  padding: 34px 0 40px;
  /*tab*/
  /*sp*/
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map {
    padding: 20px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_map {
    padding: 1em 2.5% 1em;
  }
}
.con_map h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  font-size: 247%;
  /*tab*/
  /*sp*/
  padding-bottom: 24px;
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map h3 {
    font-size: 216%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map h3 {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map h3 {
    padding-bottom: 3%;
  }
}
.con_map .txt_top {
  font-size: 116%;
  /*tab*/
  /*sp*/
  line-height: 1.8;
  /*sp*/
  text-align: center;
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .txt_top {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .txt_top {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .txt_top {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .txt_top {
    text-align: left;
  }
}
.con_map .note {
  color: #940000;
  padding-top: 17px;
  /*sp*/
  text-align: center;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_map .note {
    padding-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .note {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	con_car
----------------------------------------------------------- */
.con_car {
  padding-top: 80px;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_car {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_car {
    padding-top: 2em;
  }
}
.con_car .txt_desc {
  text-align: center;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_car .txt_desc {
    text-align: left;
  }
}
.con_car .txt_desc span {
  text-align: center;
  /*sp*/
  background: #e37b0c;
  color: #fff;
  padding: .7em 1.2em;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_car .txt_desc span {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_car .txt_desc span {
    display: block;
  }
}
.con_car ul {
  padding-top: 40px;
  /*tab*/
  /*sp*/
  /*tab & sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_car ul {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_car ul {
    padding-top: 4%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_car ul {
    width: 100%;
  }
}
.con_car ul li {
  width: 29.77778%;
  margin-right: 5.33333%;
  float: left;
  /*sp*/
  border: 3px solid #f3f2eb;
  margin-bottom: 40px;
  /*tab*/
  /*sp*/
  padding-top: 60px;
  /*tab*/
  /*sp*/
  position: relative;
  /*pc*/
  /*tab*/
}
.con_car ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_car ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_car ul li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_car ul li {
    margin-bottom: 4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_car ul li {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_car ul li {
    padding-top: 8%;
  }
}
.con_car ul li:nth-child(3n+1) {
  clear: left;
}
.con_car ul li:after {
  content: '';
  background: url(../access/infonumazu/images/ic_right.png) no-repeat;
  width: 27px;
  height: 50px;
  position: absolute;
  top: 88px;
  /*tab*/
  /*sp*/
  right: -14%;
  font-weight: normal;
  /*tab*/
  /*sp*/
  /*sp_s*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_car ul li:after {
    top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_car ul li:after {
    top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_car ul li:after {
    right: -15%;
    width: 20px;
    height: 40px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_car ul li:after {
    background: url(../access/infonumazu/images/ic_bottom.png) no-repeat;
    width: 50px;
    height: 27px;
    right: 50%;
    margin-right: -25px;
    top: auto;
    bottom: -7.5%;
  }
}
@media only screen and (max-width: 543.5px) {
  .con_car ul li:after {
    width: 35px;
    height: 20px;
    -webkit-background-size: 35px auto;
    background-size: 35px auto;
    margin-right: -17px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_car ul li:nth-child(3n+3):after {
    background: none;
  }
}
@media print {
  .con_car ul li:nth-child(3n+3):after {
    background: none;
  }
}
.ie8 .con_car ul li:nth-child(3n+3):after {
  background: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_car ul li:nth-child(3n+3):after {
    background: none;
  }
}
.con_car ul li:last-child {
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_car ul li:last-child {
    margin-bottom: 2em;
  }
}
.con_car ul li:last-child:after {
  background: none;
}
.con_car ul li .num {
  text-align: center;
  color: #fff;
  background: #748c13;
  width: 48px;
  /*sp*/
  height: 48px;
  /*sp*/
  line-height: 48px;
  /*sp*/
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  /*sp*/
  left: 50%;
  font-size: 154%;
  /*tab*/
  /*sp*/
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_car ul li .num {
    width: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_car ul li .num {
    height: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_car ul li .num {
    line-height: 3;
  }
}
@media only screen and (max-width: 767px) {
  .con_car ul li .num {
    top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_car ul li .num {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_car ul li .num {
    font-size: 124%;
  }
}
.con_car ul li .img {
  text-align: center;
  padding-bottom: 30px;
  /*sp*/
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_car ul li .img {
    padding-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_car ul li .img {
    padding-left: 3%;
    padding-right: 3%;
  }
  .con_car ul li .img img {
    width: 100%;
  }
}
.con_car ul li .box_txt {
  background: #f3f2eb;
  padding: 24px 20px;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_car ul li .box_txt {
    padding: 1em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_car ul li .box_txt {
    padding: 1.5em 2%;
  }
}
.con_car ul li .box_txt h5 {
  font-size: 131%;
  /*tab*/
  /*sp*/
  text-align: center;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_car ul li .box_txt h5 {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_car ul li .box_txt h5 {
    font-size: 131%;
  }
}
.con_car ul li .box_txt h6 {
  color: #748c13;
  padding: 1em 0 .5em;
}
.con_car ul li .box_txt .txt {
  line-height: 2;
}
.con_car ul li .box_txt .txt span {
  color: #b50303;
}
.con_car ul li .box_txt .note {
  padding-left: 5px;
  line-height: 2;
}
.con_car ul li .box_txt .note span {
  color: #b50303;
}

/* -----------------------------------------------------------
	con_guide
----------------------------------------------------------- */
.con_guide {
  background: url(../access/images/bg_bus.jpg) repeat;
  padding: 60px 0;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_guide {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide {
    padding: 5% 0;
  }
}
.con_guide .box_guide {
  background: #fbfae6;
  border: 6px solid #c7cf0e;
  position: relative;
  padding: 20px 30px;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_guide .box_guide {
    padding: 2% 3% 1em;
  }
}
.con_guide .box_guide .img {
  float: left;
  width: 243px;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_guide .box_guide .img {
    width: 18.40708%;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_guide .img {
    width: 100%;
  }
}
.con_guide .box_guide .img img {
  width: 100%;
}
.con_guide .box_guide .box_txt {
  float: left;
  width: 69.9115%;
  /*sp*/
  margin-left: 2.65487%;
  /*sp*/
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_guide .box_guide .box_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_guide .box_txt {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_guide .box_txt {
    margin-top: 4%;
  }
}
.con_guide .box_guide .box_txt h5 {
  font-size: 185%;
  /*tab*/
  /*sp*/
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_guide .box_guide .box_txt h5 {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_guide .box_txt h5 {
    font-size: 139%;
  }
}
.con_guide .box_guide .box_txt h5 span {
  color: #e54b16;
}
.con_guide .box_guide .box_txt h5 i {
  padding-right: 8px;
}
.con_guide .box_guide .box_txt .txt {
  margin: .8em 0;
  font-size: 108%;
}
.con_guide .box_guide .box_txt .btn a {
  padding: .3em 1.5em;
  font-weight: normal;
  font-size: 108%;
}
