@charset "utf-8";
.pull-right {
	float: right;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
}
.btn-book{
    font-size: 28px;
    font-weight: bold;
    color: #fff !important;
    padding: 13px 50px 15px 50px;
    border-radius: 8px;
    box-shadow: 0px -3px 1px #751923 inset;
    background-color: #bc242c;
    display: inline-block;
}
.btn-book:hover{
	background-color: #751923;
	transition: all ease 0.3s;
}
.title-cm{
	font-family: Microsoft YaHei;
	font-size: 52px;
	color: #dd2a2e;
    font-weight: bold;	
	padding: 60px 0 30px 0;
	text-align: center;
}

/*---------- banner -----------*/
.banner{
	position: relative;
}
.in-banner,
.img-banner-osaka,
.banner{
	width: 100%;
}
.in-banner{
	position: absolute;
	top:8.5vw;
}
.bnr-content h1{
	font-family: Microsoft YaHei;
	font-size: 155px;
	line-height: 100%;
	font-weight: bold;
	color: #d3111c;
   -webkit-text-fill-color: #d3111c; 
   -webkit-text-stroke-width: 3px;
   -webkit-text-stroke-color: #0b1c29;
}
.bnr-content p{
    font-family: Microsoft YaHei;
    font-size: 30px;
	line-height: 100%;
    color: #153a55;
    display: inline-block;
    margin-top: -40px;
}
.bnr-content{
    display: inline-block;
    text-align: left;
}
.banner .btn-book{
    margin-bottom: -30px;
    margin-top: 15px;	
}
.bnr-content{
		margin-left: 42%;
}
.in-banner .container{
	text-align: inherit;
}
.in-banner{
		top: 6.5vw;
}
/*---------- End banner -----------*/

