/*
======== table of content. =================================
　osaka
============================================================
*/
/* ----------------------------------------------------------------------------
　common
---------------------------------------------------------------------------- */
/* text */
.text10{
  font-size:10px;
  line-height:150%;
}
.text11{
  font-size:11px;
  line-height:150%;
}
.text12{
  font-size:12px;
  line-height:150%;
}
.text13{
  font-size:13px;
  line-height:150%;
}
.text14{
  font-size:14px;
  line-height:150%;
}
.text15{
  font-size:15px;
  line-height:150%;
}
.text16{
  font-size:16px;
  line-height:150%;
}
.text17{
  font-size:17px;
  line-height:150%;
}
.text18{
  font-size:18px;
  line-height:150%;
}
.text19{
  font-size:19px;
  line-height:150%;
}
.text20{
  font-size:20px;
  line-height:150%;
}
.text21{
  font-size:21px;
  line-height:150%;
}
.text22{
  font-size:22px;
  line-height:150%;
}
.text23{
  font-size:23px;
  line-height:150%;
}
.text24{
  font-size:24px;
  line-height:150%;
}
.letterspacing1 {
  letter-spacing: -1px;
}
.letterspacing2 {
  letter-spacing: -2px;
}
.letterspacing3 {
  letter-spacing: -3px;
}
.hover{
  display:none;
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  z-index:2;
  background:url("../images/hover.png");
}
/* ----------------------------------------------------------------------------
　basic
---------------------------------------------------------------------------- */
#contentHeader{
  width:924px;
  margin:0 auto 10px;
}
#main{
  width:924px !important;
  margin:0 auto;
}
/* ----------------------------------------------------------------------------
　main_slide
---------------------------------------------------------------------------- */
#main_slide{
  width:924px;
  /*
  height:331px;
  */
  position:relative;
  margin:auto;
  margin-bottom:10px;
}
#main_slide .title_area{
  display: table;
  width:924px;
  height:61px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:10;
  background:url("../images/title_area_bg.png");
}
#main_slide .title_area h2{
  display: table-cell;
  width:18%;
  vertical-align: middle;
}
#main_slide .title_area h2 img{
width:100%;
vertical-align: middle;
}
#main_slide .title_area .lead{
  display: table-cell;
  color:#666;
  line-height:150%;
  vertical-align: middle;
  padding-right:10px;
}
#main_slide .title_area .lead span {
  position: relative;
}
#slide_case{
width:924px;
/*
height:331px;
*/
position: relative;
z-index:5;
}
#slide_case p{
width:100%;
position: absolute;
top: 0px;
left: 0px;
display: none;
}
#slide_case a{
cursor:pointer;
}
#main_slide .prev{
position: absolute;
top: 50%;
left: 15px;
padding-top: 66px;
margin-top: -58px;
z-index: 6;
cursor: pointer;
}
#main_slide .next{
position: absolute;
top: 50%;
right: 15px;
padding-top: 66px;
margin-top: -58px;
z-index: 6;
cursor: pointer;
}

/* ----------------------------------------------------------------------------
　wrapper__inner(上書き設定)
---------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .wrapper__inner {
    width: 320px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .wrapper__inner {
    width: 924px;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------
　tab_menu
---------------------------------------------------------------------------- */
#tab_menu{
  height:151px;
  position:relative;
  z-index:2;
}
#tab_menu{display: inline-block;}
/* Exclude Mac IE \*/
#tab_menu{display: block;}
/**/
#tab_menu:after{content:".";display:block;clear:both;height:0;visibility: hidden;}


#tab_menu li{
  width:177px;
  height:151px;
  float:left;
  margin-right:10px;
}
#tab_menu li a{
  display:block;
  width:177px;
  height:151px;

  text-indent:100%;
  white-space:nowrap;
  overflow: hidden;

  background:url("../images/tab_menu_bg.png") 0 0 no-repeat;
}
#tab_menu .namba{
  margin-right:9px;
}
#tab_menu .hotels{
  margin-right:0px;
}


