@charset "UTF-8";
/* ======================= BASE ====== */
html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ======================= LAYOUT ====== */
.body {
  width: 100%;
}

.inner {
  width: 960px;
  margin: 0 auto;
  display: block;
  position: relative;
}

main {
  width: 100%;
  min-width: 1060px;
}

/* ======================= MODULE ====== */
#mv {
  width: 100%;
  margin: 0 auto;
  height: 340px;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/top_pattern.png") center top -410px repeat;
  background-color: #003492;
  border-bottom: 1px solid #b4b4b4;
}

#serch_box {
  width: 256px;
  position: absolute;
  right: 160px;
  top: 28px;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/top_serch_base.png") center top no-repeat;
}
#serch_box .serch_inner {
  width: 100%;
  padding: 5px 5px;
  box-sizing: border-box;
}

#wrap {
  background: #f0f0f0;
  padding: 30px 0 10px;
}

#tour {
  width: 100%;
}

/* ======================= STATE ====== */
#mv .inner {
  width: 100%;
  max-width: 1280px;
  min-width: 960px;
  padding: 0 160px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 409px;
  margin: 0 auto;
  display: block;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/top.png") center center no-repeat;
}
#mv .inner p.mv_text {
  width: 340px;
  color: white;
  position: absolute;
  top: 210px;
  font-size: 16px;
  line-height: 24px;
  text-shadow: 1px 1px 5px #505050;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#mv nav {
  width: 980px;
  margin: 0 auto;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#mv nav ul {
  overflow: hidden;
  *zoom: 1;
}
#mv nav ul li {
  width: 245px;
  height: 300px;
  display: block;
  float: left;
  outline: none;
  text-align: center;
  padding: 20px 0 0;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/navi_window.png") center bottom no-repeat;
}
#mv nav ul li a {
  width: 234px;
  height: 69px;
  display: block;
  margin: 0 auto;
  position: relative;
  outline: none;
  text-indent: -99999px;
  text-decoration: none;
}
#mv nav ul li h3 {
  color: #262626;
  width: 100%;
  font-weight: bold;
  margin: 25px auto 10px;
  font-size: 20px;
  color: #595858;
}
#mv nav ul li span {
  font-size: 14px;
  padding: 10px 10px 9px 10px;
  display: inline-block;
  margin: 0 auto 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#mv nav ul li span.blue {
  background: #008ad8;
  color: white;
}
#mv nav ul li span.white {
  background: white;
  color: #008ad8;
  border: 1px solid #008ad8;
}
#mv nav ul li i {
  margin: 0 4px;
}
#mv nav ul li p {
  color: #595858;
  font-size: 14px;
  line-height: 18px;
  width: 78%;
  text-align: left;
  margin: 0px auto;
  display: block;
}
#mv nav ul .n1 a {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/navi_button.png") left top no-repeat;
}
#mv nav ul .n1 a:hover {
  background-position: left bottom;
}
#mv nav ul .n2 a {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/navi_button.png") -234px top no-repeat;
}
#mv nav ul .n2 a:hover {
  background-position: -234px bottom;
}
#mv nav ul .n3 a {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/navi_button.png") -468px top no-repeat;
}
#mv nav ul .n3 a:hover {
  background-position: -468px bottom;
}
#mv nav ul .n4 a {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/navi_button.png") right top no-repeat;
}
#mv nav ul .n4 a:hover {
  background-position: right bottom;
}

#serch_box {
  width: 234px;
  padding: 8px 5px 5px;
  border-radius: 6px;
  box-sizing: border-box;
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#serch_box .ttl {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #0090E1;
  line-height: 1.6;
  text-align: center;
}
#serch_box .btn_list {
  display: flex;
  margin-top: 5px;
}
#serch_box .btn_item {
  display: block;
  flex-basis: 10px;
  flex-grow: 1;
  padding: 5px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-sizing: border-box;
  background: #0089E1;
  font-size: 14px;
  font-weight: bold;
  color: #FFD700;
  line-height: 1.6;
  text-align: center;
}
#serch_box .btn_item:not(:last-child) {
  margin-right: 10px;
}
#serch_box .serch_inner {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #0089E1;
  font-size: 12px;
  color: white;
}
#serch_box .serch_inner select {
  margin: 0;
  padding: 0;
}
#serch_box .serch_inner p {
  position: static;
  font-size: 12px;
  margin: 8px 0 0 0;
  line-height: 18px;
}
#serch_box .serch_inner .submit {
  border: none;
  outline: none;
  text-indent: -9999px;
  cursor: pointer;
  display: block;
  margin: 10px auto 0;
  width: 190px;
  height: 36px;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/top_search.png") center top no-repeat;
}
#serch_box .serch_inner .submit:hover {
  background-position: center bottom;
}