/*---------- About Osaka -----------*/
.about-osaka{
	width: 100%;
	background-color: #1d3548;
	position: relative;
	margin-top: 20px;
}
.about-osaka > .col-md-6{
	padding: 0;
	overflow: hidden;
}
.about-osaka .title-cm{
    color: #ffbc3a;
    text-align: left;
    font-weight: bold;
    padding: 0 0 30px 0;
}
.about-osaka p{
	color: #fff;
	font-size: 22px;
	line-height: 35px;
	padding-bottom: 20px;
}
.about-bg{
	padding: 45px 0 !important;
	max-width: inherit;
    flex: initial;
    width: 50%;
    height: 100%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.about-bg > div{
	background: url(img/bg-opacity.jpg) repeat right top;
	float: right;
    width: 28%;
    height: 100%;
}
.about-osaka > .in-about{
	position: absolute;
	top:0;
	width: 100%;
    z-index: 10;
}
.box-gourmet,
.imglist {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.imglist > div{
	padding: 0;
}
.imglist img{
	width: 100%;
}
.about-osaka > .col-md-6 > img{
    width: 100%;
}

.in-about .container .col-md-6{
	position: relative;
	overflow: hidden;
}
.in-about .container .col-md-6:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.in-about .container .col-md-6 > div{
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px 0 50px;
}


/*---------- End About Osaka -----------*/
/*---------- sightseeing -----------*/
.box-sightseeing{
	background: url(img/bg-spots.jpg) no-repeat bottom right #fff9e8;
	background-size: auto 100%;
	padding-bottom: 80px;
}



/*---------- End box-sightseeing -----------*/
/*---------- gourmet -----------*/
.box-gourmet{
	background: url(img/bg-gourmet.jpg) no-repeat top center #0e2421;
	background-size: 100% auto;
	padding-bottom: 80px;
}


/*---------- End box-gourmet -----------*/


.nav-fixed {
  background: #dc4144;
}
.nav-fixed ul li {
  display: inline-block;
  width: 32.33333333%;
  text-align: center;
}
.nav-fixed ul li a {
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 13px 0;
}
.the-title {
  font-size: 35px;
  color: #dd2a2e;
  font-weight: bold;
  text-align: center;
  font-family: Microsoft YaHei;
}
.sightseeing-spots {
  padding: 40px 0;
  background: #fff9e8;
}
.cont-spots {
  overflow: hidden;
}
.cont-spots .row {
    margin-left: -5px;
    margin-right: -5px;
}
.cont-spots .col-sm-6 {
	margin-bottom: 20px;
	padding: 0 5px;	
}
.img-thumbs-spots img {
  display: block;
	width: 100%;
}
.des-spots-items {
  background: #fff;
  padding: 10px 10px 35px 10px;
  border: solid 1px #d2c6a4;
}
.des-spots-items h3 {
  margin-bottom: 10px;
}
.des-spots-items h3,
.des-spots-items h3 a{
	color: #d7552d;
  font-size: 20px;
  line-height: 100%;
	font-weight: bold;
}
.des-spots-items p {
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.booking {
    text-align: center;
    padding-top: 20px;
    clear: both;
}
.btn-view .glyphicon{
	font-size: 12px;
	margin-left: 5px;
}
.des-spots-items{
	position: relative;
}
.btn-view{
    text-align: right;
    display: block;
    font-size: 13px;
	position: absolute;
	bottom:10px;
	right: 15px;
	color: #d7552d !important;
}
.des-spots-items h3 a:hover,
.btn-view:hover{
	color: #337ab7 !important;
	transition: all ease 0.3s;
}

/*---------- Search box -----------*/
.tit-lv2-area {
    background-color: #f22048;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 30px;
}
.circlearea {
    margin-right: 8px;
    width: 43px;
    height: 43px;
    display: inline-block;
    background: url(/st/share/area/layout/tit2maru.png) top left no-repeat;
    position: relative;
    margin-bottom: 0!important;
}
.absmid {
    vertical-align: middle;
    margin-bottom: .25em;
}
.circleicon {
    width: 43px;
    position: absolute;
    top: 8px;
    left: 0;
    text-align: center;
    display: block;
}
.circleicon img {
    display: inline-block;
}

.search-area {
	margin-top: 30px;
	padding-bottom: 70px;
}

@media screen and (max-width:1550px) {
	.bnr-content p{
	    font-size: 2vw;
	}
	.bnr-content h1{
        font-size: 11vw;
    	line-height: 100%;
	}
}
@media screen and (max-width:1440px) {
	.about-osaka > .col-md-6{
		overflow: hidden;
		max-width: inherit;
		flex: initial;
		width: 50%;
	}
	.about-osaka > .col-md-6 > img{
	    height: 100%;
		width: auto;
		max-width: inherit;
		float: right;
	}
	.box-gourmet{
	    background-size: auto 100%;
	}
	
	
}
@media screen and (max-width:1170px) {
	.about-bg > div{
		width: 20%;
	}

}
@media screen and (max-width:991px) {
	.about-osaka p{
	    font-size: 18px;
    	line-height: 24px;
	}
	.title-cm{
		font-size: 45px;
	}
	.in-banner{
		    top: 5.5vw;
	}
	.bnr-content p{
	font-size: 2.6vw;
	}
	.bnr-content h1{
	    font-size: 14vw;
		letter-spacing: -4px;
		-webkit-text-stroke-width: 2px;
	}
	.banner .btn-book{
		font-size: 20px;
		padding: 10px 30px 14px 30px;
	}
}
@media screen and (max-width:768px) {
	.about-osaka > .col-sm-12 {
		width: 100%;
	}
	.about-osaka > .col-md-6 > img {
		height: inherit;
		width: 160%;
		max-width: inherit;
		float: right;
	}
	.about-osaka .title-cm{
	    padding: 0 0 15px 0;
	}
	.title-cm {
		font-size: 43px;
	}
	.about-osaka p {
		font-size: 16px;
		line-height: 22px;
	}
}
@media screen and (max-width:767px) {
	.bnr-content {
		margin-left: 20%;
	}
	.img-banner-osaka{
	    width: 140%;
		max-width: inherit;
		margin-left: -40%;
	}
	.in-banner {
		top: 7.5vw;
	}
	.bnr-content p {
		font-size: 3.3vw;
		font-weight: bold;
	}
	.bnr-content h1 {
		font-size: 19vw;
		line-height: 100%;
	}
	.about-osaka > .in-about{
		position: inherit;
		background: url(img/bg-opacity-m.jpg) repeat-y top right;
	}
	.about-osaka > .col-xs-12{
		width: 100%;
	}
	.about-osaka > .col-md-6 > img{
		width: 100%;
		height: auto;
	}
	.in-about,
	.in-about .container .col-md-6{
		height: auto !important;
	}
	.in-about .container .col-md-6{
		position: inherit;
	}
	.in-about .container .col-md-6:before{
		content: none;
	}
	.in-about .container .col-md-6 > div{
		position: inherit;
		transform: none;
	}
	.in-about .container .col-md-6 > div{
		padding: 40px 0;
	}
	.about-bg{
		display: none;
	}
	.in-about .container .col-md-6 > div {
		padding: 30px 0;
	}
	.about-osaka .title-cm{
		text-align: center;
	}
	.nav-fixed ul {
		text-align: justify;
	}
	.nav-fixed ul li {
		display: inline-block;
		width: auto;
	}
	.nav-fixed ul li a{
		font-size: 16px;
		padding: 20px 0 3px 0;
	}
	.nav-fixed ul:after {
		content: '';
		width: 100%; 
		display: inline-block;
	}
	.box-sightseeing{
		background-size: auto;
	}
	.banner .btn-book {
		font-size: 16px;
		padding: 10px 20px 14px 20px;
	}
	.bnr-content p{
		font-weight: bold;
	}
	
}

@media screen and (max-width:480px) {
	.mt20{
		margin-top: 7px;
	}
	.cont-spots .col-xs-6{
		width: 100%;
	}
	.title-cm{
		font-size: 28px;
		padding: 30px 0 25px 0;
	}
	.about-osaka p {
		font-size: 15px;
		line-height: 17px;
	}
	.about-osaka .title-cm{
	    padding: 0 0 15px 0;
	}
	.in-about .container .col-md-6 > div {
		padding: 25px 0 15px 0;
	}
	
}

@media screen and (max-width:320px) {
	.nav-fixed ul li a {
		font-size: 14px;
		padding: 16px 0 2px 0;
	}
}



















