@charset "UTF-8";

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

/* 共通  */
#map_canvas {
  width: 100%;
  height: 300px;
  margin-top: 10px;
}

#profile .large {
  font-size: 1.8em;
}

#profile a {
  color: #a1670B;
  background-color: transparent;
  transition: 300ms;
}

#jiritu ol li {
  font-size: 1.4em;
}

#access a:link {
  color: #00f;
}

#piakan ul {
  padding: 0;
  list-style-type: none;
	font-size: 1.4em;
}

#piakan ul li {
	position: relative;
	padding-left: 1.5em;
}

#piakan ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	font: var(--fa-font-solid);
  content: "\f105";
  font-size: 0.8em;
  line-height: 2;
  color: #000;
  background-color: transparent;
}

#piakan .under-1 {
  border-bottom: solid 2px #000;
}

#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: #fff;
  background-color: #cc4435;
  text-align: center;
}

#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;
}

#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;
}

#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;
}

#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;
}

#jiritu ol {
	margin-left: 0;
}

#jiritu ol li {
	position: relative;
  font-size: 1.4em;
  padding-left: 0.5em;
}

.ruby_flag {
  #jiritu ol li {
    margin-right: 0.5em;
    line-height: 1.8;
  }

  #piakan p.tei {
    line-height: 2;
  }

  #piakan p.tei ruby[data-ruby]::before {
    bottom: 68%;
  }
}

/*	PC    */
@media screen and (min-width: 1200px) {
  td {
    font-size: 1.4em;
  }
}

/*	TB    */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  td {
    font-size: 1.2em;
  }
}

/*	SP    */
@media screen and (max-width: 767px) {
 #title h2 {
  color: #fff;
	background-color: transparent;
 }
}