@charset "utf-8";

/*
 * CSS for PC
 * @date     2020.03.24
 * @author   shingo sato
 */


/*--------------------------------------------
	grpheaderArea
--------------------------------------------*/

div#grpLocationArea {
  clear: both;
  float: left;
  width: 820px;
  font-size: 82%;
}
div#grpLocationArea.newHD {
  /* 新ヘッダ対応 */
  margin: 10px 0 10px 15px;
  width: auto;
}
div#grpShareBtn {
  float: right;
  width: 120px;
}
div#grpShareBtn li {
  position: relative;
  z-index: 5;
  list-style-type: none;
}
div#grpShareBtn li#grpBtnFb {
  width: 120px;
  text-align: right;
}
div#grpShareBtn li#grpBtnLine {
  display: none;
  width: 100px;
  text-align: right;
}

/* ------------------------------------------
	contentsArea
------------------------------------------ */

#contentsArea {
  clear: both;
  /*font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica", "Verdana", "Arial", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;*/
}
#contentsArea a:link,
#contentsArea a:visited {
  color: #333333;
  text-decoration: none;
}
#contentsArea a:visited:hover,
#contentsArea a:link:hover,
#contentsArea a:visited:active,
#contentsArea a:link:active {
  color: #333333;
  text-decoration: underline;
}

/* ------------------------------------------
	keyVisual
------------------------------------------ */

#keyVisual {
  position: relative;
  z-index: 1;
  width: 950px;
  margin-bottom: 15px;
  overflow: hidden;
}
#keyVisual.newKV {
  height: 340px;
}
#keyVisual h1 {
  background-repeat: no-repeat;
  background-position: top left;
  text-indent: -9999px;
}
#keyVisual.newKV h1 {
  height: 340px;
  text-indent: 0;
}
#keyVisual h1.slide_h1 {
  height: 40px;
}
#keyVisual.newKV h1 span {
  line-height: 1.4;
  font-size: 83%;
  display: block;
  background-color: #706142;
  color: #fff;
  padding: 10px 0 3px 20px;
  height: 27px;
  font-weight: normal;
}
#keyVisual.newKV h1 img {
  display: none;
}
#keyVisual li {
  list-style-type: none;
}
#keyVisual .rslides h1 {
  text-indent: 0;
}
#keyVisual .rslides_tabs {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  right: 10px;
}
#keyVisual .rslides_tabs li {
  float: left;
  margin-left: 5px;
}
#keyVisual .rslides_tabs li a {
  display: table-cell;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #333;
  text-align: center;
}
#keyVisual .rslides_tabs li a:hover {
  background-color: #CCC;
}
#keyVisual .btn {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 320px;
}
#keyVisual .btn:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#keyVisual .btn li {
  float: left;
  width: 150px;
  height: 36px;
  margin: 10px 10px 0 0;
}
#keyVisual .btn li a {
  display: block;
  width: 150px;
  height: 36px;
  background: #fff;
}

/* ------------------------------------------
	term
------------------------------------------ */

#term {
  margin-bottom: 15px;
  padding: 10px;
  background: #60502E;
  line-height: 1.6;
  font-size: 90%;
  color: #FFF;
}
#term dl {
  zoom: 1;
}
#term dl:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#term dl dt {
  float: left;
  width: 200px;
}
#term dl dd {
  float: left;
  width: 700px;
}
#term p {
  font-size: 86%;
}

/* ------------------------------------------
	pageTab
------------------------------------------ */

#pageTab {
  margin: 15px 0 0 0;
}
#pageTab ul {
  width: 950px;
}
#pageTab ul:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#pageTab ul li {
  float: left;
  list-style-type: none;
  text-align: center;
}
#pageTab ul.tab2 li {
  width: 472px;
  margin-left: 6px;
}
#pageTab ul.tab3 li {
  width: 312px;
  margin-left: 7px;
}
#pageTab ul.tab4 li {
  width: 233px;
  margin-left: 6px;
}
#pageTab ul.tab5 li {
  width: 186px;
  margin-left: 5px;
}
#pageTab ul.tab6 li {
  width: 150px;
  margin-left: 10px;
}
#pageTab ul li.first {
  margin-left: 0;
}
#pageTab ul li a {
  display: block;
  height: 44px;
}
#pageTab ul li em {
  display: block;
  height: 44px;
  font-style: normal;
  font-weight: bold;
}
#pageTab ul li a img,
#pageTab ul li em img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* ------------------------------------------
	contents
------------------------------------------ */

#contents {
  background-color: #f0ebdf;
}
#contents:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#contents.column1 {
  width: 930px;
  padding: 15px 5px 15px 15px;
}
#contents.column2L {
  width: 920px;
  padding: 15px;
}
#contents.column2R {
  width: 930px;
  padding: 15px 5px 15px 15px;
}
#contents .pagetop {
  clear: both;
  width: 920px;
  text-align: right;
  font-size: 82%;
}

/* ----- pageBtn -----*/

.pageBtn {
  margin-bottom: 15px;
}
.pageBtn p.btn1 {
  width: 600px;
  margin: 0 auto;
}
.pageBtn p.btn1 a {
  display: block;
  height: 44px;
  text-align: center;
}
.pageBtn ul {
  width: 920px;
}
.pageBtn ul:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.pageBtn ul li {
  float: left;
  list-style-type: none;
  text-align: center;
}
.pageBtn ul.btn2 li {
  width: 457px;
  margin-left: 6px;
}
.pageBtn ul.btn3 li {
  width: 302px;
  margin-left: 7px;
}
.pageBtn ul.btn4 li {
  width: 227px;
  margin-left: 4px;
}
.pageBtn ul.btn5 li {
  width: 180px;
  margin-left: 5px;
}
.pageBtn ul.btn6 li {
  width: 145px;
  margin-left: 10px;
}
.pageBtn ul li.first {
  margin-left: 0;
}
.pageBtn ul li a {
  display: block;
  height: 44px;
}
.pageBtn ul li em {
  display: block;
  height: 44px;
  font-style: normal;
  font-weight: bold;
}

/* ----- search-box -----*/

#search-box {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border: 1px solid #CBC2A0;
  background-color: #FFF;
}
.column1 #search-box {
  width: 918px;
}
.column2L #search-box {
  float: right;
  width: 198px;
}
.column2R #search-box {
  float: left;
  width: 198px;
}
#search-box li {
  list-style-type: none;
}
#search-box .active {
  font-size: 100%;
  font-weight: normal;
}
#search-box h1 {
  margin: 7px 7px 3px 7px;
  font-size: 90%;
  color: #60502E;
}
#search-box .explain {
  margin-bottom: 10px;
  font-size: 82%;
  line-height: 1.4;
  color: #CC0000;
}
#search-box #domestic-search-box,
#search-box #overseas-search-box {
  padding: 7px;
}
.column1 #search-box #domestic-search-box,
.column1 #search-box #overseas-search-box {
  padding: 15px;
}

/* radio button */

#search-box .searchCategory li,
#search-box .squeeze li,
#search-box .setCars p,
#search-box .searchSelectCar li {
  margin-bottom: 7px;
  padding: 6px 0 6px 3px;
  border: 1px dotted #cdcdcd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #eeeeee;
  color: #444;
  line-height: 1.2;
}

