@charset "UTF-8";
* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #111;
	line-height: 1.6em;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
img {
	border: 0
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.cap {
	font-size: 80%;
	margin-top: -3px;
	margin-bottom: 10px;
	text-align: center;
}
.ttl01 {
	font-size: 140%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-weight: bold;
}
.ttl02 {
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
}
.ttl02 .link {
	text-decoration: none;
	background-color: #EA5312;
	color: #FFF;
	padding: 5px;
    float: none;
}


/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.fl_right {
	float: right !important;
}

.tospring {
	text-align: center;
	font-size: 14px;
    font-weight: bold;
    color: #FFF;
    background-color: #E51572;
    text-align: center;
    padding: 1%;
	border-radius: 10px;
	width: 50%;
	margin: -50px 23% 50px;
}
.tospring a:link, .tospring a:visited {
    color: #FFF;
	text-decoration: none;
}

/* PC */
@media print, screen and (min-width: 751px){
.pc_none {
  display: none;
}

#mv-wrapper {
	width: 100%;
	z-index: 99;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-height: 600px;
	height: 600px;
}
#mv-wrapper h1 {
background-color: rgba(13,49,130,0.8);
text-align: center;
font-size: 30px;
font-weight: bold;
color: #fff;
position: absolute;
bottom: -1px;
width: 100%;
font-family: 'Balthazar', serif;
letter-spacing: 0.05em;
}
#mv-wrapper .bnr_yobi {
	position: absolute;
	right: 20px;
	bottom: 48px;
	/*width: 460px;
	height: 430px;*/
	width: 380px;
	height: 355px;
}
#mv-wrapper .bnr_yobi img {
	width: 100%;
}
#mv-wrapper .bnr_kouryaku {
	position: absolute;
	right: 15px;
    bottom: 60px;
    width: 250px;
    height: 250px;
}
#mv-wrapper .bnr_kouryaku img {
	width: 100%;
}
#contents-wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 50px 20px;
}
#intro {
	margin-bottom: 50px;
}
#intro h2 {
	overflow: hidden;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