/* namba */
#tab_menu .namba a{
  background-position:0 0;
}
#tab_menu .namba a:hover{
  background-position:0 -151px;
}
#tab_menu .namba .on,
#tab_menu .namba .on:hover{
  background-position:0 -302px;
}

/* umeda */
#tab_menu .umeda a{
  background-position:-177px 0;
}
#tab_menu .umeda a:hover{
  background-position:-177px -151px;
}
#tab_menu .umeda .on,
#tab_menu .umeda .on:hover{
  background-position:-177px -302px;
}

/* tennoji */
#tab_menu .tennoji a{
  background-position:-354px 0;
}
#tab_menu .tennoji a:hover{
  background-position:-354px -151px;
}
#tab_menu .tennoji .on,
#tab_menu .tennoji .on:hover{
  background-position:-354px -302px;
}

/* bay */
#tab_menu .bay a{
  background-position:-531px 0;
}
#tab_menu .bay a:hover{
  background-position:-531px -151px;
}
#tab_menu .bay .on,
#tab_menu .bay .on:hover{
  background-position:-531px -302px;
}

/* hotels */
#tab_menu .hotels a{
  background-position:-708px 0;
}
#tab_menu .hotels a:hover{
  background-position:-708px -151px;
}
#tab_menu .hotels .on,
#tab_menu .hotels .on:hover{
  background-position:-708px -302px;
}



/* ----------------------------------------------------------------------------
　outline
---------------------------------------------------------------------------- */
.tab_contents .outline{
  margin-bottom:30px;
  position:relative;
}
.tab_contents .btn_1 {
  display: block;
  position: relative;
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
  padding: 13px 45px;
  background: #333;
  font-size: 32px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: opacity .2s;
}
.tab_contents .btn_1:hover {
  opacity: 0.8;
}
.tab_contents .btn_1:before {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 12px;
  width: 27px;
  height: 27px;
  border-radius: 100px;
  background: #fff;
  content: '';
}
.tab_contents .btn_1:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 21px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform-origin: 100% 0;
  rotate: 45deg;
  content: "";
}
/* bgcolor */
#namba .outline{
  background-color:#ff8400;
}
#umeda .outline{
  background-color:#e90000;
}
#tennoji .outline{
  background-color:#0042ff;
}
#bay .outline{
  background-color:#ff33cc;
}
#hotels .outline{
  background-color:#00bb1a;
}

.tab_contents .outline .photo{
  width:163px;
  float:left;
}
.tab_contents .outline .text{
  width:234px;
  padding:10px 15px 0px;
  float:left;
  color:#fff;
  line-height:170%;
  box-sizing: content-box;
}
.tab_contents .outline .map{
  width:467px;
  float:left;
}


/* ----------------------------------------------------------------------------
　tab_contents
---------------------------------------------------------------------------- */
.tab_contents{
  background-color:#ebebeb;
  padding:25px 15px 15px;
  position:relative;
  z-index:1;
  visibility:hidden;
  top:-12px;
}

.tab_contents h3{
  text-align:center;
  height:55px;
}

.tab_contents h4{
  text-align:center;
  background-color:#333;

  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
}


/* recommended_hotels */
.recommended_hotels{
  background-color:#fff;
  padding:15px 15px 40px;
}


/* box */
.recommended_hotels .box{
  width:425px;
  float:left;
  margin:0 14px 5px 0;
}
.recommended_hotels .box a{
  display:block;
  text-decoration:none;
  padding:10px 10px 50px;
  position:relative;
  cursor:pointer;

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;

  box-shadow: 0px 0px 0px 0px #bbb;
  -webkit-transition:0.1s;
  -moz-transition:0.1s;
  transition:0.1s;
}
.recommended_hotels .box a:hover{
  background-color:#e7e7e7;

  box-shadow: 0px 10px 15px 0px #aaa;
  -webkit-transition:0.1s;
  -moz-transition:0.1s;
  transition:0.1s;
  top:-2px;
}