/* input field */

#search-box .inputDate {
  width: 95%;
  min-height: 28px;
  padding-left: 3%;
  background-color: #f0f0f0;
  border: 1px solid #878787;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
  -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  /*background image*/
  background-image: url(https://img.travel.rakuten.co.jp/share/themes/search/images/calendarIcon001_72px.png);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: 28px 23px;
  -moz-background-size: 28px 23px;
  -o-background-size: 28px 23px;
  /*Text setting*/
  color: #333;
  font-size: 90%;
  line-height: 2.4;
}
#search-box .number ul li.child a,
#search-box #oa-arv1 {
  background: #f0f0f0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #777777;
  -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 5px rgba(171, 171, 171, 0.6);
  -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 5px rgba(171, 171, 171, 0.6);
  box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 5px rgba(171, 171, 171, 0.6);
  color: #333333;
  line-height: 1.7;
  padding: 0.3em 1em;
}

/* select */

.column2L #search-box #db-dpt,
.column2R #search-box #db-dpt,
.column2L #search-box #db-arv,
.column2R #search-box #db-arv,
.column2L #search-box #dr-garea,
.column2R #search-box #dr-garea,
.column2L #search-box #dr-airport,
.column2R #search-box #dr-airport,
.column2L #search-box #dr-bairport,
.column2R #search-box #dr-bairport,
.column2L #search-box #dr-barea,
.column2R #search-box #dr-barea,
.column2L #search-box #dr-gtrain,
.column2R #search-box #dr-gtrain,
.column2L #search-box .selectArea select,
.column2R #search-box .selectArea select,
.column2L #search-box #oa-airline,
.column2R #search-box #oa-airline,
.column2L #search-box #oap-airline,
.column2R #search-box #oap-airline {
  width: 100%;
}
#search-box #dr-gmarea,
#search-box #dr-garea,
#search-box #oh-area-dai,
#search-box #oh-area-chu,
#search-box #oh-area-shou,
#search-box #oh-area-sai,
#search-box #oap-destination-area,
#search-box #oap-destination-country,
#search-box #oap-destination-city {
  margin-bottom: 7px;
}

/* tab */

#search-box .switch {
  position: relative;
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #CCC;
}
#search-box .switch:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#search-box .switch li {
  float: left;
  position: relative;
  bottom: -1px;
  z-index: 3;
}
.column1 #search-box .switch li {
  width: 48.5%;
  margin-left: 1%;
}
.column2L #search-box .switch li,
.column2R #search-box .switch li {
  width: 44%;
  margin-left: 4%;
}
#search-box .switch li a {
  display: block;
  padding: 10px 0 5px 0;
  border: 1px solid #CCC;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background-color: #EEE;
  font-size: 90%;
}
#search-box .switch li a.active {
  padding-bottom: 6px;
  border-style: solid solid hidden solid;
  border-color: #CCC #CCC #FFF #CCC;
  background-color: #FFF;
}

/* searchCategory */

#search-box .searchCategory {
  clear: both;
  font-size: 82%;
}
.column1 #search-box .searchCategory {
  width: 866px;
  margin-bottom: 15px;
  padding: 5px 10px;
  border: 1px dotted #cdcdcd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #eeeeee;
}
.column1 #search-box .searchCategory:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.column1 #search-box .searchCategory li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
.column2L #search-box .searchCategory li span,
.column2R #search-box .searchCategory li span {
  display: block;
  padding-left: 18px;
  font-size: 90%;
}

/* search structure */

#search-box .structure:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#search-box .structure dt {
  font-size: 82%;
  font-weight: bold;
  line-height: 1.2;
}
.column1 #search-box .structure dt {
  float: left;
  padding-top: 5px;
  margin-bottom: 10px;
}
.column1 #search-box .structure1 dt {
  clear: both;
  width: 20%;
}
.column1 #search-box .structure2 dt {
  width: 15%;
  min-height: 15px;
}
.column1 #search-box #searchSwitchArea4 .structure2 dt {
  width: 10%;
  min-height: 35px;
}
#search-box .structure dd {
  margin-bottom: 10px;
  font-size: 82%;
}
.column1 #search-box .structure dd {
  float: left;
}
.column1 #search-box .structure1 dd {
  width: 80%;
}
.column1 #search-box .structure2 dd {
  width: 32%;
  margin-right: 3%;
  min-height: 22px;
}
.column1 #search-box .structure dt.number {
  padding-top: 10px;
}
.column1 #search-box .structure dd.number {
  padding-top: 7px;
}
.column1 #search-box #searchSwitchArea4 .structure2 dd {
  width: 30%;
  min-height: 42px;
}
.column1 #search-box #searchSwitchArea4 .structure2 dd:nth-of-type(even) {
  width: 44%;
  margin-right: 0;
}
.column1 #search-box .structure dt.date {
  padding-top: 10px;
}
.column1 #search-box .structure dt.area {
  clear: both;
}
.column1 #search-box .structure2 .number ul {
  width: 100%;
}
#search-box .number ul:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#search-box .number ul li {
  float: left;
  width: 50%;
}
#search-box .number ul li.adult {
  width: 45%;
}
#search-box .number ul li.adult span {
  font-size: 11px;
}
.column2L #search-box .number ul li,
.column2R #search-box .number ul li {
  float: none;
  width: auto;
  margin-bottom: 7px;
}
.column1 #search-box .structure2 dt.squeeze {
  clear: both;
}
.column1 #search-box .structure2 dd.squeeze {
  width: 82%;
  margin-right: 3%;
}
.column1 #search-box .structure .squeeze {
  white-space: nowrap;
}
.column1 #search-box .structure .squeeze li {
  display: inline;
  margin-bottom: 0;
  padding: 0 15px 0 0;
  border: none;
  background-color: transparent;
}
.column1 #search-box .structure2 dt.area {
  clear: both;
}
.column1 #search-box .structure2 dd.area {
  width: 82%;
  margin-right: 3%;
}
.column1 #search-box .structure2 dt.cars {
  clear: both;
}
.column1 #search-box .structure2 dd.cars {
  width: 82%;
  margin-right: 3%;
}
.column1 #search-box .searchSelectCar {
  width: 100%;
}
.column1 #search-box .searchSelectCar:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.column1 #search-box .searchSelectCar li {
  float: left;
  margin-bottom: 0;
  padding: 0 15px 0 0;
  border: none;
  background-color: transparent;
}
.column1 #search-box #dr-dpt-date,
.column1 #search-box #dr-arv-date {
  width: 30%;
}
#search-box #oa-arv1-sgst {
  position: relative;
  padding: 10px;
  border: 3px solid #CCC;
  background-color: #FFF;
  margin-right: 3%;
  margin-left: 3%;
  box-shadow: 0px 3px 5px #666;
}
#search-box #oa-arv1-sgst:after,
#search-box #oa-arv1-sgst:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#search-box #oa-arv1-sgst:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
#search-box #oa-arv1-sgst:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #CCC;
  border-width: 14px;
  left: 50%;
  margin-left: -14px;
}
.column1 #search-box #oa-dpt1-date,
.column1 #search-box #oa-dpt2-date,
.column1 #search-box #oap-departure,
.column1 #search-box #oap-arrival {
  width: 30%;
}