#tour {
  margin: 0 0 40px;
}
#tour h2 {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/osusume_bar_top.png") center center no-repeat;
  height: 60px;
  width: 100%;
  text-indent: -9999px;
}
#tour .inner {
  background: white;
  width: 960px;
  display: block;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 5px #787878;
  -webkit-box-shadow: 0px 2px 5px #787878;
  box-shadow: 0px 2px 5px #787878;
  overflow: hidden;
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/osusume_bar_bottom.png") center bottom no-repeat white;
}
#tour .inner .left {
  width: 50%;
  padding: 0 10px 0 15px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#tour .inner .right {
  width: 50%;
  padding: 0 15px 0 10px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#tour .inner .box {
  margin: 10px 0;
  padding: 10px 0;
  overflow: hidden;
  *zoom: 1;
}
#tour .inner .box a {
  display: block;
  text-decoration: none;
  color: #595858;
}
#tour .inner .box a:hover p {
  text-decoration: underline;
}
#tour .inner .box .box_left {
  width: 180px;
  height: 143px;
  float: left;
  overflow: hidden;
}
#tour .inner .box .box_left img {
  width: 180px;
  display: block;
  margin: 0 auto;
  border: solid 1px #c8c8c8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#tour .inner .box .box_right {
  width: 270px;
  float: left;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#tour .inner .box .box_right span {
  color: white;
  padding: 5px;
  display: inline-block;
  font-size: 14px;
}
#tour .inner .box .box_right .day {
  background: #00a4f0;
}
#tour .inner .box .box_right .bus {
  background: #dade1a;
}
#tour .inner .box .box_right .stay {
  background: #d85dab;
}
#tour .inner .box .box_right .air {
  background: #91c3eb;
}
#tour .inner .box .box_right p {
  font-size: 14px;
  line-height: 22px;
  margin: 8px 0 0;
}
#tour .inner .box .box_right .price {
  font-size: 18px;
  color: #c40018;
  font-weight: bold;
  text-decoration: none !important;
}

/*#plan1 {
  margin: 0 0 40px;
}
#plan1 h2 {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/higaeri_bar_top.png") center center no-repeat;
  height: 60px;
  width: 100%;
  text-indent: -9999px;
}
#plan1 .inner {
  background: white;
  width: 960px;
  display: block;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 5px #787878;
  -webkit-box-shadow: 0px 2px 5px #787878;
  box-shadow: 0px 2px 5px #787878;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/higaeri_bar_bottom.png") center bottom no-repeat white;
  position: relative;
  padding: 0 0 27px;
}
#plan1 .inner p img {
  width: 900px;
  margin: 20px auto 0;
  display: block;
}
#plan1 .inner .select {
  width: auto;
  position: absolute;
  margin: 30px auto 0;
  display: block;
  bottom: 47px;
  left: 280px;
  overflow: hidden;
  *zoom: 1;
}
#plan1 .inner .select p {
  float: left;
  text-indent: -9999px;
}
#plan1 .inner .select a.s1 {
  width: 252px;
  height: 65px;
  display: block;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/higaeri_button.png") left top no-repeat;
}
#plan1 .inner .select a.s1:hover {
  background-position: left bottom;
}
#plan1 .inner .select a.s2 {
  width: 252px;
  height: 65px;
  margin: 0 0 0 24px;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/higaeri_button.png") right top no-repeat;
}
#plan1 .inner .select .s2:hover {
  background-position: right bottom;
}
#plan1 .inner .select .s2 a {
  display: block;
  width: 100%;
  height: 60px;
}
#plan1 .inner .select a.s3 {
  width: 252px;
  height: 65px;
  display: block;
	margin: 0 0 0 24px;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/nagoya_button.png") left top no-repeat;
}
#plan1 .inner .select a.s3:hover {
  background-position: left bottom;
}*/

/*追記plan1_a*/
#plan1_a {
  display: block;
  width: 960px;
  margin: 0 auto 40px;
  background: white;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 5px #787878;
  -webkit-box-shadow: 0px 2px 5px #787878;
  box-shadow: 0px 2px 5px #787878;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/higaeri_bar_bottom.png") center bottom no-repeat white;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #595858;
}
#plan1_a .inner {
	width: 900px;
  padding: 30px;
  overflow: hidden;
}
#plan1_a .inner > p{
  margin-bottom: 30px;
} 
#plan1_a h2 {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/higaeri_bar_top.png") center center no-repeat;
  height: 60px;
  width: 100%;
  text-indent: -9999px;
}
#plan1_a .inner .select1{
  display: block;
  width:68%;
  float: left;
  margin-right: 2%;
}
#plan1_a .inner .select1 p img {
  display: block;
  width:100%;
  height:auto;
  border-radius: 20px;
  border:#E1F5EF solid 5px;
  background-color: #E1F5EF;
}
#plan1_a .inner .select2 {
  float: right;
  width: 30%;
  display: grid;
  height: 200px;
  align-items: end;
  justify-items: end; 
}
#plan1_a .inner .select2 p {
  text-align: end;
}
.select2 p:first-child{
	font-size:16px;
	line-height:20px; 
}
#plan1_a .inner .select2 p span {
  color: #C40018;
  font-size: 35px;
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
}
#plan1_a .inner .select2 a.s1 {
  width: 252px;
  height: 65px;
  display: block;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/higaeri_button.png") left top no-repeat;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
#plan1_a .inner .select2 a.s1:hover {
  background-position: left bottom;
}
/*追記plan1_aここまで*/