.recommended_hotels .box a .title{
  margin-bottom:13px;
  min-height:39px;
  position:relative;
}
.recommended_hotels .box a .title h5{
  width:345px;
  color:#000;
  font-weight:normal;
  line-height:130%;
  position:relative;
  text-decoration:underline;
}

/* none_rank */
.recommended_hotels .none_rank a .title h5{
  width:100%;
}

.recommended_hotels .box a:hover .title h5{
  text-decoration:none;
}
.recommended_hotels .box a .title .rank{
  position:absolute;
  top:0px;
  right:0px;
}
.recommended_hotels .box a .title .rank img{
  vertical-align:bottom;
}

.recommended_hotels .box a .copy{display: inline-block;}
/* Exclude Mac IE \*/
.recommended_hotels .box a .copy{display: block;}
/**/
.recommended_hotels .box a .copy:after{content:".";display:block;clear:both;height:0;visibility: hidden;}

.recommended_hotels .box a .text{
  width:215px;
  float:left;
  color:#555;
  word-break:break-all;
}

/* none_photo */
.recommended_hotels .none_photo a .text{
  width:100%;
}
.recommended_hotels .box a .photo{
  width:180px;
  position:relative;
  float:right;
}
.recommended_hotels .box a:hover .photo .hover{
  display:block;
}

.recommended_hotels .box a .price{
  line-height:120%;
  margin-top:10px;
  text-align:center;
  color:#333;
}
.recommended_hotels .box a .price strong{
  color:#ec5658;
  line-height:120%;
  margin:0 8px;
}
.recommended_hotels .box a .cap{
  margin-top:8px;
  line-height:130%;
  color:#666;
  word-break:break-all;
  text-align:center;
}
.recommended_hotels .box a .btn_detail{
  width:405px;
  height:30px;
  text-indent:120%;
  white-space:nowrap;
  overflow: hidden;
  position:absolute;
  left:10px;
  bottom:10px;
  background:url("../images/btn_detail.png") 0 0 no-repeat;
}
.recommended_hotels .box a:hover .btn_detail{
  background-position:0 -30px;
}


/* btn_more */
.recommended_hotels .btn_more{
  text-align:center;
  *margin-top:25px;
}


/* bnr_features */
.bnr_features{
  margin-top:25px;
}



/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 100%;
	z-index: 1000;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
    width: 50px;
    height: 50px;
    line-height:50px;
	text-align: center;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
#main_slide .W100{
position: relative;
width:100%;
z-index:1;
}
.mainContent .tab_menu{
display:none;
}
.wrapper .wrapper__inner .mainContent .accCt{
display:block;
}
#nav{
display:none;
}




.mainContent .onsen {
background-color: #ffffff;
}

.mainContent .onsen  ul{
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
	margin-bottom:20px;
}

.mainContent .onsen li{
	float: left;
    width: 275px;
    margin-right: 16px;
    margin-top: 15px;
}

.mainContent .onsen li:last-child{
	margin-right:0;}

.mainContent .onsen li span{
    text-align: center;
    display: block;
	padding-top:10px;
}

.mainContent .onsen h4{
    text-align: center;
    background-color: #333;
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    font-weight: normal;
    font-family: "Times New Roman", Georgia, Serif;
    color: #fff;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 2px;
}
.mainContent .onsen img{
	max-width:100%;
}


.mainContent .onsen .btn_more{
	text-align:center;
	margin-bottom:30px;
}


/*
 SP -------------------------------------*/
