@charset "utf-8";
/* CSS Document */
.h3-ttl{
	padding: 1em;
	font-size: 1.1rem;
	text-align: left;
	font-weight: bold;
	line-height: 1.4;
	font-family: canada-type-gibson, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width:767px){
	.h3-ttl{
		font-size: 1.6rem;
	}
}
.contents{
	width: 980px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 20px;
	text-align: left;
	padding-top: 0;
	font-family: canada-type-gibson, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
}
.h1-icon{
	min-height:88px;
	color:#fff;
	background:#33add6 url(/images/common/h1-background.gif) 0 100% repeat-x;
	}
.h1-icon span{
	background:url("/02_information/yodo-uwajima-bus/img/ticket.png") 0 center no-repeat;
	max-width: 913px;
	padding-left: 67px;
	display:block;
	margin:0 auto 0 auto;
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 147%;
	text-align:left;
	font-weight:100;
}
@media screen and (max-width:767px){
	.h1-icon span{
		font-size: 50%;
	}
}

.effect-fade{
	opacity : 0;
	transform : translate(0, 50px); 
	transition : all 1500ms;
}
.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
@media print{
	.effect-fade{
		transform : translate(0, 0px);
		opacity : 1;
	}
}
@media screen and (max-width:767px){
body{
	font-size: 1.3rem;
	}
.pc{
	display:none !important;
	}
}
@media screen and (min-width:768px){ 
.sp{
	display:none !important;
	}
}
img{
	vertical-align: top;
	max-width:100%;
	height:auto;
}

.main-img{
	background: url("/02_information/yodo-uwajima-bus/img/top-bk.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left 50%;
	background-size: 100%;
}

.logo{
	width: 100%;
	margin: 5% 0 0 0;
}
.fadeRight{
	animation-name:fadeRightAnime;
	animation-duration: 4.5s;
	animation-fill-mode:forwards;
	opacity:1;
}

@keyframes fadeRightAnime{
  from {
	  opacity: 0;
	  transform: skew(-25deg) translateX(10px);
  }

  to {
	  opacity: 1;
	  transform: skew(0deg) translateX(-10px);
  }
}

.detail{
	width: 80%;
	margin: -10px 10% 30px 10%;
}

@media screen and (max-width:767px){
	.detail{
		width: 100%;
		margin: 20px auto 0 auto;
	}
}

.map{
	width: 100%;
	margin: -8px 0 0 0;
}

@media screen and (max-width:767px){
	.map{
		width: 100%;
		margin: 20px auto 0 auto;
	}
}
.h5-ttl{
	padding: 0;
	margin: 0;
	font-size: 1.1rem;
	text-align: left;
	font-weight: bold;
	line-height: 1.4;
}
@media screen and (max-width:767px){
	.h5-ttl{
		font-size: 1.6rem;
	}
}
.font-small{
	font-size: 0.8rem;
}
@media screen and (max-width:767px){
	.teiryujo{
		font-size: 1.5rem;
		width: 65%;
	}
	.font-small{
		font-size: 1.2rem;
	}
}
.bus-caution{
	margin: 1.2em;
}
.bus-caution li{
	font-size: 1rem;
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1em;
}
.bus-caution li::before{
	content: "◆";
}
@media screen and (max-width:767px){
	.bus-caution li{
		font-size: 1.6rem;
	}
}
.map-flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
}
.flex--bet{
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.col-4{
	width:24%;
	margin: 0 0 1em 0;
}
@media screen and (max-width:767px){
	.col-4{
		width:46%;
		margin: 0 0 1em 0;
	}
}
.h4-ttl{
	position: relative;
	padding: 2em 1em 0.2em 1em;
	text-align: center;
	font-size: 1.6rem;
	clear: both;
	margin: 0 0 2em 0;
	line-height: 2;
}

.h4-ttl::before {
	position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #006CB6;
}
.sub-ttl{
	background: #006CB6;
	color: #ffffff;
	padding: .3em .5em;
	font-size: 1rem;
}
.jikoku-img{
	width: 90%;
	padding: 0 0 2em 3.5em;
}
@media screen and (max-width:768px){
	.jikoku-img{
	width: 100%;
	padding: 0;
}
}

.info-table{
	width: 980px;
	margin: 2em auto;
	border-collapse: collapse;
	border: none;
}
.info-table tr th{
	position: relative;
	font-size: 1rem;
	color: #ffffff;
	width: 15%;
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
	border: none;
	background: #367294;
}
.info-table tr th::after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 50px);
	right: -40px;
	border-left: 40px solid #367294;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
}
@media all and (-ms-high-contrast: none) {
  .info-table tr th::after{
	  display: none;
	}
}

.info-table tr td{
	font-size: 1rem;
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
	border: none;
	background: #ffffff;
}
@media screen and (max-width:768px){
	.info-table tr td{
		background: transparent;
	}
}
@media screen and (min-width:769px){
	.info-station{
		padding-left: 3em!important;
	}
}
@media screen and (max-width:768px){
	.info-table{
		width: 94%;
		margin: 0 auto;
	}
	
	.info-table tr th::after{
		display: none;
	}
	.info-table,
	.info-table tbody,
	.info-table tr td{
		display: block;
		font-size: 1.6rem;
		padding: 0;
		margin: 0.5em 0.5em 0;
	}
	.info-table tr{
		display: block;
		margin-bottom: 1em;
	}
	.info-table tr th{
		font-size: 1.8rem;
		width: 97%;
	}
	.info-station{
		font-weight: bold;
	}
	.info-pl-1{
		padding-left: 1em!important;
	}
}
.p-txt{
	font-size: 1rem;
	text-align: center;
}
.btn {
	background-color: #005bac;
	width: 330px;
	text-align: center;
	margin: 1em auto 3em auto;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.3);
	height: 55px;
	border-radius: 10px;
}
.btn a {
	display: block;
	text-decoration: none;
	color: #fff;
	line-height: 55px;
	font-size: 1rem;
}
.btn:hover {
	opacity: 0.75;
}
@media screen and (max-width:768px){
	.btn {
	background-color: #005bac;
	width: 350px;
	margin: 0 auto;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.3);
	height: 55px;
	border-radius: 10px;
	}
	.btn:last-of-type {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.p-txt{
		font-size: 1.6rem;
	}
}