@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:768px){
	.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:768px){
	.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:768px){
body{
	font-size: 1.3rem;
	}
.pc{
	display:none !important;
	}
}
@media screen and (min-width:769px){ 
.sp{
	display:none !important;
	}
}
img{
	vertical-align: top;
	max-width:100%;
	height:auto;
}
.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);
  }
}
.map{
	width: 100%;
	margin: -8px 0 0 0;
}

@media screen and (max-width:768px){
	.map{
		width: 100%;
		margin: 20px auto 0 auto;
	}
}
.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:768px){
	.bus-caution{
	margin: 0 0.2em;
}
	.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: flex-start;
	-webkit-justify-content: flex-start;
}
.col-2{
	width: 49%;
	margin: 0;
}
@media screen and (max-width:768px){
	.col-2{
		width:98%;
		margin: 0;
	}
	.col-2:last-child{
		margin: 0 0 2em 0;
	}
}
@media screen and (min-width:769px){
.col-4{
	width:24%;
	margin: 0 0 1em 1%;
}
}
@media screen and (max-width:768px){
	.col-4{
		width:47;
		margin: 0 0 1em 2%;
	}
}
.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: #0068b7;
}
.p-txt{
	font-size: 1rem;
	text-align: center;
}
@media screen and (max-width:768px){
	.p-txt{
		font-size: 1.6rem;
	}
}
.p-right{
	font-size: 0.7rem;
	text-align: right;
	margin: 0;
}
@media screen and (max-width:768px){
	.p-right{
		font-size: 1rem;
		margin: 0.2em 0;
	}
}
.btn {
	background-color: #0068b7;
	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: #0068b7;
	width: 350px;
	margin: 0.5em auto 2em auto !important;
	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;
	}
}
.blue-txt{
	color: #0068b7;
	font-weight: bold;
}