@media screen and (max-width: 960px) {
	#nav{
	width: 100%;
	overflow: hidden;
	display:block;
	}
	#nav.navFixed ul{
    position: fixed;
    top: 0;
    left: 0;
    padding-top:4px;
    z-index: 9999;
	background:#fff;
	}
	#nav ul{
	padding-left:3px;
	padding-right:3px;
	}
	#nav ul li{
	width:20%;
	float:left;
	}
	#nav ul li a{
	display: block;
	margin:1px 3px;
	}
	#nav ul li a img{
	width:100%;
	}
	.wrapper .wrapper__inner .mainContent .accCt{
	width:100%;
	}
	#sapporo .accCt{
	display:block;
	}
	.mainContent .tab_menu{
	display:block;
	}
	.mainContent .tab_menu .sapporo a{
	display:block;
	color: #1b8ecd;
    padding-bottom: 7px;
    border-bottom: 2px solid #1b8ecd;
	}
	.mainContent .tab_menu .plus{
	display:none;
	}
	.mainContent .tab_menu .minus{
	display:block;
	}
	.mainContent .tab_menu.active p a .plus{
	display:block;
	}
	.mainContent .tab_menu.active p a .minus{
	display:none;
	}
	.mainContent .tab_menu p a .plus{
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -13px;
	}
	.mainContent .tab_menu p a .minus{
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -24px;
	}
	.mainContent .tab_menu p a .plus{
    width: 30px;
    height: 30px;
    font-size: 38px;
    text-align: center;
    line-height: 30px;
	}
	.mainContent .tab_menu p a .minus{
    width: 30px;
    height: 30px;
    font-size: 38px;
    text-align: center;
    line-height: 30px;
	}
	.mainContent .tab_menu .douou a{
	display:block;
	color: #ce5e83;
    padding-bottom: 7px;
    border-bottom: 2px solid #ce5e83;
	}
	.mainContent .tab_menu .dohoku a{
	display:block;
	color: #669c0c;
    padding-bottom: 7px;
    border-bottom: 2px solid #669c0c;
	}
	.mainContent .tab_menu .doto a{
	display:block;
	color: #a176c4;
    padding-bottom: 7px;
    border-bottom: 2px solid #a176c4;
	}
	.mainContent .tab_menu .donan a{
	display:block;
	color: #ce8700;
    padding-bottom: 7px;
    border-bottom: 2px solid #ce8700;
	}


	.mainContent .tab_menu p a{
	font-size: 24px;
	font-weight: bold;
	line-height: 120%;
	text-decoration: none;
	}



	.tab_contents{
	top:0 !important;
    padding: 15px 6px;
    margin-bottom:5px;
    display:block !important;
	}
  .tab_contents .btn_1 {
    margin-top: 20px;
    font-size: 18px;
  }
	#main_slide{
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 0;
	}
	#main_slide .title_area{
	display:table;
	table-layout: fixed;
    position: static;
    width: 100% !important;
    background: #eeeeee;
	}
	#main_slide .title_area h2{
	width: 18% !important;
	}
	#main_slide .title_area p{
	}
	#main_slide .title_area h2,
	#main_slide .title_area p{
	display: table-cell;
	position: static !important;
	vertical-align: middle;
	line-height: 100% !important;
	}
	#main_slide .title_area h2 img{
	width:100%;
	max-width:389px;
	}
	#main_slide .title_area .lead span{
	position: static !important;
	padding: 0 15px !important;
	display: block;
	line-height: 135%;
	}
	#slide_case{
	width:100%;
	height:auto !important;
	}
	#slide_case p{
	z-index:1;
	}
	#slide_case p img{
	width:100%;
	}



	#tab_menu{
	display:none !important;
	}
	.mainContent .gallery{
    display: table;
    width: 100%;
	}
	.mainContent .gallery li{
    display: table-cell;
    float: none !important;
	}
	.mainContent .gallery li a{
	display:block;
	margin-left:10px;
	}
	.mainContent .gallery li:first-child a {
	margin-left:0;
	}
	.mainContent .gallery li img{
	width:100%;
	}



	.tab_contents .accCt h3{
	display:none;
	}
	.tab_contents .tab_menu a{
	display:block;
	padding-bottom:15px;
	position: relative;
	padding-right: 35px;
	}
	.tab_contents .tab_menu.active a{
	border-bottom:none !important;
	padding-bottom:0 !important;
	}
	#namba .tab_menu a{
	color:#ff8400;
	border-bottom:2px solid #ff8400;
	}
	#umeda .tab_menu a{
	color: #e90000;
	border-bottom: 2px solid #e90000;
	}
	#tennoji .tab_menu a{
	color: #0042ff;
	border-bottom: 2px solid #0042ff;
	}
	#bay .tab_menu a{
	color: #ff33cc;
	border-bottom: 2px solid #ff33cc;
	}
	#hotels .tab_menu a{
	color: #00bb1a;
	border-bottom: 2px solid #00bb1a;
	}


	#namba .copy_box{
	background:#ff8400;
	}
	#umeda .copy_box{
	background:#e90000;
	}
	#tennoji .copy_box{
	background:#0042ff;
	}
	#bay .copy_box{
	background:#ff33cc;
	}
	#hotels .copy_box{
	background:#00bb1a;
	}


	.tab_contents h4{
	margin-top: 20px;
    margin-bottom: 5px;
	font-size:18px !important;
	}
	.tab_contents h4 img{
	vertical-align: middle;
    padding: 5px 10px;
    width:38%;
    max-width:217px;
	}
	.tab_contents .outline .copy_box {
	width:52% !important;
    overflow: hidden;
    float: left;
	}
	.tab_contents .outline .photo{
	width:32%;
	}
	.tab_contents .outline .photo img{
	width: 100%;
	vertical-align: middle;
	}
	.tab_contents .outline .text{
	width:64%;
	padding:2%;
	}
	.tab_contents .outline .map{
	width:48% !important;
	float:right;
	}
	.tab_contents .outline .map img{
	width:100%;
	vertical-align: middle;
	}



	.tab_contents .outline h3{
	display:none;
	}
	.mainContent #sapporo h3{
    color: #1b8ecd;
    padding-bottom: 7px;
    border-bottom: 2px solid #1b8ecd;
	}
	.mainContent #douou h3{
	color: #ce5e83;
	padding-bottom: 7px;
	border-bottom: 2px solid #ce5e83;
	}
	.mainContent #dohoku h3{
    color: #669c0c;
    padding-bottom: 7px;
    border-bottom: 2px solid #669c0c;
	}
	.mainContent #doto h3{
    color: #a176c4;
    padding-bottom: 7px;
    border-bottom: 2px solid #a176c4;
	}
	.mainContent #donan h3{
    color: #ce8700;
    border-bottom: 2px solid #ce8700;
	}

	#donan .outline .search_byarea ul .more{
    width: 50%;
    margin: 0;
	}


	.recommended_hotels {
    padding: 5px 5px 20px;
	}
	.recommended_hotels .box{
	width:50%;
	margin:0;
	}
	.recommended_hotels .box a{
	min-height: 352px !important;
	height:100% !important;
	margin:2%;
	padding:3% 3% 50px;
	background: #eee !important;
	}



	.mainContent .outline{
    margin: 10px 0 0 0;

	}
	.mainContent #sapporo .outline{
    border-top: 2px solid #1b8ecd;
	}
	.mainContent #douou .outline{
    border-top: 2px solid #ce5e83;
	}
	.mainContent #dohoku .outline{
    border-top: 2px solid #669c0c;
	}
	.mainContent #doto .outline{
    border-top: 2px solid #a176c4;
	}
	.mainContent #donan .outline{
    border-top: 2px solid #ce8700;
	}



	.mainContent .onsen {
		margin:97%;
		margin:0 auto;
	}

	.mainContent .onsen h4{
	margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px !important;
	}






	.wrapper__inner footer{
	padding-top:20px !important;
	padding-bottom:20px !important;
	}

	.recommended_hotels .box a .title h5,
	.recommended_hotels .box a{
	text-decoration: none !important;
	}
	.recommended_hotels .box a .btn_detail{
	width: 94%;
	left:3%;
	bottom:3%;

	display: block;
	background: #bababa url(../images/ico_arr_more.png) no-repeat 97% center;
	text-indent: 0 !important;
	white-space: normal;
	overflow: hidden;
	height: 30px;
	text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
	}
	.recommended_hotels .box a:hover{
	background: e7e7e7 !important;
	box-shadow: none !important;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	transition: inherit;
	top: 0;
	opacity:1.0;
	text-decoration: none !important;
	}
	.recommended_hotels .box a:hover .photo .hover{
	display:none !important;
	}
	.recommended_hotels .box a:hover .btn_detail{
	background: #bababa url(../images/ico_arr_more.png) no-repeat 97% center !important;
	}
	.recommended_hotels .box a .copy{
	display: table;
	width:100%;
	}
	.recommended_hotels .box a .copy p{
	display: table-cell;
	vertical-align: top;
	float:none !important;
	line-height: 125%;
	}
	.recommended_hotels .box a .text{
	padding: 0 2% 0 0;
	width:56%;
	}
	.recommended_hotels .box a .photo{
	width:42%;
	}
	.recommended_hotels .box a .price {
	padding-top:10px;
	}
	.recommended_hotels .box a .photo img{
	width:100%;
	vertical-align: middle;
	}
	.recommended_hotels .box{
	margin-bottom: 0 !important;
	}
	.recommended_hotels .btn_more{
	padding-top:18px;
	}
	.recommended_hotels .box a .cap{
	height:30px;
	}
}