/*追記plan1_b*/
#plan1_b {
  display: block;
  width: 960px;
  margin: 0 auto 40px;
  background: white;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 5px #787878;
  -webkit-box-shadow: 0px 2px 5px #787878;
  box-shadow: 0px 2px 5px #787878;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/higaeri_bar_bottom.png") center bottom no-repeat white;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #595858;
}
#plan1_b .inner {
	width: 900px;
  padding: 30px;
  overflow: hidden;
}
#plan1_b .inner > p{
  margin-bottom: 30px;
} 
#plan1_b h2 {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/higaeri_bar_top_b.png") center center no-repeat;
  height: 60px;
  width: 100%;
  text-indent: -9999px;
}
#plan1_b .inner .select1{
  display: block;
  width:68%;
  float: left;
  margin-right: 2%;
}
#plan1_b .inner .select1 p img {
  display: block;
  width:100%;
  height:auto;
  border-radius: 20px;
  border:#E1F5EF solid 5px;
  background-color: #E1F5EF;
}
#plan1_b .inner .select2 {
  float: right;
  width: 30%;
  display: grid;
  height: 200px;
  align-items: end;
  justify-items: end; 
}
#plan1_b .inner .select2 p {
  text-align: end;
}
#plan1_b .inner .select2 p span {
  color: #C40018;
  font-size: 35px;
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
}
#plan1_b .inner .select2 a.s1 {
  width: 252px;
  height: 65px;
  display: block;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/higaeri_button.png") left top no-repeat;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
#plan1_b .inner .select2 a.s1:hover {
  background-position: left bottom;
}
/*追記plan1_bここまで*/


#plan2 {
  margin: 0 0 40px;
}
#plan2 h2 {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_bar_top.png") center center no-repeat;
  height: 60px;
  width: 100%;
  text-indent: -9999px;
}
#plan2 .inner {
  background: white;
  width: 960px;
  display: block;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 5px #787878;
  -webkit-box-shadow: 0px 2px 5px #787878;
  box-shadow: 0px 2px 5px #787878;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_bar_bottom.png") center bottom no-repeat white;
}
#plan2 .inner .map_area {
  margin: 30px auto 10px auto;
  display: block;
  width: 909px;
  height: 616px;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_map_base(1).png") center center no-repeat;
  position: relative;
}
#plan2 .inner .map_area .kanto1 {
  width: 190px;
  height: 46px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  pointer-events: none;
  left: 33px;
  top: 0;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_map_button.png") left top no-repeat;
}
#plan2 .inner .map_area .kyusyu1 {
  width: 190px;
  height: 46px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  left: 239px;
  top: 0;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_map_button.png") right top no-repeat;
}
#plan2 .inner .map_area .kanto2 {
  width: 190px;
  height: 46px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  left: 33px;
  top: 0;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_map_button.png") left bottom no-repeat;
}
#plan2 .inner .map_area .kyusyu2 {
  width: 190px;
  height: 46px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  pointer-events: none;
  left: 239px;
  top: 0;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_map_button.png") right bottom no-repeat;
}
#plan2 .inner .map_area ul {
  position: absolute;
}
#plan2 .inner .map_area ul li {
  margin: 0 0 2px;
  height: 20px;
}
#plan2 .inner .map_area ul li:hover {
  background-position: center bottom;
}
#plan2 .inner .map_area ul li a {
  color: #599DE2;
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 5px 0 0;
  box-sizing: border-box;
  width: 100%;
  height: 20px;
  text-decoration: none;
  letter-spacing: -0.1em;
}
#plan2 .inner .map_area .kobe {
  width: 114px;
  top: 242px;
  left: 90px;
}
#plan2 .inner .map_area .kobe li {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_button_kobe.png") center top no-repeat;
}
#plan2 .inner .map_area .shinosaka {
  width: 130px;
  top: 108px;
  left: 282px;
}
#plan2 .inner .map_area .shinosaka li {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_button_sinosaka.png") center top no-repeat;
}
#plan2 .inner .map_area .kyoto {
  width: 150px;
  top: 106px;
  left: 627px;
}
#plan2 .inner .map_area .kyoto li {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_button_kyoto.png") center top no-repeat;
}
#plan2 .inner .map_area .kyobashi {
  width: 120px;
  top: 195px;
  left: 676px;
}
#plan2 .inner .map_area .kyobashi li {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_button_kyobasi.png") center top no-repeat;
}
#plan2 .inner .map_area .osaka {
  width: 160px;
  top: 286px;
  left: 694px;
}
#plan2 .inner .map_area .osaka li {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_button_osaka.png") center top no-repeat;
}
#plan2 .inner .map_area .osaka li.green {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_button_asosiate.png") center top no-repeat;
}
#plan2 .inner .map_area .osaka li.green:hover {
  background-position: center bottom;
}
#plan2 .inner .map_area .osaka li.green a {
  color: white;
}
#plan2 .inner .map_area .usj {
  width: 180px;
  top: 414px;
  left: 92px;
}
#plan2 .inner .map_area .usj li {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_button_official.png") center top no-repeat;
}
#plan2 .inner .map_area .usj li a {
  color: white;
}
#plan2 .inner .map_area .osakabay {
  width: 132px;
  top: 439px;
  left: 374px;
}
#plan2 .inner .map_area .osakabay li {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_button_sinosaka.png") center top no-repeat;
}
#plan2 .inner .map_area .nanba {
  width: 160px;
  top: 484px;
  left: 557px;
}
#plan2 .inner .map_area .nanba li {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_button_nanba.png") center top no-repeat;
}
#plan2 .inner .map_area .nanba li.pink {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_button_alianxe.png") center top no-repeat;
}
#plan2 .inner .map_area .nanba li.pink:hover {
  background-position: center bottom;
}
#plan2 .inner .map_area .nanba li.pink a {
  color: white;
}
#plan2 .inner .map_area .nanba li.green {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_button_asosiate.png") center top no-repeat;
}
#plan2 .inner .map_area .nanba li.green:hover {
  background-position: center bottom;
}
#plan2 .inner .map_area .nanba li.green a {
  color: white;
}