/* sltBox */

.childBox.popup-contents {
  z-index: 103;
}
.sltBox {
  position: relative;
  padding: 10px;
  border: 3px solid #CCC;
  background-color: #FFF;
  margin-right: 3%;
  margin-left: 3%;
  box-shadow: 0px 3px 5px #666;
}
#dap-child-num-contents .sltBox {
  width: 420px;
}
.sltBox:after,
.sltBox:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sltBox:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.sltBox:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #CCC;
  border-width: 14px;
  left: 50%;
  margin-left: -14px;
}
.sltBox table {
  font-size: 82%;
  margin-bottom: 2px;
}
.sltBox th {
  background-color: #eeeeee;
  color: #888888;
  font-weight: bold;
  width: 3.6em;
}
.sltBox tr {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}
.sltBox td {
  width: 8em;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
#dap-child-num-contents .sltBox td {
  width: 13em!important;
}
.sltBox td span.child-select-des {
  display: block;
}
.sltBox td span.child-select-contents {
  display: block;
  vertical-align: middle;
}
.sltBox .tbClose {
  display: block;
  z-index: 5;
  position: absolute;
  top: -10px;
  right: -10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.sltBox .tbClose a.close {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0px 0px;
  height: 23px;
  width: 23px;
  background-image: url(https://img.travel.rakuten.co.jp/share/themes/search/images/closeBtn_72px.png);
  background-repeat: no-repeat;
}

/* submit */

#search-box p.searchSubmit {
  clear: both;
}
#search-box p.searchSubmit a {
  display: block;
  height: 24px;
  width: 60px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-align: center;
  line-height: 0;
  background: url(https://img.travel.rakuten.co.jp/share/themes/top/images/n/btn_search.gif) 0 0 no-repeat;
}
.column1 #search-box p.searchSubmit a {
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/btn_search_001.png) 0 0 no-repeat;
  width: 178px;
  height: 35px;
}
#search-box p.searchSubmit a:hover {
  opacity: 0.8
}

/* ----- mainContents -----*/

.column2L #mainContents {
  float: left;
  width: 720px;
}
.column2R #mainContents {
  float: right;
  width: 720px;
}

/* hotels */

.column1 .hotels {
  width: 930px;
  margin-bottom: 10px;
}
.column2L .hotels {
  width: 720px;
  margin-bottom: 10px;
}
.column2R .hotels {
  width: 720px;
  margin-bottom: 10px;
}
:root .hotels {
  margin-bottom: 0;
}

/*for except IE hack*/