@media screen and (max-width: 768px) {
	#modal {
	width:65%;
	margin-top: -25%;
	}
	.tab_contents .openAcc{
	display:block;
	}

	.tab_contents .outline{
	background:none !important;
	}
	.tab_contents .outline .copy_box {
	width: 100% !important;
	float: none !important;
	background-color: #ff8400;
	display:table;
	}
	.tab_contents .outline .copy_box p{
    display: table-cell;
    width: auto;
    float: none;
    vertical-align: middle;
	}
	.tab_contents .outline .photo {
    width: 150px !important;
	}
	.tab_contents .outline .map {
	width: 100%!important;
	margin-top: 12px;
	float: none !important;
	}
	.tab_contents .outline .map img{
	padding-left: 0 !important;
	}

	.tab_contents h4{
	font-size:21px !important;
	}


	.mainContent .onsen h4{
	font-size: 18px !important;
    letter-spacing: -0.05em;
    height: auto;
    line-height: 125%;
    padding: 10px;
	}



}



@media screen and (max-width: 640px) {

}



@media screen and (max-width: 480px) {
	#modal {
	width:75%;
	margin-top: -30%;
	}
	#main_slide .title_area{
	text-align:center;
	height: 53px !important;
	position: static !important;
	background: #eee !important;
    }
    #main_slide .title_area h2{

    }
	#main_slide .title_area h2 img{
	width: 35%;
	padding:5px !important;
	vertical-align: middle;
	}
	#main_slide .title_area p{
	display:none !important;
	}
	#main_slide .prev,
	#main_slide .next {
    padding-top: 53px !important;
    margin-top: -43px;
	}



	.mainContent .gallery {
	display: block;
    margin-left: -5px;
    margin-right: -5px;
    width: auto !important;
	}
	.mainContent .gallery li {
	display: block;
	float: left !important;
	width: 50%;
	margin: 0 !important;
	}
	.mainContent .gallery li a{
	margin: 0 5px 5px !important;
	}

	.recommended_hotels .box a{
	min-height:100% !important;
	}

	.recommended_hotels .box {
    width: 100% !important;
	}


	.mainContent .onsen li{
	float: none;
	width:100%;
    margin-right: 0px;
    margin-top: 0px;
	padding:10px;
}

.mainContent .onsen li img{
	width:100%;
}


}