#plan2 .hotel_area .box {
  width: 900px;
  margin: 0 auto 20px;
  display: block;
}
#plan2 .hotel_area .box span {
  width: 100%;
  height: 50px;
  display: block;
  color: white;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  *zoom: 1;
}
#plan2 .hotel_area .box span.yellow {
  background-color: #ebb82c;
}
#plan2 .hotel_area .box span.pink {
  background-color: #de7897;
}
#plan2 .hotel_area .box span.pink p {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_mark_hotel.png") left -100px no-repeat;
}
#plan2 .hotel_area .box span.green {
  background-color: #7cc786;
}
#plan2 .hotel_area .box span.green p {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_mark_hotel.png") left -50px no-repeat;
}
#plan2 .hotel_area .box span p {
  font-size: 16px;
  width: 200px;
  height: 50px;
  display: block;
  vertical-align: baseline;
  box-sizing: border-box;
  padding: 20px 0 0 54px;
  float: left;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_mark_hotel.png") left top no-repeat;
}
#plan2 .hotel_area .box span h3 {
  width: 700px;
  height: 50px;
  font-size: 28px;
  display: block;
  vertical-align: baseline;
  float: left;
  padding: 12px 0 0 20px;
  box-sizing: border-box;
}
#plan2 .hotel_area .box span h3.fs20 {
	font-size:20px;
}
#plan2 .hotel_area .box .content {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #e6e6e6;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  *zoom: 1;
}
#plan2 .hotel_area .box .content .img_box {
  width: 200px;
  height: 150px;
  display: block;
  overflow: hidden;
  float: left;
}
#plan2 .hotel_area .box .content .img_box img {
  width: 200px;
  height: 150px;
  display: block;
}
#plan2 .hotel_area .box .content .detail_box {
  width: 680px;
  float: left;
  box-sizing: border-box;
  padding: 0 10px 0 20px;
  font-size: 14px;
  line-height: 20px;
}
#plan2 .hotel_area .box .content .detail_box p {
  margin: 10px 0 10px;
  height: 60px;
}
#plan2 .hotel_area .box .content .detail_box ul {
  width: 650px;
  height: 30px;
  display: block;
  padding: 0 0 0 182px;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
}
#plan2 .hotel_area .box .content .detail_box ul li {
  width: 148px;
  height: 30px;
  margin: 0 8px 0 0;
  float: left;
}
#plan2 .hotel_area .box .content .detail_box ul li:hover {
  background-position: center bottom;
}
#plan2 .hotel_area .box .content .detail_box ul li a {
  text-decoration: none;
  width: 148px;
  height: 30px;
  display: block;
  text-align: center;
  padding: 6px 0 0 0;
  box-sizing: border-box;
}
#plan2 .hotel_area .box .content .detail_box .pass {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_icatch_big.png") left top no-repeat;
  position: relative;
  color: white;
}
#plan2 .hotel_area .box .content .detail_box .pass:before {
  content: "スタジオ・パスつき";
  position: absolute;
  left: 16px;
  top: 6px;
}
#plan2 .hotel_area .box .content .detail_box .pass li {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_pass_big.png") center top no-repeat;
}
#plan2 .hotel_area .box .content .detail_box .pass li a {
  color: white;
}
#plan2 .hotel_area .box .content .detail_box .nopass {
  margin: 10px 0 0 0;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_icatch_big.png") left bottom no-repeat;
  position: relative;
}
#plan2 .hotel_area .box .content .detail_box .nopass:before {
  content: "スタジオ・パスなし";
  position: absolute;
  left: 16px;
  top: 6px;
}

