@charset "UTF-8";

/* 共通  */

.media-heading {
	margin: 15px 0 5px 30px;
  line-height: 1;
  color: #000;
  background-color: transparent;
}

.ruby_flag {
  h3 ruby[data-ruby]::before {
    bottom: 80%;
  }

  #pia-info h4 ruby[data-ruby]::before {
    bottom: 115%;
  }

  #pia-taisei li {
    line-height: 1.8;
  }

}

/*	PC    */
@media screen and (min-width: 1200px) {
  #title {
    width: 100%;
    background: linear-gradient(150deg, #f7e3c4 0%, #f7e3c4 50%, #ff9c33 50%, #ff9c33 100%);
  }

  .navbar .tel p {
    font-size: 1.4em;
    line-height: 1.2;
    text-align: right;
  }

  .top-brand {
    margin-top: 30px;
    padding-bottom: 40px;
  }

  td {
    font-size: 1.4em;
  }

  #pia-info th,
  #pia-gaiyou th,
  #pia-naiyou th,
  #pia-taisei th {
    position: sticky;
    width: 30%;
    text-align: center;
  }

  #pia-info td,
  #pia-gaiyou td,
  #pia-naiyou td,
  #pia-taisei td {
    width: 70%;
  }

  #pia-taisei td span {
    display: none;
  }
}

/*	TB    */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #title {
    width: 100%;
    background: linear-gradient(150deg, #f7e3c4 0%, #f7e3c4 50%, #ff9c33 50%, #ff9c33 100%);
  }

  td {
    font-size: 1.2em;
  }

  #pia-info th,
  #pia-gaiyou th,
  #pia-naiyou th,
  #pia-taisei th {
    position: sticky;
    font-size: 1em;
    width: 30%;
    text-align: center;
  }

  #pia-info td,
  #pia-gaiyou td,
  #pia-naiyou td,
  #pia-taisei td {
    width: 70%;
    font-size: 1em;
  }

  #pia-taisei td span {
    display: none;
  }
}

/*	SP    */
@media screen and (max-width: 767px) {
  #title {
    width: 100%;
    background: linear-gradient(180deg, #f7e3c4 0%, #f7e3c4 20%, #ff9c33 80%, #ff9c33 100%);
  }

  #pia-info th,
  #pia-taisei th {
    position: sticky;
    display: block;
    width: 100%;
    text-align: center;
  }

  #pia-info td,
  #pia-taisei td,
  #pia-gaiyou th,
  #pia-gaiyou td,
  #pia-naiyou th,
  #pia-naiyou td {
    display: block;
    width: 100%;
    font-size: 1.2em;
  }
}
#pia-taisei .table tbody>tr>td.midashi.hyou-pctb {
  display: none;
}

#pia h4,
#nagare h4,
#tetuzuki h4 {
  color: #ffcdac;
  background-color: transparent;
  font-size: 1.6em;
	padding: 10px 0 5px 0;
  font-weight: bold;
}

#pia-gaiyou ol li,
#pia-naiyou ul li,
#pia-taisei ul li {
  font-size: 1.4em;
}

#pia-naiyou ul,
#pia-taisei ul {
  margin-left: 0;
}

#pia-naiyou ul li,
#pia-taisei ul li {
  position: relative;
  padding-left: 0.5em;
}

#pia-gaiyou ol {
	position: relative;
	padding-left: 2em;
}
 
#pia-gaiyou ol li {
	padding-left: 0.5em;
}

#tetuzuki ol {
	margin: 0 0 0 25px;
  padding: 0;
  list-style-type: none;
}

#tetuzuki ol li {
  background-image: url(none);
  background-position: 10px 8px;
  background-repeat: no-repeat;
  text-align: left;
  font-size: 1.8em;
  list-style-type: decimal;
}

#pia-info h3,
#pia-gaiyou h3,
#pia-naiyou h3,
#pia-taisei h3,
#pia-access h3 {
  font-size: 1.6em;
	padding: 10px 0 5px 0;
  font-weight: normal;
	border: 2px solid transparent;
	border-radius: 5px;
  margin-bottom: 10px;
  color: #000;
  background-color: #ffcdac;
  text-align: center;
}

#pia-info h4,									
#pia-gaiyou h4,
#pia-naiyou h4,
#pia-taisei h4 {
  font-size: 1.6em;
  line-height: 1;
	position: relative;
	padding-left: 25px;
  margin-bottom: 0.75em;
}
 
#pia-info h4::before,	
#pia-gaiyou h4::before,
#pia-naiyou h4::before,
#pia-taisei h4::before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #ff8000;
}
 
#pia-info h4::after,
#pia-gaiyou h4::after,
#pia-naiyou h4::after,
#pia-taisei h4::after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px #ff8000;
}

#pia-taisei a {
  color: #8c4600;
  background-color: transparent;
}

#pia-taisei a:hover {
  color: #00f;
  background-color: transparent;
}

#pia-access .table tbody>tr>td.bus.blue {
  background-image: url('../../images/bus-blue.png');
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: left;
}

#pia-access .table tbody>tr>td.bus.pink {
  background-image: url('../../images/bus-pink.png');
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: left;
}

#pia-access .table tbody>tr>td.bus.red {
  background-image: url('../../images/bus-red.png');
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: left;
}

#pia-access .table tbody>tr>td.bus.green {
  background-image: url('../../images/bus-green.png');
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: left;
}

#pia-taisei li {
  font-size: 1.4em;
}

#pia-info a:link,
#pia-access a:link {
  color: #00f;
}