@charset "utf-8";
/*
* ★★CSS for smartphone
*
* @date 2013.03.13
* @author Daisuke Hayashi
*/

.pc {
  display: none;
}
#contentsArea #mapList dl a {  padding: 14px 0 14px 10px;
  color: #000;font-weight: normal;font-size: 16px;display: block;
background: #FFFDF7;
}
.page1 #contentsArea #mapList dl a  {
  background-color: #F8FFFB;
}
#contentsArea #mapList dl a:link,
#contentsArea #mapList dl a:visited {

}

#mapList.domestic dl.izuhakone dd li {
  width: 25%;
}

#txt_info {
  font-size: 12px;
  margin-bottom: 15px;
}

#contents.column1 {
  background: #ffffff;
  padding: 0 0 15px;
}

#pageTab {
  margin: 0;
}
.tab2 {
  padding: 0 10px;
}
.tab2 li {
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  background-color: #b79e46;
  color: #ffffff;
  margin-top: 20px;
}
.tab2 li.selected {
  height: 68px;
  margin-top: 0;
}
.tab2 li.first {
  background: #3eb16c;
  color: #ffffff;
}
.page2 .tab2 li.first {
  background: #3eb16c;
  color: #ffffff;

}
.page2 .tab2 li.first a {
  padding-top: 2px;
  padding-bottom: 2px;
}
.tab2 li a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  font-weight: bold;
  color: #ffffff !important;
  font-size: 16px;
  box-sizing: border-box;
  height: 48px !important;
  line-height: 1.1;
}
.tab2 li em {
  display: flex!important;
  align-items: center;
  justify-content: center;
  height: 100%!important;
  font-weight: bold;
  color: #ffffff !important;
  font-size: 16px;
  padding: 0 5px;
  line-height: 1.2!important;
}

.tab2 li.first a,
.tab2 li.first em {
  display: flex !important;
  align-items: center;
  justify-content: center;

 
}
#mapList dl dt {
  border: 1px solid #c4c4c4;
  /* border-top: none; */
  background-color: #fff;
margin-top: -1px;
}
/* .page2 #mapList dl dt {
  background-color: #b79e46;
} */
#mainContents {
  padding: 10px;
  background: #e1f8fe;

}
#mapList dl {
  margin: 0;
}
.blue {
  border-bottom: 4px solid #3eb16c;
}
.red {
  border-bottom: 4px solid #b79e46;
}






.note {
  padding: 8px;
  font-size: 14px;
  margin-bottom: 8px;
}
#mapList dl {
  border: none;
  
  background: transparent;
}
#mapList dl:first-child {border-top: 1px solid #c4c4c4;}
#mapList dl dt {
padding: 0;
}
#mapList dl dd {width: auto;
  border-left: 1px solid #c4c4c4;
}
/* #mapList dl dd li {
  border-color: #999;
} */
/* #mapList.domestic dl dd li {
 width: 100%!important;
} */
#mapList dl dd li a {
font-size: 16px;
padding: 14px 0 14px 7px;
  background: #fff;
  color: #000 !important;
}
/* #mapList dl dd li a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
} */
.page1 #mainContents {
  background-color: #C6E9D5;
}
.page2 #mainContents {
  background-color: #F0E9CB;
}
.otherCal {
  padding: 30px 10px 10px 10px;
}
.otherCal h2 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.otherCal h2::before {
  content: url(http://travel.rakuten.co.jp/vacancy/leisure/images/icon_calendar.svg);
  padding-top: 3px;
  padding-right: 6px;
}
.otherCal ul {
  display: flex;
  flex-wrap: wrap;
}
.otherCal li {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 8px;font-size: 12px;
}
.otherCal li img {
  width: 100%;margin-bottom: 4px;
}

#mapList dl dd li a:after {
    margin-top:-5px;
  border-color: #333;
  width: 10px;
  border-width: 1px;
  height: 10px;
  right: 15px;

}
#mapList dl dt {position: relative;}
#mapList dl dt a{

  pointer-events: none;
}
#mapList dl dt:after  {
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width:15px;
    height: 15px;
    margin-top: -7px;
    background: url(../images/expand-arrow-open.svg) no-repeat center right;
    background-size: contain;
    content: "";
    
}
.page1 #contentsArea #mapList dl dt.active a{background-color: #3eb16c;color: #fff;}
.page2 #contentsArea #mapList dl dt.active a{background-color: #b79e46;color: #fff;}

#mapList dl dt.active:after {
    background: url(../images/expand-arrow-close.svg) no-repeat center right;
 display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width:15px;
    height: 15px;
    margin-top: -7px;
      background-size: contain;
    content: "";
  transform: rotate(180deg);}

#mapList ul {display: none;}
#mapList dt.pc + dd li {width: 100%!important;}