#plan2 .hotel_area .box .content .detail_box .nopass li {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_nopass_big.png") center top no-repeat;
}
#plan2 .hotel_area .box .content .detail_box .nopass li a {
  color: #262626;
}
#plan2 .hotel_area .box2 {
  width: 440px;
  margin: 0 10px 20px 10px;
  display: block;
  float: left;
}
#plan2 .hotel_area .box2 span {
  width: 100%;
  height: 50px;
  display: block;
  color: white;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/mesh/mesh.png") center center repeat;
  background-color: #009ee5;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  *zoom: 1;
}
#plan2 .hotel_area .box2 span p {
  font-size: 14px;
  width: 125px;
  height: 50px;
  display: block;
  vertical-align: baseline;
  box-sizing: border-box;
  padding: 21px 0 0 42px;
  float: left;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_mark_hotel.png") left bottom no-repeat;
}
#plan2 .hotel_area .box2 span h3 {
  width: 315px;
  height: 50px;
  font-size: 20px;
  display: block;
  vertical-align: baseline;
  float: left;
  padding: 17px 0 0 0;
  box-sizing: border-box;
}
#plan2 .hotel_area .box2 span h3.small {
  width: 315px;
  height: 50px;
  font-size: 18px;
  display: block;
  vertical-align: baseline;
  float: left;
  padding: 7px 0 0 0;
  box-sizing: border-box;
}
#plan2 .hotel_area .box2 .content {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/mesh/mesh.png") center center repeat;
  background-color: #e6e6e6;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  *zoom: 1;
}
#plan2 .hotel_area .box2 .content .img_box {
  width: 200px;
  height: 150px;
  display: block;
  overflow: hidden;
  float: left;
}
#plan2 .hotel_area .box2 .content .img_box img {
  width: 200px;
  height: 150px;
  display: block;
}
#plan2 .hotel_area .box2 .content .text_box {
  width: 220px;
  display: block;
  float: left;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
#plan2 .hotel_area .box2 .content .text_box p {
  margin: 10px 0 10px;
  height: 60px;
  font-size: 14px;
  line-height: 20px;
}
#plan2 .hotel_area .box2 .content .detail_box {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 0 10px;
  font-size: 14px;
  line-height: 20px;
}
#plan2 .hotel_area .box2 .content .detail_box ul {
  width: 100%;
  height: 30px;
  display: block;
  padding: 0 0 0 98px;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
}
#plan2 .hotel_area .box2 .content .detail_box ul li {
  width: 99px;
  height: 30px;
  margin: 0 4px 0 0;
  float: left;
}
#plan2 .hotel_area .box2 .content .detail_box ul li:hover {
  background-position: center bottom;
}
#plan2 .hotel_area .box2 .content .detail_box ul li a {
  text-decoration: none;
  width: 99px;
  height: 30px;
  display: block;
  text-align: center;
  padding: 6px 0 0 0;
  box-sizing: border-box;
}
#plan2 .hotel_area .box2 .content .detail_box .pass {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_icatch_small.png") left top no-repeat;
  position: relative;
  color: white;
}
#plan2 .hotel_area .box2 .content .detail_box .pass:before {
  content: "パスつき";
  position: absolute;
  left: 14px;
  top: 6px;
}
#plan2 .hotel_area .box2 .content .detail_box .pass li {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_pass_small.png") center top no-repeat;
}
#plan2 .hotel_area .box2 .content .detail_box .pass li a {
  color: white;
}
#plan2 .hotel_area .box2 .content .detail_box .nopass {
  margin: 10px 0 0 0;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_icatch_small.png") left bottom no-repeat;
  position: relative;
}
#plan2 .hotel_area .box2 .content .detail_box .nopass:before {
  content: "パスなし";
  position: absolute;
  left: 14px;

  top: 6px;
}
#plan2 .hotel_area .box2 .content .detail_box .nopass li {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/yado_nopass_small.png") center top no-repeat;
}
#plan2 .hotel_area .box2 .content .detail_box .nopass li a {
  color: #262626;
}