.hotels:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.htlBox {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #CBC2A0;
  line-height: 1.2;
  background-color: #FFF;
}
.column1 .htlBox1 {
  float: none;
  position: relative;
  width: 918px;
}
.column1 .htlBox2 {
  width: 453px;
}
.column1 .htlBox3 {
  width: 298px;
}
.column1 .htlBox4 {
  width: 222px;
  margin-right: 8px;
}
.column2L .htlBox1 {
  float: none;
  position: relative;
  width: 708px;
}
.column2L .htlBox2 {
  width: 348px;
}
.column2L .htlBox3 {
  width: 228px;
}
.column2L .htlBox4 {
  width: 168px;
}
.column2R .htlBox1 {
  float: none;
  position: relative;
  width: 708px;
}
.column2R .htlBox2 {
  width: 348px;
}
.column2R .htlBox3 {
  width: 228px;
}
.column2R .htlBox4 {
  width: 168px;
}
.htlBox1:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.htlBox a {
  display: block;
}
.htlBox .basic {
  position: relative;
}
.htlBox .area {
  margin-bottom: 10px;
  padding: 7px 5px;
  background-color: #CBC2A0;
  color: #FFF;
  font-size: 82%;
  line-height: 1.1;
}
.htlBox1 .area {
  padding-right: 210px;
}
.htlBox h1 {
  margin: 0 0 5px 10px;
  font-size: 100%;
  word-wrap: break-word;
}
.htlBox .chara {
  width: 94%;
  margin: 0 0 2px 10px;
}
.htlBox1 .basic .chara {
  position: absolute;
  top: 35px;
  right: 5px;
  width: auto;
  margin: 0;
}
.htlBox .chara:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.htlBox .chara li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 3px 5px;
  background-color: #60502E;
  border-radius: 3px;
  color: #FFF;
  font-size: 82%;
  line-height: 1.1;
  list-style-type: none;
  white-space: normal;
  word-break: normal;
  word-wrap: normal;
}
.htlBox .explain {
  margin: 0 10px 10px 10px;
  font-size: 82%;
}
.htlBox .photo {
  padding: 0 10px 10px 10px;
}
.column1 .htlBox1 .photo {
  float: left;
  width: 480px;
}
.column2L .htlBox1 .photo {
  float: left;
  width: 360px;
}
.column2R .htlBox1 .photo {
  float: left;
  width: 360px;
}
.htlBox .photo .thumPhotos {
  width: 100%;
}
.htlBox .photo .thumPhotos:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.htlBox .photo .thumPhotos li {
  float: left;
  overflow: hidden;
  width: 24%;
  max-height: 100px;
  margin: 0 0.5%;
  list-style-type: none;
}
.htlBox1 .photo .thumPhotos li {
  width: 24%;
}
.htlBox2 .photo .thumPhotos li {
  width: 32.2%;
}
.htlBox .photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.htlBox a:hover .photo img {
  opacity: 0.8;
  cursor: pointer;
}
.htlBox .rate,
.htlBox .rank {
  display: block;
  min-width: 90px;
  margin: 0 10px 7px 10px;
  font-size: 78%;
  padding: 5px;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #CBC2A0;
  text-align: center;
}
.htlBox1 .rate,
.htlBox1 .rank {
  position: absolute;
  top: 3px;
  right: 5px;
  margin: 0;
  padding: 0;
  border: none;
}
.htlBox1 .rate a,
.htlBox1 .rank {
  padding: 3px;
  background-color: #FFF;
  border-radius: 3px;
  line-height: 1.1;
}
.htlBox .rate .hide,
.htlBox .rank .hide {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.htlBox .rate em,
.htlBox .rank em {
  padding-top: 2px;
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/sprite.png) no-repeat;
  font-style: normal;
  font-weight: bold;
  color: #CC0000;
  font-size: 115%;
  vertical-align: -2px;
}
.htlBox4 .rate span,
.htlBox4 .rank span {
  display: block;
}
.htlBox .rate em {
  padding-left: 93px;
  cursor: pointer;
}
.htlBox .rank em {
  padding-left: 110px;
}
.htlBox .rate em.rating50 {
  background-position: 3px -548px;
}
.htlBox .rate em.rating45 {
  background-position: 3px -573px;
}
.htlBox .rate em.rating40 {
  background-position: 3px -598px;
}
.htlBox .rate em.rating35 {
  background-position: 3px -623px;
}
.htlBox .rate em.rating30 {
  background-position: 3px -648px;
}
.htlBox .rate em.rating25 {
  background-position: 3px -673px;
}
.htlBox .rate em.rating20 {
  background-position: 3px -698px;
}
.htlBox .rate em.rating15 {
  background-position: 3px -723px;
}
.htlBox .rate em.rating10 {
  background-position: 3px -748px;
}
.htlBox .rate em.rating05 {
  background-position: 3px -773px;
}
.htlBox .rate em.rating00 {
  background-position: 3px -798px;
}
.htlBox4 .rate span {
  display: block;
}
.htlBox .rank em.ranking50 {
  background-position: 3px -1500px;
}
.htlBox .rank em.ranking45 {
  background-position: 3px -1525px;
}
.htlBox .rank em.ranking40 {
  background-position: 3px -1550px;
}
.htlBox .rank em.ranking35 {
  background-position: 3px -1575px;
}
.htlBox .rank em.ranking30 {
  background-position: 3px -1600px;
}
.htlBox .rank em.ranking25 {
  background-position: 3px -1625px;
}
.htlBox .rank em.ranking20 {
  background-position: 3px -1650px;
}
.htlBox .rank em.ranking15 {
  background-position: 3px -1675px;
}
.htlBox .rank em.ranking10 {
  background-position: 3px -1700px;
}
.htlBox .rank em.ranking05 {
  background-position: 3px -1725px;
}
.htlBox .rank em.ranking00 {
  background-position: 3px -1700px;
}
.htlBox .plan {
  margin: 0 10px;
}
.column1 .htlBox1 .plan {
  float: left;
  width: 408px;
  margin-left: 0;
}
.column2L .htlBox1 .plan {
  float: left;
  width: 318px;
  margin-left: 0;
}
.column2R .htlBox1 .plan {
  float: left;
  width: 318px;
  margin-left: 0;
}
.htlBox .plan li {
  margin-bottom: 7px;
  list-style-type: none;
  line-height: 1.4;
}
.htlBox .plan li a {
  padding: 5px;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #CBC2A0;
}
.htlBox1 .plan li a .planName,
.htlBox2 .plan li a .planName {
  font-size: 90%;
}
.htlBox3 .plan li a .planName,
.htlBox4 .plan li a .planName {
  font-size: 82%;
}
.htlBox .plan .chara {
  margin: 0;
}
.htlBox .plan li a .price {
  text-align: right;
  font-size: 82%;
}
.htlBox .plan li a .price span {
  color: #CC0000;
}
.htlBox .plan li a .price span em {
  font-weight: bold;
  font-size: 140%;
  font-style: normal;
}
.htlBox .plan li a .price small {
  display: block;
  text-align: right;
  font-size: 100%;
}
.htlBox .btn {
  margin: 0 10px 3px 10px;
}
.column1 .htlBox1 .btn {
  float: right;
  width: 417px;
  margin: 0 1px 0 0;
}
.column2L .htlBox1 .btn {
  float: right;
  width: 327px;
  margin: 0 1px 0 0;
}
.column2R .htlBox1 .btn {
  float: right;
  width: 327px;
  margin: 0 1px 0 0;
}
.htlBox2 .btn {
  margin-right: 0;
}
.htlBox .btn li {
  margin-bottom: 7px;
  list-style-type: none;
}
.column1 .htlBox1 .btn li {
  float: left;
  width: 130px;
  margin-right: 9px;
}
.column1 .htlBox2 .btn li {
  float: left;
  width: 139px;
  margin-right: 8px;
}
.column2L .htlBox1 .btn li {
  float: left;
  width: 100px;
  margin-right: 9px;
}
.column2L .htlBox2 .btn li {
  float: left;
  width: 104px;
  margin-right: 8px;
}
.column2R .htlBox1 .btn li {
  float: left;
  width: 100px;
  margin-right: 9px;
}
.column2R .htlBox2 .btn li {
  float: left;
  width: 104px;
  margin-right: 8px;
}
.htlBox .btn li a {
  padding: 10px 0;
  text-align: center;
  background: #544526;
  background: -moz-linear-gradient(top, #706142, #544526);
  background: -webkit-gradient(linear, left top, left bottom, from(#706142), to(#544526));
  border-radius: 5px;
}
#contentsArea .htlBox .btn li a {
  color: #FFF;
}

/* air */

.column1 .air {
  width: 930px;
  margin-bottom: 10px;
}
.column2L .air,
.column2R .air {
  width: 720px;
  margin-bottom: 10px;
}
:root .air {
  margin-bottom: 0;
}

/*for except IE hack*/

.air:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.air h1 {
  margin-right: 10px;
  margin-bottom: 7px;
  font-size: 120%;
}
.airBox {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #CBC2A0;
  line-height: 1.2;
  background-color: #FFF;
}
.column1 .airBox {
  width: 298px;
}
.column2L .airBox {
  width: 228px;
}
.column2R .airBox {
  width: 228px;
}
.airBox a {
  display: block;
  padding: 10px;
}
.airBox a:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.airBox h2 {
  margin-bottom: 7px;
  font-size: 120%;
}
.airBox h2 span {
  padding-right: 7px;
}
.airBox .chara {
  width: 100%;
  margin-bottom: 5px;
}
.airBox .chara:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.airBox .chara li {
  float: left;
  margin-right: 5px;
  padding: 3px 5px;
  background-color: #60502E;
  border-radius: 3px;
  color: #FFF;
  font-size: 82%;
  line-height: 1.1;
  list-style-type: none;
}
.airBox .caption {
  margin-bottom: 7px;
  font-size: 82%;
  font-weight: bold;
}
.airBox .price {
  font-size: 78%;
}
.airBox .price span {
  display: block;
  color: #B20000;
}
.airBox .price em {
  font-weight: bold;
  font-style: normal;
  font-size: 192%;
}

/* dp */

.column1 .dp {
  width: 930px;
  margin-bottom: 10px;
}
.column2L .dp,
.column2R .dp {
  width: 720px;
  margin-bottom: 10px;
}
:root .dp {
  margin-bottom: 0;
}

/*for except IE hack*/

.dp:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.dp h1 {
  margin-right: 10px;
  margin-bottom: 7px;
  font-size: 120%;
}
.dpBox {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #CBC2A0;
  line-height: 1.2;
  background-color: #FFF;
}
.column1 .dpBox {
  width: 453px;
}
.column2L .dpBox {
  width: 348px;
}
.column2R .dpBox {
  width: 348px;
}
.dpBox a {
  display: block;
  padding: 10px;
}
.dpBox a:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.dpBox h2 {
  margin-bottom: 7px;
  font-size: 120%;
}
.dpBox .chara {
  width: 100%;
  margin-bottom: 5px;
}
.dpBox .chara:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.dpBox .chara li {
  float: left;
  margin-right: 5px;
  padding: 3px 5px;
  background-color: #60502E;
  border-radius: 3px;
  color: #FFF;
  font-size: 82%;
  line-height: 1.1;
  list-style-type: none;
}
.dpBox .photo {
  float: left;
}
.column1 .dpBox .photo {
  width: 240px;
}
.column2L .dpBox .photo,
.column2R .dpBox .photo {
  width: 160px;
}
.dpBox .photo img {
  width: 100%;
  height: auto;
}
.dpBox a:hover .photo img {
  opacity: 0.8;
  cursor: pointer;
}
.dpBox .info {
  float: right;
}
.column1 .dpBox .info {
  width: 183px;
}
.column2L .dpBox .info,
.column2R .dpBox .info {
  width: 158px;
}
.dpBox .info .caption {
  margin-bottom: 10px;
  font-size: 82%;
  font-weight: bold;
}
.dpBox .info .price {
  margin-bottom: 10px;
  font-size: 78%;
}
.dpBox .info .price span {
  display: block;
  color: #B20000;
}
.dpBox .info .price em {
  font-weight: bold;
  font-style: normal;
  font-size: 154%;
}
.dpBox .info .note {
  font-size: 82%;
}

/* spots */

.column1 .spots {
  width: 930px;
}
.column2L .spots,
.column2R .spots {
  width: 720px;
}
.spots:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.spots h1 {
  margin-right: 10px;
  margin-bottom: 7px;
}
.spotBox {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #CBC2A0;
  background-color: #FFF;
}
.spotBox1:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.column1 .spotBox1 {
  zoom: 1;
  float: none;
  position: relative;
  width: 918px;
}
.column1 .spotBox2 {
  width: 453px;
}
.column1 .spotBox3 {
  width: 298px;
}
.column1 .spotBox4 {
  width: 222px;
  margin-right: 8px;
}
.column2L .spotBox1 {
  zoom: 1;
  float: none;
  position: relative;
  width: 708px;
}
.column2L .spotBox2 {
  width: 348px;
}
.column2L .spotBox3 {
  width: 228px;
}
.column2L .spotBox4 {
  width: 168px;
}
.column2R .spotBox1 {
  zoom: 1;
  float: none;
  position: relative;
  width: 708px;
}
.column2R .spotBox2 {
  width: 348px;
}
.column2R .spotBox3 {
  width: 228px;
}
.column2R .spotBox4 {
  width: 168px;
}
.spotBox a,
.spotBox .innner {
  display: block;
  padding: 10px;
}
.spotBox h2 {
  margin: 0 0 5px 0;
  font-size: 120%;
}
.spotBox .photo {
  margin: 0 0 10px 0;
}
.spotBox1 .photo {
  float: left;
  margin-right: 10px;
}
.column1 .spotBox1 .photo {
  width: 480px;
}
.column2L .spotBox1 .photo {
  width: 360px;
}
.column2R .spotBox1 .photo {
  width: 360px;
}
.spotBox2 .photo {
  float: left;
  margin-right: 10px;
}
.column1 .spotBox2 .photo {
  width: 240px;
}
.column2L .spotBox2 .photo {
  width: 160px;
}
.column2R .spotBox2 .photo {
  width: 160px;
}
.spotBox .photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.spotBox a:hover .photo img {
  opacity: 0.8;
  cursor: pointer;
}
.spotBox .photo .thumPhotos {
  width: 100%;
}
.spotBox .photo .thumPhotos:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.spotBox .photo .thumPhotos li {
  float: left;
  overflow: hidden;
  width: 24%;
  max-height: 100px;
  margin: 0 0.5%;
  list-style-type: none;
}
.spotBox1 .photo .thumPhotos li {
  width: 24%;
}
.spotBox2 .photo .thumPhotos li {
  width: 32.2%;
}
.spotBox .explain {
  line-height: 1.4;
}
.spotBox1 .explain {
  float: right;
}
.column1 .spotBox1 .explain {
  width: 408px;
}
.column2L .spotBox1 .explain {
  width: 318px;
}
.column2R .spotBox1 .explain {
  width: 318px;
}
.spotBox2 .explain {
  float: right;
}
.column1 .spotBox2 .explain {
  width: 183px;
}
.column2L .spotBox2 .explain {
  width: 158px;
}
.column2R .spotBox2 .explain {
  width: 158px;
}
.spotBox .explain p,
.spotBox .explain li,
.spotBox .explain dl {
  font-size: 82%;
  margin-bottom: 7px;
  list-style-type: none;
}
.spotBox .detail {
  clear: right;
  float: right;
  font-size: 82%;
}
.column1 .spotBox1 .detail {
  width: 418px;
}
.column2L .spotBox1 .detail {
  width: 328px;
}
.column2R .spotBox1 .detail {
  width: 328px;
}
.spotBox .detail:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.spotBox .detail li {
  float: left;
  width: 50%;
  list-style-type: none;
}
.spotBox .detail dl {
  margin: 0 10px 10px 0;
  padding: 7px;
  border: 1px solid #CBC2A0;
  font-size: 100%;
}
.spotBox .detail dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.spotBox .detail dl dd {
  line-height: 1.4;
}
.spotBox .subPhoto {
  clear: right;
  float: right;
  margin-bottom: 10px;
  font-size: 82%;
}
.column1 .spotBox1 .subPhoto {
  width: 418px;
}
.column2L .spotBox1 .subPhoto {
  width: 328px;
}
.column2R .spotBox1 .subPhoto {
  width: 328px;
}
.spotBox .subPhoto:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.spotBox .subPhoto img {
  float: left;
  width: 30%;
}
.spotBox .subPhoto ul {
  float: right;
  width: 67%;
  list-style-type: none;
}
.spotBox .btn {
  clear: both;
  margin: 0 10px 3px 10px;
}
.spotBox1 .btn {
  clear: right;
  float: right;
  margin: 0 1px 0 0;
}
.column1 .spotBox1 .btn {
  width: 417px;
}
.column2L .spotBox1 .btn {
  width: 327px;
}
.column2R .spotBox1 .btn {
  width: 327px;
}
.spotBox.spotBox2 .btn {
  margin-right: 0;
}
.spotBox .btn li {
  margin-bottom: 7px;
  list-style-type: none;
}
.column1 .spotBox1 .btn li {
  float: left;
  width: 130px;
  margin-right: 9px;
}
.column1 .spotBox2 .btn li {
  float: left;
  width: 139px;
  margin-right: 8px;
}
.column2L .spotBox1 .btn li {
  float: left;
  width: 100px;
  margin-right: 9px;
}
.column2L .spotBox2 .btn li {
  float: left;
  width: 104px;
  margin-right: 8px;
}
.column2R .spotBox1 .btn li {
  float: left;
  width: 100px;
  margin-right: 9px;
}
.column2R .spotBox2 .btn li {
  float: left;
  width: 104px;
  margin-right: 8px;
}
.spotBox .btn li a {
  padding: 10px 0;
  text-align: center;
  background: #544526;
  background: -moz-linear-gradient(top, #706142, #544526);
  background: -webkit-gradient(linear, left top, left bottom, from(#706142), to(#544526));
  border-radius: 5px;
}
#contentsArea .spotBox .btn li a {
  color: #FFF;
}

/* accessBox */

.accessBox {
  zoom: 1;
  margin-bottom: 10px;
  border: 1px solid #CBC2A0;
  background-color: #FFF;
}
.column1 .accessBox {
  width: 918px;
}
.column2L .accessBox {
  width: 708px;
}
.column2R .accessBox {
  width: 708px;
}
.accessBox:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.accessBox h1 {
  margin: 10px;
}
.accessBox .map {
  float: left;
  margin: 0 10px 10px;
  background: #EAEAEA;
}
.column1 .accessBox .map {
  width: 480px;
}
.column2L .accessBox .map {
  width: 360px;
}
.column2R .accessBox .map {
  width: 360px;
}
.accessBox .route {
  float: right;
  margin: 0 10px 10px 0;
  font-size: 90%;
  line-height: 1.4;
}
.column1 .accessBox .route {
  width: 400px;
}
.column2L .accessBox .route {
  width: 310px;
}
.column2R .accessBox .route {
  width: 310px;
}
.accessBox .route dt {
  font-weight: bold;
}
.accessBox .route dd {
  padding-left: 1em;
}
.accessBox .route li {
  list-style-type: none;
}

/* racoupon */

.racoupon {
  position: relative;
  margin-bottom: 3px;
  padding: 2px;
  border: 1px solid #E0C180;
  background: #FFF;
  text-align: center;
  line-height: 1.2;
}
.column1 .racoupon {
  width: 914px;
}
.column2L .racoupon,
.column2R .racoupon {
  width: 704px;
}
:root *> .racoupon:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 7px;
  height: 7px;
  margin-top: -7px;
  border-top: 3px solid #BF0A0A;
  border-right: 3px solid #BF0A0A;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.racoupon a {
  display: block;
  border: 1px solid #AE7B5C;
}
.racoupon .catch {
  padding: 5px;
  background-color: #C8AC62;
  background: -moz-linear-gradient(left, #C8AC62, #FCF8D3 50%, #C8AC62);
  background: -webkit-gradient(linear, left top, right top, from(#C8AC62), color-stop(0.5, #FCF8D3), to(#C8AC62));
  color: #6D0C15;
  font-size: 90%;
  font-weight: bold;
}
.racoupon .number {
  position: absolute;
  top: 30px;
  left: 10px;
  width: 90px;
  height: 75px;
  margin: 7px;
  padding-top: 15px;
  font-size: 90%;
  background: #BF0A0A;
  border-radius: 100%;
  color: #FFF;
}
.racoupon .number em {
  font-size: 150%;
  font-style: normal;
  font-weight: bold;
}
.racoupon .price {
  position: relative;
  margin: 7px;
  color: #BF0A0A;
  font-size: 200%;
  font-weight: bold;
}
.racoupon .term {
  font-size: 90%;
  list-style-type: none;
}
.racoupon .term li {
  margin: 3px;
  color: #4F2B2D;
}
.racoupon .note {
  margin: 5px;
  font-size: 82%;
}

/* utility */

.utility {
  margin-bottom: 15px;
}
.column1 .utility {
  width: 920px;
}
.column2L .utility,
.column2R .utility {
  width: 710px;
}
.utility:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.utility .boxL {
  float: left;
}
.utility .boxR {
  float: right;
}
.column1 .utility .boxL,
.column1 .utility .boxR {
  width: 455px;
}
.column2L .utility .boxL,
.column2L .utility .boxR,
.column2R .utility .boxL,
.column2R .utility .boxR {
  width: 350px;
}

/* login */

#login {
  margin-bottom: 15px;
}
.column1 #login {
  width: 920px;
}
.column2L #login,
.column2R #login {
  width: 710px;
}
#login:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#login a:link {
  text-decoration: underline;
}
#login .title {
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  color: #BF0A0A;
  font-size: 120%;
  background-color: #BF0A0A;
  color: #FFF;
  line-height: 1.2;
}
#login .loginBox {
  margin-bottom: 15px;
  padding: 5px 10px 25px 10px;
  border: 2px solid #BF0A0A;
  background-color: #FFF;
}
.column1 #login .loginBox {
  width: 430px;
}
.column2L #login .loginBox,
.column2R #login .loginBox {
  width: 325px;
}
#login div#l_rakuten {
  float: left;
}
#login div#l_entry {
  float: right;
}
#login .note {
  clear: both;
  font-size: 14pt;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}