#intro h2 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
    color: #183773;
    font-weight: bold;
}
#intro h2 span::before,
#intro h2 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 3px;
	background-color: #183773;
	color: #333;
}
#intro h2 span::before {
	right: 100%;
}
#intro h2 span::after {
	left: 100%;
}
#intro .map {
}
#intro .map iframe {
	height: 400px;
}
.nav {
	list-style-type: none;
	margin-bottom: 100px;
}
.nav li {
	text-align: center;
	float: left;
	width: 310px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.nav li a {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px;
	display: block;
	text-decoration: none;
}
.nav li::before {
	content: '';/*ボックス作成*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #C9C9C9;
	z-index: -1;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
}
.nav li a.select {
	color: #333;
}
.nav li a.select::before {
	content: '';/*ボックス作成*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(177,237,255,0.80);
	z-index: -1;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
}
.nav li a:hover {
	color: #FFF;
}
.nav li a:hover::before {
	content: '';/*ボックス作成*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(177,237,255,0.80);
	z-index: -1;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
}
.nav2 {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 30px;
}
.nav2 p {
font-size: 14px;
text-align: right;
margin-top: 5px;
width: 100%;
float: left;
color: #f00;
}
.nav2 li {
	text-align: center;
	float: left;
	width: 475px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.nav2 li a {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px;
	display: block;
	text-decoration: none;
}
.nav2 li::before {
	content: '';/*ボックス作成*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #fff0bb;
	z-index: -1;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
}
.nav2 li a:hover {
	color: #333;
}
.nav2 li a:hover::before {
	content: '';/*ボックス作成*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #ffd9b2;
	z-index: -1;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
}

.main_ttl h3 {
	font-size: 30px;
	font-weight: bold;
	color: #78ccff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #78ccff;
	margin-bottom: 20px;
}
.main_ttl h5 a {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #00A0E8;
	text-align: center;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	text-decoration: none;
	display: block;
	width: 100px;
	float: right;
	text-decoration:none;
}
.main_ttl img {
	float: left;
	margin-right: 10px;
	margin-top: -20px;
}
.day-wrapper {
	background-color: #F7F7F7;
	position: relative;
	margin-bottom: 80px;
}
.day1 {
	background-color: #2DA7E0;
	width: 20px;
	padding: 10px;
	float: left;
}
.day2 {
	background-color: #ED7E99;
	width: 20px;
	padding: 10px;
	float: left;
}
.day3 {
	background-color: #8EC31E;
	width: 20px;
	padding: 10px;
	float: left;
}
.day4 {
	background-color: #F48345;
	width: 20px;
	padding: 10px;
	float: left;
}
.day1 span, .day2 span, .day3 span, .day4 span {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	display: block;
}
.day_inner {
	padding: 10px;
	float: right;
	width: 940px;
}
.route {
	position: relative;
	background-image: url(image/route_bg.png);
	background-repeat: repeat-y;
	background-position: 30px top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 90px;
}
.route.bg_none {
	background: none;
}
.photo {
	float: right;
	width: 240px;
	margin-right: 10px;
}
.photo img {
	width: 100%;
	margin-bottom: 5px;
}
.contents {
	float: left;
	width: 580px;
}
.contents2 {
	float: left;
	width: 100%;
}
.place {
	padding: 0px 5px;
	border: 5px solid #F4CC1E;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background-color: #FFF;
}
.place .ttl {
	font-size: 30px;
	font-weight: bold;
	float: left;
}
.place .routemap {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.place .routemap a {
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	background-color: #91529C;
	color: #FFF;
	padding: 5px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.place .routemap a:hover {
	background-color: #86029D;
}
.place .timetable {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.place .timetable a {
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	background-color: #00A0E8;
	color: #FFF;
	padding: 5px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.place .timetable a:hover {
	background-color: #41C4FF;
}
.place .stop {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.place .stop a {
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	background-color: #FF6ACC;
	color: #FFF;
	padding: 5px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.place .stop a:hover {
	background-color: #DF4DAD;
}
.link {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.link a img {
	height: 18px;
	margin-left: 5px;
	vertical-align: text-bottom;
}
.link a {
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	background-color: #EA5312;
	color: #FFF;
	padding: 5px;
}
.link a:hover {
	background-color: #FE8652;
}
.arrival {
	background-color: #009943;
	padding: 5px;
	float: left;
	width: 570px;
	margin-bottom: 10px;
}
.arrival_time {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	float: left;
}
.arrival_time span {
	font-size: 18px;
	font-weight: bold;
	color: #009943;
	background-color: #FFF;
	text-align: center;
	margin-right: 10px;
	padding: 5px 10px;
	width: 50px;
}
.arrival_time span2 {
	font-size: 14px;
	font-weight: bold;
	color: rgba(255,237,0,1.00)
}
.arrival_time span.pl {
	margin-left: 56px;
	background: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: left;
	width: auto;
}
.departure {
	background-color: #E51572;
	padding: 5px;
	float: left;
	width: 570px;
	margin-bottom: 10px;
}
.departure_time {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: left;
}
.departure_time span {
	font-size: 18px;
	font-weight: bold;
	color: #E51572;
	background-color: #FFF;
	text-align: center;
	margin-right: 10px;
	padding: 5px 10px;
	width: 50px;
}
.departure_time span.pl {
	margin-left: 56px;
	background: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: left;
	width: auto;
}
.busline {
	font-size: 15px;
	font-weight: normal;
	margin-left: 10px;
	float: left;
	color: #FFF;
}
.busline img {
	width: 25px;
	vertical-align: sub;
	margin-right: 5px;
}
.detail {
	font-size: 14px;
	font-weight: normal;
	margin-left: 70px;
	margin-bottom: 20px;
	clear: both;
	line-height: 2em;
}
.detail img {
	width: 35px;
	margin: 0 5px 0 -40px;
	vertical-align: middle;
}
.detail a {
	background-color: #EA5312;
    color: #FFF;
    padding: 5px;
	text-decoration: none;
}
.detail span {
	font-size: 14px;
	font-weight: normal;
	color: rgba(255,0,4,1.00);
}
.express_timetable {
	width: 300px;
	clear: both;
}
.express_timetable a {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #00A0E8;
	text-align: center;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	text-decoration: none;
	display: block;
}
.express_timetable a:hover {
	background-color: #41C4FF;
}
.duration {
	width: 60px;
	height: 47px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #F4CC1E;/* 円の色 */
	text-align: center;
	position: absolute;
	left: 1px;
	top: 19px;
	margin-top: -40px;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 10px;
}
.duration span {
	font-size: 28px;
	line-height: 30px;
	display: block;
}
.duration_walk {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -30px;
}
.duration_walk p {
	width: 60px;
	height: 50px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #1E50F4;/* 円の色 */
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 10px;
	color: #FFF;
	position: relative;
}
.duration_walk p span {
	font-size: 28px;
	line-height: 30px;
	display: block;
	color: #FFF;
}
.duration_walk .icon {
	width: 50px;
	position: absolute;
	left: -21px;
	top: -29px;
	z-index: 2;
}
.duration_walk .icon2 {
	width: 50px;
	position: absolute;
	left: -21px;
	top: 50px;
	z-index: 2;
}
.duration_walk .icon img,.duration_walk .icon2 img {
	width: 100%;
}
.hotel {
	width: 580px;
}
.hotel .caption {
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	background-color: #777;
	padding: 5px;
	margin-bottom: 10px;
}
.hotel img {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.hotel .name {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 220px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.hotel .name span a {
	font-size: 13px;
	line-height: 15px;
	color: #FFF;
	background-color: #999;
	margin-left: 10px;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
	margin-bottom: 5px;
}
.hotel .name span a:hover {
	background-color: #666;
}
.hotel .name span img {
	width: 16px;
	margin-left: 5px;
	vertical-align: text-bottom;
	float: none;
	margin-right: 0;
}
.hotel .txt {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.airplane {
	width: 240px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.airplane img {
	width: 100%;
}
footer p {
	background-color: #183773;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	font-family: 'Balthazar', serif;
	letter-spacing: 0.05em;
}

.time01 {
	float: left;
	width: 96%;
	padding: 2%;
	margin-bottom: 10px;
}
.time01 table {
	float: left;
	width: 96%;
	padding: 2%;
	border-spacing: 0;
}
.time01 table th{
	border-bottom: solid 2px #183773;
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
}
.time01 table td{
	border-bottom: solid 2px #ddd;
	text-align: center;
	padding: 10px 0;
}
.time01 p {
	width: 98%;
	padding: 1%;
	float: left;
}

#pagetop {
	height: 70px;
	width: 70px;
	bottom: 25px;
	position: fixed;
	right: 20px;
	z-index: 6;
}
#pagetop p {
	height: 70px;
	width: 70px;
	display: block;
	overflow: hidden;
	position: relative;
}
#pagetop p a {
	background-image: url(image/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 0px;
	width: 70px;
	padding-top: 70px;
}

.comingsoon {
	font-size: 36px;
	color: #fff;
	background-color: #FF0004;
	text-align: center;
	margin-bottom: 30px;
}
}


/* SP */
@media only screen and (max-width: 750px) {
.sp_none {
  display: none;
}

#mv-wrapper {
	width: 100%;
	z-index: 99;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-height: 400px;
	height: 400px;
}
#mv-wrapper h1 {
	background-color: rgba(13,49,130,0.8);
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-family: 'Balthazar', serif;
	letter-spacing: 0.05em;
}
#mv-wrapper .bnr_yobi {
	position: absolute;
	right: 5px;
	bottom: 32px;
	width: 200px;
	height: 187px;
}
#mv-wrapper .bnr_yobi img {
	width: 100%;
}
#mv-wrapper .bnr_kouryaku {
	position: absolute;
	right: 10px;
    bottom: 40px;
    width: 150px;
    height: 150px;
}
#mv-wrapper .bnr_kouryaku img {
	width: 100%;
}
#contents-wrapper {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 50px 10px;
}
#intro {
	margin-bottom: 30px;
}
#intro h2 {
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2em !important;
}
#intro h2 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
}
#intro h2 span::before,
#intro h2 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 3px;
	background-color: #183773;
}
#intro h2 span::before {
	right: 100%;
}
#intro h2 span::after {
	left: 100%;
}
#intro .map {
}
.nav {
	list-style-type: none;
	margin-bottom: 100px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.nav li {
	text-align: center;
	float: left;
	width: 29.3333%;
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
}
.nav li a {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px;
	display: block;
	text-decoration: none;
}
.nav li::before {
	content: '';/*ボックス作成*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #C9C9C9;
	z-index: -1;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
}
.nav li a.select {
	color: #FFF;
}
.nav li a.select::before {
	content: '';/*ボックス作成*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #EB6000;
	z-index: -1;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
}
.nav li a:hover {
	color: #FFF;
}
.nav li a:hover::before {
	content: '';/*ボックス作成*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #AAA;
	z-index: -1;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
}
.nav2 {
	list-style-type: none;
	margin-bottom: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -80px;
}
.nav2 p {
	font-size: 10px;
	text-align: center;
	margin-top: 55px;
	width: 100%;
	float: left;
}
.nav2 li {
	text-align: center;
	float: left;
	width: 46%;
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
    top: 50px;
}
.nav2 li a {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px;
	display: block;
	text-decoration: none;
}
.nav2 li::before {
	content: '';/*ボックス作成*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #fff0bb;
	z-index: -1;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
}
.nav2 li a.select {
	color: #333;
}
.nav2 li a.select::before {
	content: '';/*ボックス作成*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #ffd9b2;
	z-index: -1;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
}
.nav2 li a:hover {
	color: #333;
}
.nav2 li a:hover::before {
	content: '';/*ボックス作成*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #ffd9b2;
	z-index: -1;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
}

.main_ttl {
	text-align: center;
}
.main_ttl h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FF55B1;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7F4E20;
	margin-bottom: 20px;
	padding-top: 5px;
}
.main_ttl h5 a {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #00A0E8;
	text-align: center;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	text-decoration: none;
	display: block;
	width: 40%;
	text-decoration: none;
	margin-right: 30%;
	margin-bottom: 20px;
	margin-left: 30%;
}
.main_ttl img {
	width: 120px;
	vertical-align: middle;
}
.day-wrapper {
	background-color: #F7F7F7;
	position: relative;
	margin-bottom: 50px;
}
.day1 {
	background-color: #2DA7E0;
	width: 8%;
	padding: 10px 5px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.day2 {
	background-color: #ED7E99;
	width: 8%;
	padding: 10px 5px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.day3 {
	background-color: #8EC31E;
	width: 8%;
	padding: 10px 5px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.day4 {
	background-color: #F48345;
	width: 8%;
	padding: 10px 5px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.day1 span, .day2 span, .day3 span, .day4 span {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	display: block;
}
.day_inner {
	width: 92%;
	padding: 10px;
	float: right;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.route {
	position: relative;
	background-image: url(image/route_bg.png);
	background-repeat: repeat-y;
	background-position: 15px top;
	background-size: 10px 133px;
	-moz-background-size: 10px 133px;
	-webkit-background-size: 10px 133px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.route.bg_none {
	background: none;
}
.photo {
	width: 100%;
}
.photo img {
	width: 100%;
	margin-bottom: 5px;
}
.contents {
	float: left;
	width: 100%;
}
.place {
	padding: 0px 5px;
	border: 3px solid #F4CC1E;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background-color: #FFF;
}
.place .ttl {
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	float: left;
	margin-right: 5px;
}
.place .routemap {
	float: left;
	margin-right: 5px;
	clear: both;
}
.place .routemap a {
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
	background-color: #91529C;
	color: #FFF;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.place .routemap a:hover {
	background-color: #86029D;
}
.place .timetable {
	float: left;
	margin-right: 5px;
}
.place .timetable a {
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
	background-color: #00A0E8;
	color: #FFF;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.place .timetable a:hover {
	background-color: #41C4FF;
}
.place .stop {
	float: left;
	margin-right: 5px;
}
.place .stop a {
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
	background-color: #FF6ACC;
	color: #FFF;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.place .stop a:hover {
	background-color: #DF4DAD;
}
.link {
	float: left;
	margin-right: 5px;
}
.link a img {
	height: 15px;
	margin-left: 5px;
	vertical-align: text-bottom;
}
.link a {
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
	background-color: #EA5312;
	color: #FFF;
	padding: 5px;
}
.link a:hover {
	background-color: #FE8652;
}
.arrival {
	background-color: #009943;
	padding: 5px;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.arrival_time {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	float: left;
	margin-right: 5px;
}
.arrival_time span {
	font-size: 14px;
	font-weight: bold;
	color: #009943;
	background-color: #FFF;
	text-align: center;
	margin-right: 5px;
	padding: 5px;
}
.arrival_time span2 {
	font-size: 11px;
	font-weight: bold;
	color: rgba(255,237,0,1.00)
}
.arrival_time span.pl {
	background: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	float: left;
	width: auto;
	padding: 0;
}
.departure {
	background-color: #E51572;
	padding: 5px;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.departure_time {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	float: left;
	margin-right: 5px;
}
.departure_time span {
	font-size: 14px;
	font-weight: bold;
	color: #E51572;
	background-color: #FFF;
	text-align: center;
	margin-right: 5px;
	padding: 5px;
}
.departure_time span.pl {
	background: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	float: left;
	width: auto;
	padding: 0;
}
.busline {
	font-size: 13px;
	font-weight: normal;
	float: left;
	color: #FFF;
}
.busline img {
	width: 20px;
	vertical-align: sub;
	margin-right: 5px;
	margin-top: 2px;
}
.detail {
	font-size: 13px;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	clear: both;
}
.detail img {
	width: 20px;
	margin: 0 5px 0 -25px;
	vertical-align: middle;
}
.detail a {
	background-color: #EA5312;
    color: #FFF;
    padding: 5px;
	text-decoration: none;
}
.detail span {
	font-size: 13px;
	font-weight: normal;
	color: rgba(255,0,4,1.00);
}
.express_timetable {
	width: 160px;
}
.express_timetable a {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #00A0E8;
	text-align: center;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	text-decoration: none;
	display: block;
}
.express_timetable a:hover {
	background-color: #41C4FF;
}
.duration {
	width: 40px;
	height: 30px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #F4CC1E;/* 円の色 */
	text-align: center;
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -20px;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 5px;
}
.duration span {
	font-size: 18px;
	line-height: 18px;
	display: block;
}
.duration_walk {
	width: 40px;
	height: 30px;
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -20px;
}
.duration_walk p {
	width: 40px;
	height: 30px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #1E50F4;/* 円の色 */
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 5px;
	color: #FFF;
	position: relative;
}
.duration_walk p span {
	font-size: 18px;
	line-height: 18px;
	display: block;
	color: #FFF;
}
.duration_walk .icon {
	width: 40px;
	position: absolute;
	left: -20px;
	top: -25px;
	z-index: 2;
}
.duration_walk .icon2 {
	width: 40px;
	position: absolute;
	left: -20px;
	top: 35px;
	z-index: 2;
}
.duration_walk .icon img,.duration_walk .icon2 img {
	width: 100%;
}
.hotel {
}
.hotel .caption {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #777;
	padding: 5px;
	margin-bottom: 10px;
}
.hotel img {
	width: 100%;
	margin-bottom: 5px;
}
.hotel .name {
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.hotel .name span a {
	font-size: 13px;
	line-height: 15px;
	color: #FFF;
	background-color: #999;
	margin-left: 10px;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
	margin-bottom: 5px;
}
.hotel .name span a:hover {
	background-color: #666;
}
.hotel .name span img {
	width: 16px;
	margin-left: 5px;
	vertical-align: text-bottom;
	float: none;
	margin-right: 0;
	margin-bottom: 0;
}
.hotel .txt {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}
.airplane {
	width: 120px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.airplane img {
	width: 100%;
}
footer p {
	background-color: #183773;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	font-family: 'Balthazar', serif;
	letter-spacing: 0.05em;
}

.time01 {
	float: left;
	width: 96%;
	padding: 2%;
	margin-bottom: 10px;
}
.time01 table {
	float: left;
	width: 96%;
	padding: 2%;
	border-spacing: 0;
}
.time01 table th{
	border-bottom: solid 2px #183773;
	padding: 10px 0;
	font-size: 10px;
	font-weight: bold;
}
.time01 table td{
	border-bottom: solid 2px #ddd;
	font-size: 10px;
	text-align: center;
	padding: 10px 0;
}
.time01 p {
	width: 100%;
	float: left;
	font-size: 12px;
	margin-top: 10px;
}

#pagetop {
	height: 40px;
	width: 40px;
	bottom: 10px;
	position: fixed;
	right: 10px;
	z-index: 6;
}
#pagetop p {
	height: 40px;
	width: 40px;
	display: block;
	overflow: hidden;
	position: relative;
}
#pagetop p a {
	background-image: url(image/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:cover;
	display: block;
	height: 0px;
	width: 40px;
	padding-top: 40px;
}
.comingsoon {
	font-size: 30px;
	color: #fff;
	background-color: #FF0004;
	text-align: center;
	margin-bottom: 80px;
}
}