#bus {
  margin: 0 auto 40px;
}
#bus h2 {
  height: 60px;
  width: 100%;
  text-indent: -9999px;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/bus_bar_top.png") center center no-repeat;
}
#bus .inner {
  background: white;
  width: 960px;
  display: block;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 5px #787878;
  -webkit-box-shadow: 0px 2px 5px #787878;
  box-shadow: 0px 2px 5px #787878;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/bus_bar_bottom.png") center bottom no-repeat white;
  padding: 0 0 40px;
}
#bus .inner .bus_box {
  width: 942px;
  margin: 30px auto 0;
  display: block;
  overflow: hidden;
  *zoom: 1;
}
#bus .inner .col {
  display: block;
  float: left;
  margin: 0 10px;
}
#bus .inner .col p {
  width: 116px;
  height: 24px;
  display: block;
  text-indent: -9999px;
}
#bus .inner .col p.mr12 {
  margin: 0 0 0 14px;
}
#bus .inner .col a {
  display: block;
  width: 262px;
  height: 65px;
  margin: 10px auto 0;
  text-indent: -9999px;
}
#bus .inner .col1 {
  width: 262px;
}
#bus .inner .col1 p {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/bus_kanto.png") left center no-repeat;
}
#bus .inner .col1 .b1 {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/bus_button.png") left top no-repeat;
}
#bus .inner .col1 .b1:hover {
  background-position: left -65px;
}
#bus .inner .col1 .b2 {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/bus_button.png") left -130px no-repeat;
}
#bus .inner .col1 .b2:hover {
  background-position: left -195px;
}
#bus .inner .col1 .b3 {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/bus_button.png") left -260px no-repeat;
}
#bus .inner .col1 .b3:hover {
  background-position: left bottom;
}
#bus .inner .col2 {
  width: 262px;
}
#bus .inner .col2 p {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/bus_kansai.png") left center no-repeat;
}
#bus .inner .col2 .b4 {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/bus_button.png") right top no-repeat;
}
#bus .inner .col2 .b4:hover {
  background-position: right -65px;
}
#bus .inner .col2 .b5 {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/bus_button.png") right -130px no-repeat;
}
#bus .inner .col2 .b5:hover {
  background-position: right -195px;
}
#bus .inner .col2 .b6 {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/bus_button.png") right -260px no-repeat;
}
#bus .inner .col2 .b6:hover {
  background-position: right bottom;
}
#bus .inner .col3 {
  width: 330px;
}
#bus .inner .col3 p {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/bus_serch.png") left center no-repeat;
}
#bus .inner .col3 .easy_serch {
  width: 100%;
  height: 214px;
  margin: 10px 0 0;
  padding: 18px;
  box-sizing: border-box;
  background: #e6e6e6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.8;
}
#bus .inner .col3 .easy_serch input, #bus .inner .col3 .easy_serch select {
  margin: 2px 0 12px 0;
}
#bus .inner .col3 .submit {
  border: none;
  outline: none;
  text-indent: -9999px;
  cursor: pointer;
  display: block;
  margin: 10px auto 0;
  width: 220px;
  height: 36px;
  display: inline-block !important;
  margin: 12px 0 12px 60px !important;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/bus_surch.png") center top no-repeat;
}
#bus .inner .col3 .submit:hover {
  background-position: center bottom;
}

.clearfix {
  width: 960px;
  display: block;
  margin: 0 auto;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#info {
  width: 960px;
  margin: 0 auto 60px;
}
#info .inner {
  background: white;
  width: 960px;
  display: block;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 5px #787878;
  -webkit-box-shadow: 0px 2px 5px #787878;
  box-shadow: 0px 2px 5px #787878;
  padding: 0 0 10px;
}
#info .inner.inner_left {
  width: 630px;
  height: 160px;
  float: left;
  margin: 0 0 40px;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/info_bar_bottom.png") center bottom no-repeat #cfcfcf;
}
#info .inner.inner_left h2 {
  height: 60px;
  width: 100%;
  text-indent: -9999px;
  height: 45px;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/info_bar_top.png") center center no-repeat;
}
#info .inner .info_area {
  margin: 0 auto;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#info .inner .info_area ul {
  overflow: hidden;
  *zoom: 1;
  width: 597px;
  margin: 30px auto 0;
  display: block;
}
#info .inner .info_area li {
  width: 183px;
  height: 48px;
  float: left;
  margin: 0 8px;
}
#info .inner .info_area li a {
  display: block;
  width: 183px;
  height: 48px;
  text-indent: -9999px;
}
#info .inner .i1 {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/info_button.png") left top no-repeat;
}
#info .inner .i1:hover {
  background-position: left bottom;
}
#info .inner .i2 {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/info_button.png") center top no-repeat;
}
#info .inner .i2:hover {
  background-position: center bottom;
}
#info .inner .i3 {
  background: url("https://www.bus-ichiba.jp/fair/usj/images/info_button.png") right top no-repeat;
}
#info .inner .i3:hover {
  background-position: right bottom;
}
#info .inner.inner_right {
  width: 290px;
  height: 160px;
  float: right;
  margin: 0 0 40px;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/tourcord_bar_bottom.png") center bottom no-repeat #4dade4;
}
#info .inner.inner_right h2 {
  height: 60px;
  width: 100%;
  text-indent: -9999px;
  height: 45px;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/tourcord_bar_top.png") center center no-repeat;
}
#info .inner.inner_right .textbox {
  width: 216px;
  display: block;
  margin: 20px auto 10px;
}
#info .inner.inner_right .submit {
  border: none;
  outline: none;
  text-indent: -9999px;
  cursor: pointer;
  display: block;
  margin: 10px auto 0;
  width: 220px;
  height: 36px;
  margin: 0 auto 15px;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/bus_surch.png") center top no-repeat;
}
#info .inner.inner_right .submit:hover {
  background-position: center bottom;
}
#info .sub_text {
  width: 960px;
  height: 172px;
  padding: 54px 204px 0 132px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  font-size: 12px;
  line-height: 20px;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/texterea_bottom.png") center center no-repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#info .anchor {
  text-align: right;
  width: 960px;
  display: block;
  margin: 0 auto;
  border-bottom: solid 1px white;
  padding: 0 0 10px;
}
#info .anchor a {
  color: #595858;
  text-decoration: none;
  font-size: 12px;
}
#info .anchor a:hover {
  text-decoration: underline;
}

/* ======================= PARTS ====== */
.anchor_top {
  width: 100%;
  height: 18px;
  padding: 2px 20px 0 0;
  box-sizing: border-box;
  text-align: right;
  margin: 0 0 20px;
  display: inline-block;
  background: url("https://www.bus-ichiba.jp/fair/usj/images/arrow.png") right center no-repeat;
}
.anchor_top a {
  color: #589CE1;
  text-decoration: none;
  font-size: 14px;
}
.anchor_top a:hover {
  text-decoration: underline;
}