#login #l_rtitle,
#login #l_etitle {
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px solid #BF0A0A;
  font-size: 100%;
  font-weight: bold;
  color: #BF0A0A;
}
#login .message {
  margin-bottom: 10px;
  font-size: 82%;
  color: #BF0A0A;
}
#login .input {
  margin: 0 15px;
}
#login .input dt {
  font-size: 82%;
  font-weight: bold;
  color: #666;
}
#login .input dt span {
  font-weight: normal;
}
#login .input #inputID,
#login .input #inputPass {
  width: 90%;
}
#login .input dd {
  margin-bottom: 10px;
  text-align: center;
}
#login .txt {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.3;
}
#login .attention {
  padding: 0 0 0 22px;
  font-size: 82%;
  color: #BF0A0A;
  background-position: -42px -160px;
  line-height: 1.5;
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/sprite.png) no-repeat -182px -868px;
}
#login .l_submit {
  margin: 10px 15px;
  text-align: center;
}
#login .l_submit input {
  width: 90%;
  font-size: 100%;
  border: 1px solid #cccccc;
  background: #eaeaea;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorStr=#FEFEFE, endColorStr=#EAEAEA, GradientType=0);
  background: -moz-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #eaeaea 100%);
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-weight: bold;
  color: #333333;
  margin: 0 auto;
  cursor: pointer;
}
#login .l_submit #nextstep {
  border: 1px solid #bf0c0b;
  background: #bd0a0a;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorStr=#e0312b, endColorStr=#bd0a0a, GradientType=0);
  background: -moz-linear-gradient(top, #e0312b 0%, #bd0a0a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0312b), color-stop(100%, #bd0a0a));
  background: -webkit-linear-gradient(top, #e0312b 0%, #bd0a0a 100%);
  background: -o-linear-gradient(top, #e0312b 0%, #bd0a0a 100%);
  background: -ms-linear-gradient(top, #e0312b 0%, #bd0a0a 100%);
  background: linear-gradient(to bottom, #e0312b 0%, #bd0a0a 100%);
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
#login .tabimado {
  float: right;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 82%;
  line-height: 1.5;
}
.column1 #login .tabimado {
  width: 440px;
}
.column2L #login .tabimado,
.column2R #login .tabimado {
  width: 329px;
}
#login .privacy {
  float: right;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #EAEAEA;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 82%;
  line-height: 1.5;
}
.column1 #login .privacy {
  width: 424px;
}
.column2L #login .privacy,
.column2R #login .privacy {
  width: 316px;
}

