@charset "UTF-8";

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

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

#bosyuu {
  padding-top: 150px;
  margin-top: -150px;
}

#enjoy h3,
#jyukou h3,
#bosyuu h3,
#jyuuhou h3,
#enjoy-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: #27ae60;
  text-align: center;
}

#jyuuhou a {
  color: #f39c12;
  background-color: transparent;
  transition: 300ms;
}

#toppage-news a:hover,
#toppage-news a:focus {
  color: #2a6496;
  background-color: transparent;
  text-decoration: underline;
}

#enjoy ul,
#kyotaku ul,
#jyuuhou ul {
  position: relative;
  padding: 0;
  list-style-type: none;
  font-size: 1.6em;
}

#enjoy ul li,
#kyotaku ul li,
#jyuuhou ul li {
  position: relative;
  padding-left: 2em;
}

#enjoy ul li::before,
#kyotaku ul li::before,
#jyuuhou ul li::before {
	font: var(--fa-font-solid);
  content: "\f105";
  font-size: 0.8em;
  position: absolute;
	top: 0.2em;
  left: 0.5em;
  color: #804000;
  background-color: transparent;
}

#jyuuhou ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: number;
  font-size: 1.4em;
}

#jyuuhou ol li {
  position: relative;
  line-height: 2em;
  padding: 0.5em 0.5em 0.5em 2.5em;
}

#jyuuhou ol li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  color: #000;
	background-color: transparent;
	border: 1px solid #000;
  border-radius: 40px;
  top: 1.35em;
  left: 0.5em;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  transform: translateY(-50%);
}

#kyotaku ol.kome,
#jyuuhou ol.kome {
  position: relative;
  padding: 0;
	counter-reset: number;
  list-style-type: none;
  font-size: 1.4em;
}

#kyotaku ol.kome li,
#jyuuhou ol.kome li {
  position: relative;
  padding-left: 2.5em;
}

#kyotaku ol.kome li::before,
#jyuuhou ol.kome li::before {
  counter-increment: number;
  content: '※' counter(number);
  position: absolute;
	border: 0;
  left: 0.5em;
}

.ruby_flag {
	#enjoy ul li::before,
	#kyotaku ul li::before,
	#jyuuhou ul li::before {
		top: 0.5em;
	}
}

#jyukou ul.kome {
  position: relative;
  padding: 0;
  list-style-type: none;
}
 
#jyukou ul.kome li {
  position: relative;
  padding-left: 1em;
}
 
#jyukou ul.kome li::before {
  content: '※';
  position: absolute;
  left: -0.5em;
}

#bosyuu img {
  margin: 0 auto;
}

#enjoy-access a:link {
  color: #00f;
  background-color: transparent;
}

#enjoy-access a:hover {
  color: #ff0000;
  background-color: transparent;
}

#jyukou table th {
  width: 30%;
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-color: #222222;
}

#jyukou table td {
  width: 70%;
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-color: #222222;
}

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

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

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

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

/*  pc  */
@media (min-width: 1200px) {
  .navbar .tel p {
    font-size: 1.4em;
    line-height: 1.2;
    text-align: right;
  }
}

/*  TB	*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
}

/*  SP	*/
@media screen and (max-width: 767px) {
  #title {
    margin-top: 39px;
  }

	#title h2 {
		color: #fff;
		background-color: transparent;
	}

	#jyukou h3 {
		font-size: 1.2em;
	}
}