.box_wrap {
  width: 920px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  *zoom: 1;
}

.box_inner {
  overflow: hidden;
  *zoom: 1;
}

.close {
  display: none !important;
}

.kv01__inner {
  position: relative;
  overflow: hidden;
}
.kv01__imgWrapper {
  height: 350px;
}
.kv01__img {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.kv01__desc {
  display: block;
  position: absolute;
  bottom: 45px;
  left: calc(50% - 175px);
  transform: translateX(-50%);
  width: 600px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  text-shadow: 0 0 3px #000;
}
.tab01__inner {
  background: #003492;
}
.tab01__list01 {
  display: flex;
  width: 960px;
  margin: 0 auto;
  background: #003492;
}
.tab01__item01 {
  flex-basis: 10px;
  flex-grow: 1;
}
.tab01__link01 {
  display: block;
  padding: 20px 25px;
  box-sizing: border-box;
  background: #003492;
  font-size: 22px;
  font-weight: bold;
  color: #fff !important;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
}
.tab01__link01.-current {
  background: #fff;
  color: #003492 !important;
}
.tab01__inner01 {
  background: #fff;
}
.tab01__inner01-1 {
  display: block;
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
.tab01__desc01 {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}
.search01__inner {
  display: block;
  width: 100%;
  padding: 15px 30px 40px;
  border: 2px solid #fed000;
  border-radius: 12px;
  box-sizing: border-box;
  background: #fafdfc;
}
.search01__heading01 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #003492;
  line-height: 1.6;
  text-align: center;
}
.search01__list01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: -20px;
}
.search01__item01 {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
}
.search01__item01.-date {
  flex-basis: 50%;
  max-width: 50%;
  margin-right: 5%;
}
.search01__item01.-dept {
  flex-basis: 45%;
  max-width: 45%;
}
.search01__item01.-plan {
  flex-basis: 35%;
  max-width: 35%;
  margin-right: 5%;
}
.search01__item01.-hotel {
  flex-basis: 60%;
  max-width: 60%;
}
.search01__item01.-pass {
  flex-basis: 100%;
  max-width: 100%;
}
.search01__item01.-pass .search01__ttl01 {
  flex-basis: 140px;
  max-width: 140px;
}
.search01__ttl01 {
  flex-basis: 90px;
  max-width: 90px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 9px;
  font-size: 16px;
  font-weight: bold;
  color: #003492;
  line-height: 1.6;
}
.search01__selectList {
  display: flex;
  flex-basis: 10px;
  flex-grow: 1;
}
.search01__selectItem {
  display: flex;
  align-items: center;
  flex-basis: 10px;
  flex-grow: 1;
}
.search01__selectItem:not(:last-child) {
  margin-right: 10px;
}
.search01__selectUnit {
  margin-left: 10px;
}
.search01__selectWrapper {
  position: relative;
  flex-basis: 10px;
  flex-grow: 1;
}
.search01__selectWrapper::after {
  display: block;
  position: absolute;
  top: calc(50% + 5px);
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #003492;
  border-right: 3px solid #003492;
  transform: rotate(135deg);
  transform-origin: 100% 0;
  pointer-events: none;
  content: "";
}
.search01__select {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: none transparent;
  font-size: inherit;
  color: inherit;
  vertical-align: middle;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  display: block;
  border: 1px solid #bdbdbd;
  padding: 10px;
  padding-right: 40px;
  box-sizing: border-box;
  background: #fff;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.search01__select:disabled {
  opacity: .7;
}
.search01__select::-ms-expand {
  display: none;
}
.search01__radioList {
  display: flex;
  margin-top: 10px;
}
.search01__radioItem {
  position: relative;
}
.search01__radioItem:not(:last-child) {
  margin-right: 40px;
}
.search01__radio {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}
.search01__radio:checked + .search01__radioLabel::after {
  opacity: 1;
}
.search01__radio:disabled + .search01__radioLabel {
  opacity: .7;
  cursor: auto;
}
.search01__radioLabel {
  display: flex;
  position: relative;
  padding-top: 1px;
  padding-left: 35px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  cursor: pointer;
}
.search01__radioLabel::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fafdfc;
  content: '';
}
.search01__radioLabel::after {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #003492;
  opacity: 0;
  content: '';
}
.search01__submit {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 460px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #dfa93e;
  border-radius: 6px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #facc73, #f7b52d);
  font-size: 22px;
  font-weight: bold;
  color: #003492;
  text-align: center;
  letter-spacing: .5em;
}
.search01__submit:hover {
  background: linear-gradient(to bottom, #F9DA73, #F6CA2A);
}
.search01__submit::before {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background: url('/fair/usj/images/search01_icon-magnifying.svg') no-repeat;
  background-size: 100% auto;
  content: '';
}
.hotel01__inner {
  padding: 70px 0 40px;
  box-sizing: border-box;
  background: #f0f0f0;
}
.hotel01__heading01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 960px;
  height: 66px;
  margin: 0 auto;
  box-sizing: border-box;
  background: url('/fair/usj/images/hotel01_ttl_bg-blue.png') no-repeat center top;
  background-size: 100% auto;
  font-size: 26px;
  font-weight: bold;
  color: #ffe600;
  text-align: center;
  line-height: 1.6;
  text-shadow: 0 0 4px #0f6592;
}
.hotel01__inner01 {
  display: block;
  width: 960px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 38px 30px;
  border-radius: 12px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
}
.hotel01__list01:not(:last-child) {
  margin-bottom: 20px;
}
.hotel01__list01.-column-1 .hotel01__ttl01 {
  padding-left: 55px;
}
.hotel01__list01.-column-1 .hotel01__ttlTxt01-1 {
  font-size: 16px;
}
.hotel01__list01.-column-1 .hotel01__ttlTxt01-2 {
  font-size: 28px;
}
.hotel01__list01.-column-1 .hotel01__ttlTxt01-3 {
  font-size: 20px;
}
.hotel01__list01.-column-1 .hotel01__list02 {
  display: flex;
}
.hotel01__list01.-column-1 .hotel01__item02 {
  flex-basis: 10px;
  flex-grow: 1;
}
.hotel01__list01.-column-1 .hotel01__item02:not(:last-child) {
  margin-right: 15px;
}
.hotel01__list01.-column-2 {
  display: flex;
  flex-wrap: wrap;
}
.hotel01__list01.-column-2 .hotel01__item01 {
  flex-basis: calc(100% / 2 - 20px * ((2 - 1) / 2) - .01px);
  max-width: calc(100% / 2 - 20px * ((2 - 1) / 2) - .01px);
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
}
.hotel01__list01.-column-2 .hotel01__item01:nth-child(odd) {
  margin-right: 20px;
}
.hotel01__list01.-column-2 .hotel01__ttl01 {
  padding-left: 45px;
}
.hotel01__list01.-column-2 .hotel01__ttlTxt01-1 {
  font-size: 14px;
}
.hotel01__list01.-column-2 .hotel01__ttlTxt01-2 {
  font-size: 20px;
}