/* permission */

#login .txt1 {
  margin: 0 auto;
  line-height: 1.3;
  font-weight: bold;
}
#login .txt2 {
  text-align: center;
}
#login .text2 {
  font-weight: bold;
  line-height: 2.5;
  font-size: 19px;
}
#login .l_submit input.disabled {
  cursor: default;
}
#login .privacy2 {
  margin: 10px 0;
  padding: 10px 15px;
  background-color: #EAEAEA;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 1.5;
}

/* mapList */

#mapList {
  margin-bottom: 15px;
  border: 1px solid #CBC2A0;
}
.column1 #mapList {
  width: 918px;
}
.column2L #mapList,
.column2R #mapList {
  width: 708px;
}
#mapList.domestic {
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/map_domestic.gif) no-repeat top right #B4E9F0;
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/map_domestic.gif) no-repeat top right, -moz-linear-gradient(top, #FFF, #B4E9F0);
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/map_domestic.gif) no-repeat top right, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#B4E9F0));
}
#mapList.domestic2 {
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/map_domestic2.gif) no-repeat top center #B4E9F0;
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/map_domestic2.gif) no-repeat top center, -moz-linear-gradient(top, #FFF, #B4E9F0);
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/map_domestic2.gif) no-repeat top center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#B4E9F0));
}
#mapList.overseas {
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/map_overseas.gif) no-repeat top right #B4E9F0;
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/map_overseas.gif) no-repeat top right, -moz-linear-gradient(top, #FFF, #B4E9F0);
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/map_overseas.gif) no-repeat top right, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#B4E9F0));
}
#mapList.overseas2 {
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/map_overseas2.gif) no-repeat top center #B4E9F0;
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/map_overseas2.gif) no-repeat top center, -moz-linear-gradient(top, #FFF, #B4E9F0);
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/map_overseas2.gif) no-repeat top center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#B4E9F0));
}
#mapList .title {
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  color: #BF0A0A;
  font-size: 120%;
  background-color: #60502E;
  color: #FFF;
  line-height: 1.2;
}
#mapList dl {
  clear: both;
  margin: 10px;
  font-size: 82%;
}
#mapList dl:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#mapList dl dt {
  float: left;
  height: 20px;
  padding: 7px 5px 5px 5px;
  text-align: center;
  background-color: #60502E;
  border: 1px solid #CBC2A0;
  color: #FFF;
}
#mapList dl.tokyo dt {
  height: 156px;
}
#mapList dl.izuhakone dt {
  height: 54px;
}
#mapList.domestic dl dt {
  width: 70px;
}
#mapList.overseas dl dt {
  width: 105px;
}
#mapList dl dd {
  float: left;
  width: 570px;
}
#mapList dl dd ul {
  width: auto;
}
#mapList dl dd li {
  float: left;
  white-space: nowrap;
  list-style-type: none;
  padding: 0;
  background-color: #FFF;
  border-width: 1px;
  border-style: solid solid solid none;
  border-color: #CCC;
}
#mapList dl dd li a {
  display: block;
  position: relative;
  height: 20px;
  padding: 7px 25px 5px 5px;
}
#mapList.domestic dl dd li a {
  width: 3em;
}
#mapList.domestic dl.tokyo dd li a {
  width: 14em;
}
#mapList.domestic dl.izuhakone dd li a {
  width: 6em;
}
#mapList.overseas dl dd li a {
  width: 8em;
}
:root *> #mapList dl dd li a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
#mapList dl dd li a:after {
  border: none¥9;
}
#mapList dl dd li a:hover {
  background-color: #FFECEC;
}
#mapList .mapArea {
  position: relative;
  width: 600px;
  height: 360px;
  margin: 0 auto;
}
#mapList .mapArea li {
  position: absolute;
  height: 32px;
  list-style-type: none;
  padding: 0;
  background-color: #FFF;
  border: 1px solid #CCC;
  font-size: 90%;
  text-align: center;
}
#mapList.domestic2 .mapArea li {
  width: 90px;
}
#mapList.overseas2 .mapArea li {
  width: 70px;
}
#mapList.overseas2 .mapArea li#map_vnm,
#mapList.overseas2 .mapArea li#map_sai,
#mapList.overseas2 .mapArea li#map_usa {
  width: 90px;
}
#mapList.overseas2 .mapArea li#map_mys,
#mapList.overseas2 .mapArea li#map_sin,
#mapList.overseas2 .mapArea li#map_eur {
  width: 110px;
}
#mapList.overseas2 .mapArea li#map_phl,
#mapList.overseas2 .mapArea li#map_idn,
#mapList.overseas2 .mapArea li#map_aus {
  width: 160px;
}
#mapList .mapArea li a {
  display: block;
  position: relative;
  padding: 7px 7px 5px 5px;
}
:root *> #mapList .mapArea li a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
#mapList .mapArea li#mapArea01 {
  top: 60px;
  right: 60px;
}
#mapList .mapArea li#mapArea02 {
  top: 150px;
  right: 120px;
}
#mapList .mapArea li#mapArea03 {
  top: 200px;
  right: 160px;
}
#mapList .mapArea li#mapArea04 {
  top: 265px;
  right: 180px;
}
#mapList .mapArea li#mapArea05 {
  top: 310px;
  right: 240px;
  text-align: left;
}
#mapList .mapArea li#mapArea06 {
  top: 220px;
  right: 260px;
}
#mapList .mapArea li#mapArea07 {
  top: 170px;
  right: 295px;
}
#mapList .mapArea li#mapArea08 {
  top: 265px;
  right: 295px;
}
#mapList .mapArea li#mapArea09 {
  top: 220px;
  right: 370px;
}
#mapList .mapArea li#mapArea10 {
  top: 170px;
  right: 420px;
  text-align: left;
}
#mapList .mapArea li#mapArea11 {
  top: 270px;
  right: 420px;
}
#mapList .mapArea li#mapArea12 {
  top: 215px;
  right: 500px;
}
#mapList .mapArea li#mapArea13 {
  top: 270px;
  right: 10px;
}
#mapList .mapArea li#map_kor {
  top: 80px;
  left: 240px;
}
#mapList .mapArea li#map_chn {
  top: 70px;
  left: 150px;
}
#mapList .mapArea li#map_mfm {
  top: 120px;
  left: 80px;
}
#mapList .mapArea li#map_hkg {
  top: 120px;
  left: 160px;
}
#mapList .mapArea li#map_twn {
  top: 120px;
  left: 240px;
}
#mapList .mapArea li#map_tha {
  top: 160px;
  left: 70px;
}
#mapList .mapArea li#map_vnm {
  top: 160px;
  left: 150px;
}
#mapList .mapArea li#map_phl {
  top: 200px;
  left: 200px;
}
#mapList .mapArea li#map_mys {
  top: 200px;
  left: 80px;
}
#mapList .mapArea li#map_sin {
  top: 240px;
  left: 70px;
}
#mapList .mapArea li#map_idn {
  top: 240px;
  left: 190px;
}
#mapList .mapArea li#map_gum {
  top: 200px;
  left: 390px;
}
#mapList .mapArea li#map_sai {
  top: 160px;
  left: 320px;
}
#mapList .mapArea li#map_hwi {
  top: 160px;
  left: 420px;
}
#mapList .mapArea li#map_usa {
  top: 90px;
  left: 360px;
}
#mapList .mapArea li#map_eur {
  top: 60px;
  left: 0px;
}
#mapList .mapArea li#map_aus {
  top: 280px;
  left: 210px;
}
#mapList .mapBtn {
  width: 60%;
  list-style-type: none;
}
#mapList .mapBtn:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#mapList .mapBtn li {
  float: left;
  width: 49.8%;
}
#mapList .mapBtn li a {
  display: block;
  position: relative;
  margin: 0 0 10px 10px;
  padding: 7px 15px 5px 7px;
  border: 1px solid #CCC;
  background-color: #FFF;
  font-size: 82%;
  cursor: pointer;
  line-height: 1.2;
}
:root *> #mapList .mapBtn li a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
#mapList .mapBtn dl {
  margin: 0;
  font-size: 100%;
}
#mapList .mapBtn dl dt {
  float: none;
  width: auto!important;
  height: auto;
  padding: 0;
  text-align: left;
  background-color: transparent;
  border: none;
  color: #000;
}
#mapList .mapBtn dl dd {
  float: none;
  width: auto;
}

