/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * tour.scss
 */
#tour {
  /* #header */
  /* PC
  --------------------------------------------------*/
  /* TB
  --------------------------------------------------*/
  /* SP
  --------------------------------------------------*/
}
#tour .gNav > ul > li.access a,
#tour .gNav > ul > li.access .label {
  border-bottom-color: #ffe73f;
}
#tour #tourArea .lead {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
#tour #tourArea .lead .caption {
  margin-top: 5px;
  font-size: 13px;
}
#tour #tourArea .tours {
  margin-top: 40px;
  padding: 55px 0;
  background: #ffffff;
}
#tour #tourArea .tours .title02 {
  margin-bottom: 10px;
}
#tour #tourArea .tours .accordion {
  border-bottom: #ffe73f solid 4px;
}
#tour #tourArea .tours .accordion > dt {
  overflow: hidden;
  position: relative;
  padding: 20px 96px;
  border-top: #ffe73f solid 4px;
  font-weight: bold;
  line-height: 1.34;
  text-align: center;
  cursor: pointer;
}
.msie #tour #tourArea .tours .accordion > dt {
  padding-top: 24px;
  padding-bottom: 16px;
}
#tour #tourArea .tours .accordion > dt:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 94px;
  height: 100%;
  background: url(../imgs/arw-01_2.svg) no-repeat center center;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#tour #tourArea .tours .accordion > dt.opened:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#tour #tourArea .tours .accordion > dd {
  display: none;
  padding: 20px 60px 60px;
}
#tour #tourArea .tours .official {
  margin-top: 40px;
}
#tour #tourArea .tours .official > li {
  zoom: 1;
}
#tour #tourArea .tours .official > li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#tour #tourArea .tours .official > li + li {
  margin-top: 40px;
  padding-top: 40px;
  border-top: rgba(255, 231, 63, 0.5) solid 4px;
}
#tour #tourArea .tours .official > li .image {
  float: left;
  width: 270px;
}
#tour #tourArea .tours .official > li .image img {
  width: 100%;
  height: auto;
}
#tour #tourArea .tours .official > li .text {
  margin-left: 310px;
}
#tour #tourArea .tours .official > li .text .label {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}
#tour #tourArea .tours .official > li .text .ttl {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.34;
}
#tour #tourArea .tours .official > li .text .info {
  font-size: 20px;
  line-height: 1.7;
}
#tour #tourArea .tours .official > li .text .info dt {
  float: left;
  font-weight: bold;
}
#tour #tourArea .tours .official > li .text .info dd {
  margin-left: 5.5em;
}
#tour #tourArea .tours .official > li .text .btn02 {
  margin-top: 20px;
  text-align: left;
}
#tour #tourArea .tours .other {
  margin-top: 40px;
}
#tour #tourArea .tours .other .links {
  margin-top: 30px;
}
#tour #tourArea .tours .other .links > dt {
  margin: 35px 0 15px;
  font-weight: bold;
}
#tour #tourArea .tours .other .links > dt:first-child {
  margin-top: 0;
}
#tour #tourArea .tours .other .links > dd .list {
  zoom: 1;
}
#tour #tourArea .tours .other .links > dd .list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#tour #tourArea .tours .other .links > dd .list li.btn02 {
  float: left;
  padding: 5px 15px 5px 0;
  text-align: left;
}
#tour #tourArea .tours .other .banners {
  zoom: 1;
  margin-top: 30px;
}
#tour #tourArea .tours .other .banners:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#tour #tourArea .tours .other .banners dt {
  clear: left;
  float: left;
  width: 168px;
  padding-top: 10px;
  font-weight: bold;
}
#tour #tourArea .tours .other .banners dd {
  box-sizing: border-box;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  margin-left: -168px;
  padding-left: 168px;
}
#tour #tourArea .tours .other .banners dd:last-child {
  margin-bottom: 0;
}
#tour #tourArea .tours .other .banners dd .list {
  zoom: 1;
  padding-left: 20px;
}
#tour #tourArea .tours .other .banners dd .list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#tour #tourArea .tours .other .banners dd .list > li {
  float: left;
  width: 50%;
  margin: 20px 0 0 20px;
}
#tour #tourArea .tours .other .banners dd .list > li:nth-child(odd) {
  clear: both;
  margin-left: -20px;
}
#tour #tourArea .tours .other .banners dd .list > li:nth-child(-n+2) {
  margin-top: 0;
}
#tour #tourArea .tours .other .banners dd .list > li img {
  width: 100%;
  height: auto;
}
#tour #tourArea .tours .other .table {
  width: 100%;
  margin-top: 30px;
}
#tour #tourArea .tours .other .table th,
#tour #tourArea .tours .other .table td {
  padding: 28px 0;
  border-top: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
}
#tour #tourArea .tours .other .table th {
  width: 7em;
  font-weight: bold;
  vertical-align: top;
}
#tour #tourArea .tours .other .table td {
  vertical-align: top;
}
#tour #tourArea .tours .other .table td .list li {
  display: inline;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  #tour #tourArea .lead {
    font-size: 15px;
    line-height: 1.6;
  }
  #tour #tourArea .lead .caption {
    margin-top: 10px;
    font-size: 12px;
  }
  #tour #tourArea .tours {
    margin-top: 20px;
    padding: 35px 0;
  }
  #tour #tourArea .tours .title02 {
    font-size: 21px;
  }
  #tour #tourArea .tours .accordion {
    border-bottom-width: 3px;
  }
  #tour #tourArea .tours .accordion > dt {
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 65px;
    padding: 0 55px 0 20px;
    border-top-width: 3px;
    font-size: 17px;
    line-height: 1.30;
    text-align: left;
  }
  .msie #tour #tourArea .tours .accordion > dt {
    padding-top: 0;
    padding-bottom: 0;
  }
  #tour #tourArea .tours .accordion > dt:after {
    width: 70px;
  }
  #tour #tourArea .tours .accordion > dt .inside {
    display: table-cell;
    vertical-align: middle;
  }
  .msie #tour #tourArea .tours .accordion > dt .inside {
    padding-top: 7px;
  }
  #tour #tourArea .tours .accordion > dd {
    padding: 5px 20px 40px;
    font-size: 15px;
    line-height: 1.6;
  }
  #tour #tourArea .tours .official {
    margin-top: 20px;
  }
  #tour #tourArea .tours .official > li + li {
    margin-top: 20px;
    padding-top: 30px;
    border-top-width: 2px;
  }
  #tour #tourArea .tours .official > li .image {
    float: none;
    width: auto;
  }
  #tour #tourArea .tours .official > li .text {
    margin-top: 15px;
    margin-left: 0;
  }
  #tour #tourArea .tours .official > li .text .label {
    font-size: 17px;
    line-height: 1.42;
  }
  #tour #tourArea .tours .official > li .text .ttl {
    margin-bottom: 10px;
    font-size: 21px;
  }
  #tour #tourArea .tours .official > li .text .info {
    font-size: 15px;
    line-height: 1.6;
  }
  #tour #tourArea .tours .official > li .text .btn02 {
    margin-top: 10px;
  }
  #tour #tourArea .tours .other {
    margin-top: 30px;
  }
  #tour #tourArea .tours .other .links {
    margin-top: 20px;
  }
  #tour #tourArea .tours .other .links > dt {
    font-size: 16px;
    margin: 15px 0 5px;
  }
  #tour #tourArea .tours .other .banners {
    zoom: 1;
    margin-top: 20px;
  }
  #tour #tourArea .tours .other .banners:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  #tour #tourArea .tours .other .banners dt {
    float: none;
    width: auto;
    margin-bottom: 15px;
    padding-top: 0;
    font-size: 16px;
  }
  #tour #tourArea .tours .other .banners dt br {
    display: none;
  }
  #tour #tourArea .tours .other .banners dd {
    float: none;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
  }
  #tour #tourArea .tours .other .banners dd .list {
    padding-left: 15px;
  }
  #tour #tourArea .tours .other .banners dd .list > li {
    margin: 15px 0 0 15px;
  }
  #tour #tourArea .tours .other .banners dd .list > li:nth-child(odd) {
    margin-left: -15px;
  }
  #tour #tourArea .tours .other .table {
    margin-top: 20px;
  }
  #tour #tourArea .tours .other .table th,
  #tour #tourArea .tours .other .table td {
    padding: 15px 0;
    border-top: #dcdcdc solid 1px;
    border-bottom: #dcdcdc solid 1px;
  }
  #tour #tourArea .tours .other .table th {
    width: 5em;
  }
}