.hotel01__list01.-column-2 .hotel01__itemInner01 {
  display: flex;
  flex-wrap: wrap;
}
.hotel01__list01.-column-2 .hotel01__txtWrapper {
  flex-basis: 190px;
  max-width: 190px;
}
.hotel01__list01.-column-2 .hotel01__list02 {
  display: block;
  width: 100%;
}
.hotel01__list01.-column-2 .hotel01__item02:not(:last-child) {
  width: 100%;
  margin-bottom: 10px;
}
.hotel01__item01 {
  display: block;
  background: #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
}
.hotel01__item01:not(:last-child) {
  margin-bottom: 15px;
}
.hotel01__ttl01 {
  display: flex;
  align-items: center;
  padding: 2px;
  min-height: 50px;
  box-sizing: border-box;
  background-color: #aaa;
  color: #fff;
  line-height: 1.6;
}
.hotel01__ttl01.-crown {
  background: url("/fair/usj/images/yado_mark_hotel.png") left top no-repeat;
}
.hotel01__ttl01.-star {
  background: url("/fair/usj/images/yado_mark_hotel.png") left -100px no-repeat;
}
.hotel01__ttl01.-circle {
  background: url("/fair/usj/images/yado_mark_hotel.png") left bottom no-repeat;
}
.hotel01__ttl01.-bgYellow {
  background-color: #EBB82C;
}
.hotel01__ttl01.-bgPink {
  background-color: #DE7897;
}
.hotel01__ttl01.-bgBlue {
  background-color: #009EE5;
}
.hotel01__ttl01.-bgGreen {
  background-color: #7cc786;
}
.hotel01__ttlTxt01-2,
.hotel01__ttlTxt01-3{
  margin-left: 20px;
}
.hotel01__itemInner01 {
  display: flex;
  padding: 10px;
  box-sizing: border-box;
}
.hotel01__imgWrapper {
  display: block;
  flex-basis: 200px;
  max-width: 200px;
  flex-grow: 0;
  flex-shrink: 0;
}
.hotel01__img {
  display: block;
  width: 100%;
}
.hotel01__txtWrapper {
  margin-left: 20px;
}
.hotel01__desc {
  font-size: 14px;
  line-height: 1.6;
}
.hotel01__list02 {
  margin-top: 10px;
}
.hotel01__link02 {
  display: block;
  width: 100%;
  padding: 13px 10px;
  border: 1px solid #0b71ad;
  border-radius: 6px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #00a2e3, #00a2e3 50%, #008bdc 50%, #008bdc);
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
a.hotel01__link02:hover {
	opacity: 0.8;
}
a.hotel01__link02:visited {
	color: #fff;
}


/* ぱんくず*/
div#pannavi {
	width:960px;
	margin: 0 auto 8px;
	font-size: 12px;
}
div#pannavi ol.pan { width:960px; margin:0 auto;}
div#pannavi ol.pan li { display:inline; padding:3px 2px 3px 0;}
div#pannavi ol.pan li a { padding-right:3px;}