/* category */

.category {
  margin-bottom: 5px;
}
.column1 .category {
  width: 930px;
}
.column2L .category {
  width: 720px;
}
.column2R .category {
  width: 720px;
}
.category ul:after,
.category ul .catBox a:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.category ul .catBox {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #CBC2A0;
  line-height: 1.2;
  background-color: #FFF;
  list-style-type: none;
}
.column1 .category ul .catBox {
  width: 298px;
}
.column2L .category ul .catBox {
  width: 228px;
}
.column2R .category ul .catBox {
  width: 228px;
}
.category ul .catBox a {
  display: block;
  position: relative;
  padding: 10px 15px 10px 10px;
}
:root *> .category ul .catBox a:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.category ul .catBox a:after {
  border: none¥9;
}
.category ul .catBox dl {
  float: right;
  width: 66%;
}
.category ul .catBox dl dt {
  font-size: 90%;
  font-weight: bold;
}
.category ul .catBox dl dd {
  font-size: 82%;
}
.category ul .catBox .photo {
  float: left;
  width: 30%;
}
.category ul .catBox .photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.category ul .parent {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #CBC2A0;
  line-height: 1.2;
  background-color: #FFF;
  list-style-type: none;
}
.column1 .category ul .parent {
  width: 453px;
}
.column2L .category ul .parent {
  width: 348px;
}
.column2R .category ul .parent {
  width: 348px;
}
.category ul .parent a {
  display: block;
  position: relative;
  padding: 10px 15px 10px 10px;
}
:root *> .category ul .parent a:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.category ul .parent a:before {
  border: none¥9;
}
.category ul .parent dl dt {
  margin-bottom: 5px;
  font-size: 90%;
  font-weight: bold;
}
.category ul .parent dl dd {
  width: 100%;
  font-size: 82%;
}
.category ul .parent dl dd:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.category ul .parent dl dd img {
  float: left;
  width: 30%;
  margin-right: 10px;
}
.category ul .parent .child {
  width: 100%;
  padding: 10px 0 5px;
  border-top: 1px solid #CBC2A0;
}
.category ul .parent .child:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.category ul .parent .child li {
  float: left;
  list-style-type: none;
  margin: 0 0 10px 10px;
  font-size: 82%;
}
.column1 .category ul .parent .child li {
  width: 100px;
}
.column2L .category ul .parent .child li {
  width: 74px;
}
.column2R .category ul .parent .child li {
  width: 74px;
}
.category ul .parent .child li a {
  padding: 0;
}
.category ul .parent .child li a:before {
  border: none;
}

