@charset "UTF-8"

a:link {color:#0000cc;}
a:visited {color:#0000cc;}
a:hover {color:#0f5709; }
a:active {color:#ffff00;}


@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

h2{
	position: relative;
	text-align: center;
	font-size:30px;
}
h2::before{
	position: absolute;
	top: 50%;
	z-index: 1;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	background: linear-gradient(-45deg, transparent, #325A8C 10%, #325A8C 90%, transparent);
}
h2 span{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 20px;
	background: rgba(250, 250, 250, 0.9);
	text-align: left;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em auto;
    padding: 0;
		width:50%;
}


.wrapper{
	background: rgba(250, 250, 250, 0.9);
	box-shadow: 0px 5px 17px -5px rgba(0, 0, 0, 0.8);
	width:1125px;
	margin: 0 auto 15px;
}

body{
background-image: url("../images/bg_sakura.png"),
	-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #aff0ae), color-stop(0.00, #fbfffd));
background-image: url("../images/bg_sakura.png"),
	-webkit-linear-gradient(top, #fbfffd 0%,  #aff0ae 100%);
background-image: url("../images/bg_sakura.png"),
	-moz-linear-gradient(top, #fbfffd 0%,  #aff0ae 100%);
background-image: url("../images/bg_sakura.png"),
	-o-linear-gradient(top, #fbfffd 0%,  #aff0ae 100%);
background-image: url("../images/bg_sakura.png"),
	-ms-linear-gradient(top, #fbfffd 0%,  #aff0ae 100%);
	background-image: url("../images/bg_sakura.png"),
	linear-gradient(top, #fbfffd 0%,  #aff0ae 100%);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*overflow-x:hidden;*/
}

.osaka, .hankyu, .subway, .common{
	text-align:center;
	margin-top: -80px;
	padding-top: 80px;
}


.container_pp {
	display: inline-flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
}

.shadow {
	display: inline-block;
	box-shadow: 0px 5px 12px -5px rgba(0, 0, 4, 0.9);
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 30px;
}

.pagetop a {
	background: rgba(102, 102, 102, 0.8);
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 20px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index:2;
}

.pagetop a:hover {
	text-decoration: none;
	background: rgba(153, 153, 153, 0.8);
}

a{
  cursor: pointer;
}


.flex {
	display:flex;
	flex-direction: column;
	justify-content: center;
}

.image_contents{
	margin-bottom:35px;
}

.image_contents p{
	font-size: 22px;
	font-weight:bold;
}



.icon{
	width:100px;
	margin:0 25px;
}

.h2midashi{
	font-size:250%;
	position:relative;
	top:-40px;
	right:420px;
}


@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .ieworks1h3 {
	position:relative;
	left: 0px;
	bottom:10px;
  }
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .ieworks1 {
	position:relative;
	left: 7px;
	bottom:30px;
  }
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .ieworks3 {
	position:relative;
	left: 0px;
	bottom:10px;
  }
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .ieworks4 {
	position:relative;
	left: 7px;
	bottom:-34px;
  }
}


footer{
width:100%;
height: 70px;
text-align: center;
font-size:0.95em;
background-color: #ffffff;
padding:10px 0 10px 0;
display:block;
margin:0 -10px -10px -10px ;
position:absolute;
}

footer a{
	text-decoration: none;
}


footer a:hover {
	text-decoration: underline;
}



.sticky1{
	top:0;
}

#nav1{
	position: -webkit-sticky;
  position: sticky;
  top: 0;
	overflow: hidden;
	z-index:555;
  list-style-type: none;
	padding-left: 0;
	width:1128px;
	margin:0 auto;
	text-shadow: 2px 2px 4px #333;
}

ul li{
	width:280px;
	height:50px;
	float:left;
	border:1px solid rgb(23, 134, 91);
}

ul li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #2a9c60), color-stop(0.00, #32b06d));
	background: -webkit-linear-gradient(top, #32b06d 0%, #2a9c60 100%);
	background: -moz-linear-gradient(top, #32b06d 0%, #2a9c60 100%);
	background: -o-linear-gradient(top, #32b06d 0%, #2a9c60 100%);
	background: -ms-linear-gradient(top, #32b06d 0%, #2a9c60 100%);
	background: linear-gradient(top, #32b06d 0%, #2a9c60 100%);
	text-decoration: none;
	color:#fff;
	font-size: 19px;
	font-weight: bold;
	display: block;
	padding: 5px 10px 5px 10px;
	text-align: center;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height: 40px;
}

ul#nav1 li a:hover {
    opacity: 0.7;
}