/* bnrs, bnr2 */

#mainContents .bnrs {
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  border: 1px solid #CBC2A0;
  background-color: #FFF;
}
#mainContents .bnrs ul {
  zoom: 1;
  padding-bottom: 5px;
}
#mainContents .bnrs ul:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#mainContents .bnrs li {
  float: left;
  width: 31%;
  height: 60px;
  margin: 0 1% 15px;
  list-style-type: none;
}
#mainContents .bnrs li a {
  display: block;
  font-size: 82%;
  line-height: 1.2;
}
#mainContents .bnrs li a:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#mainContents .bnrs li a img {
  float: left;
  margin: 0 5px 0 0;
}
#mainContents .bnrs2 {
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  border: 1px solid #CBC2A0;
  background-color: #FFF;
}
#mainContents .bnrs2 ul {
  zoom: 1;
  padding-left: 5px;
}
#mainContents .bnrs2 ul:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#mainContents .bnrs2 li {
  float: left;
  width: 15%;
  margin: 0 0.8% 10px;
  line-height: 1.2;
  list-style-type: none;
  text-align: center;
}
#mainContents .bnrs2 li a {
  display: block;
}
#mainContents .bnrs2 li span {
  display: block;
  font-size: 78%;
}

/* ----- subContents -----*/

.column2L #subContents {
  float: right;
  width: 200px;
}
.column2R #subContents {
  float: left;
  width: 200px;
}

/* keywordSearch */

#keywordSearch {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border: 1px solid #CBC2A0;
  background-color: #FFF;
}
#keywordSearch h1 {
  margin: 7px 7px 3px 7px;
  font-size: 90%;
  color: #60502E;
}
#keywordSearch #f_query {
  width: 164px;
  margin: 3px 7px;
  font-size: 82%;
  height: 30px;
}
#keywordSearch .submit {
  display: block;
  margin: 3px auto;
  width: 60px;
}
#keywordSearch .submit:hover {
  opacity: 0.8
}
#keywordSearch:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}

/* browsHistory */

#browsHistory {
  margin-bottom: 15px;
  border: 1px solid #CBC2A0;
  background-color: #FFF;
}
#browsHistory h1 {
  margin: 7px 7px 5px 7px;
  font-size: 90%;
  color: #60502E;
}

/* bnrs */

#subContents .bnrs {
  border: 1px solid #CBC2A0;
  background-color: #FFF;
}
#subContents .bnrs li {
  margin: 15px 10px;
  list-style-type: none;
}
#subContents .bnrs li a {
  display: block;
  font-size: 82%;
  line-height: 1.2;
}
#subContents .bnrs li a:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#subContents .bnrs li a img {
  float: left;
  margin: 0 5px 0 0;
}

/* ----- text field -----*/

#login .input #inputID,
#login .input #inputPass,
#keywordSearch #f_query {
  min-height: 16px;
  padding: 3px 9px;
  background-color: #f0f0f0;
  border: 1px solid #878787;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  line-height: 2.4;
}

/* ----- text field -----*/

.agreeToPolicy {
  font-size: 14px;
  text-align: center;
}
.agreeToPolicy .revisionDate {
  color: #666;
  margin-left: 5px;
  display: inline-block;
}

/* PR TAG */
.pr_absolute {
    position: relative;
}
.pr_absolute::before {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    line-height: 1;
    padding: 4px 0;
    content: "PR";
}
.pr_absolute > span {
    text-indent: 1.5em;
}
.pr_absolute.bg-black50::before {background-color: rgba(0, 0, 0, .5);}
.pr_absolute.bg-black60::before {background-color: rgba(0, 0, 0, .6);}
.pr_absolute.bg-black70::before {background-color: rgba(0, 0, 0, .7);}
.pr_absolute.bg-black80::before {background-color: rgba(0, 0, 0, .8);}
.pr_absolute.bg-white50::before {background-color: rgba(255, 255, 255, .5);color: #333;}
.pr_absolute.bg-white60::before {background-color: rgba(255, 255, 255, .6);color: #333;}
.pr_absolute.bg-white70::before {background-color: rgba(255, 255, 255, .7);color: #333;}
.pr_absolute.bg-white80::before {background-color: rgba(255, 255, 255, .8);color: #333;}
