/****************************************
			　　共通
*****************************************/
body {
  font-family: "メイリオ", Meiryo, Osaka, "sans-serif";
  position: relative;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.mark {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.mark img {
  width: 100%;
}
#header #header_Right #accountMenu {
  height: 25px;
}
#iconBtnNational {
  top: 0px;
}
/****************************************
			サイドメニュー
*****************************************/
#sideMenu {
  position: fixed;
  bottom: -80px;
  right: 0%;
  width: 174px;
  height: 474px;
  background: url('../images/pc/top/gnavi_bg.png') center right no-repeat;
  z-index: 9999;
}
#sideMenu ul {
  padding: 102px 0 0;
}
#sideMenu li {
  height: 69px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#sideMenu li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#sideMenu li a p {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.side_choice {
  background: url('../images/pc/top/gnavi_hove.png') center right no-repeat;
  animation-duration: 0.5s;
  animation-name: sidemove;
}
@keyframes sidemove {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#sideInfoBox {
  position: fixed;
  right: 0px;
  top: 210px;
  padding: 0;
  z-index: 2000;
  text-align: center;
  display: none;
}
.side-info-box {
  position: relative;
}
.side-info-close {
  position: absolute;
  bottom: 20px;
  right: 40px;
  cursor: pointer;
}
.side-info-close img {
  width: 18px;
}
.side-info-ttl {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.2em;
}
.side-info-pic {
  margin-bottom: 10px;
  transition: all 0.8s ease;
}
.side-info-pic:hover {
  display: block;
  transition: all 0.2s ease;
  transform: scale(1.1);
}
.side-info-pic img {
  width: 90%;
}
.side-info-btn {
  display: inline-block;
  background-color: #724C00;
  padding: 5px 10px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  border-radius: 3px;
}
.side-info-btn a {
  text-decoration: none;
  color: #FFF;
}
/****************************************
		　 メイン画像　補足部分
*****************************************/
#mainImg {
  width: 100%;
  height: 500px;
  background: url('../images/pc/top/main_bg.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainImg .mapTitle__text {
  position: absolute;
  top: 42%;
  left: 48%;
  transform: translate(-50%, -50%);
}
#mainImg p {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%)
}
#subImg {
  width: 100%;
  height: 372px;
  background: url('../images/pc/top/sub_bg.png') center center no-repeat;
  text-align: center;
  position: relative;
  background-size: cover;
}
#subImgBox {
  position: relative;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 960px;
}
#subTitle {
  width: 250px;
  border-bottom: 3px solid #000;
  border-top: 3px solid #000;
  padding: 5px 0;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
}
#subtext {
  width: 100%;
  padding: 15px;
  line-height: 150%;
  font-size: 20px;
}
/****************************************
			  MAP
*****************************************/
#map {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  transition-property: background-image;
  transition-duration: 1s;
  /* background-size: cover; */
}
#mapBgBox {
  background-image: url('../images/pc/top/map/map_bg_02.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 1105px;
  /* background-size: cover; */
}
#mapTitle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  text-align: center;
  z-index: 100;
}
[class*="mapTitle__text"] {
  display: block;
}
#mapTitle .mapTitle__text--sub {}
#mapTitle .mapTitle__text--main {
  text-align: center;
  color: #004fa3;
  font-weight: bold;
  font-size: 25px;
  margin: 4px 0 0;
}
/*#mapTitle .mapTitle__text--main::after,#mapTitle .mapTitle__text--main::before{
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(../images/pc/top/sun.png);
	background-size: contain;
	vertical-align: middle;
}*/
/**ボタン**/
#mapBox {
  width: 960px;
  margin: 0 auto;
  height: 1105px;
  position: relative;
}
.btn {
  background-repeat: no-repeat;
  background-position: center;
  width: 123px;
  height: 123px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.btn > p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 100%;
  position: relative;
}
.btn > p > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#germanyBtn > p > span, #greeceBtn > p > span {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.btn > p > span:nth-child(1) {
  display: inline-block;
}
.btn > p > span:nth-child(2) {
  display: none;
}
.mouse_off {
  background-image: url('../images/pc/top/map/map_off.png');
}
.mouse_on {
  background-image: url('../images/pc/top/map/map_on.png');
}
#englandBtn {
  top: 280px;
  left: 205px;
}
#nordicBtn {
  top: 210px;
  left: 490px;
}
#franceBtn {
  top: 555px;
  left: 130px;
}
#switzerlandBtn {
  top: 560px;
  left: 690px;
}
#italylandBtn {
  top: 800px;
  left: 420px;
}
#germanyBtn {
  top: 390px;
  left: 445px;
}
#spainBtn {
  top: 770px;
  left: 0px;
}
#croatiaBtn {
  top: 740px;
  left: 650px;
}
#greeceBtn {
  top: 900px;
  left: 620px;
}
/**写真**/
.map_img {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
}
.map_img span {
  display: none;
}
#imgSwitzerlan {
  top: 540px;
  left: 770px;
}
#imgSwitzerlan img {
  width: 199px;
}
#imgSpain {
  top: 690px;
  left: 20px;
}
#imgSpain img {
  width: 194px;
}
#imgItaly {
  top: 880px;
  left: 320px;
}
#imgItaly img {
  width: 221px;
}
#imgGermany {
  top: 390px;
  left: 550px;
}
#imgGermany img {
  width: 205px;
}
#imgFrance {
  top: 480px;
  left: -20px;
}
#imgFrance img {
  width: 204px;
}
#imgEngland {
  top: 200px;
  left: 50px;
}
#imgEngland img {
  width: 206px;
}
#imgCroatia {
  top: 720px;
  left: 760px;
}
#imgCroatia img {
  width: 210px;
}
#imgNordic {
  top: 190px;
  left: 600px;
}
#imgNordic img {
  width: 230px;
}
#imgGreece {
  top: 950px;
  left: 660px;
}
#imgGreece img {
  width: 194px;
}
.map_img_choice {
  line-height: 0;
}
.map_img_choice img {
  animation-duration: 0.3s;
  animation-name: imgmove;
  transform: scale(1.1, 1.1);
  border: 3px solid #F9950D;
}
.map_img_choice span {
  line-height: 150%;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.5)
}
/**オブジェクト**/
.decoration {
  position: absolute;
}
#decoration00 {
  top: -1px;
  left: 30px;
}
#decoration01 {
  top: 500px;
  left: 980px;
}
#decoration02 {
  top: 900px;
  left: 860px;
  animation: move01 1s linear infinite;
}
#decoration03 {
  top: 680px;
  left: 480px;
  animation: move01 3s linear infinite;
}
#decoration04 {
  top: 780px;
  left: 240px;
}
#decoration05 {
  top: 660px;
  left: 280px;
}
#decoration06 {
  top: 200px;
  left: 1150px;
}
#decoration07 {
  top: 580px;
  left: 300px;
}
#decoration08 {
  top: 190px;
  left: 865px;
}
#decoration09 {
  top: 350px;
  left: 75px;
}
#decoration10 {
  top: 890px;
  left: 180px;
}
#decoration11 {
  top: 530px;
  left: 430px;
}
#decoration12 {
  top: 420px;
  left: 850px;
}
#decoration13 {
  top: 0px;
  left: 700px;
  animation: move04 10s linear infinite;
}
#decoration98 {
  top: 700px;
  left: 525px;
  animation: move02 3s linear infinite;
}
#decoration99 {
  top: 700px;
  left: 500px;
  animation: move03 3s 1s linear infinite;
}
@keyframes move01 {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes move02 {
  0% {
    transform: translateY(0px) translateX(-3px) rotate(10deg);
    opacity: 1;
  }
  25% {
    transform: translateY(-5px) translateX(0px) rotate(10deg);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-10px) translateX(-3px) rotate(10deg);
    opacity: 0.7;
  }
  75% {
    transform: translateY(-15px) translateX(0px) rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-20px) translateX(-3px) rotate(10deg);
    opacity: 0;
  }
}
@keyframes move03 {
  0% {
    transform: translateY(0px) translateX(0px) rotate(-10deg);
    opacity: 1;
  }
  25% {
    transform: translateY(-5px) translateX(-3px) rotate(-10deg);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-10px) translateX(0px) rotate(-10deg);
    opacity: 0.7;
  }
  75% {
    transform: translateY(-15px) translateX(-3px) rotate(-10deg);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-20px) translateX(0px) rotate(-10deg);
    opacity: 0;
  }
}
@keyframes move04 {
  0% {
    top: 0px;
    left: 700px;
    transform: rotateY(0);
  }
  10% {
    top: 100px;
    left: 650px;
    transform: rotateY(0);
  }
  11% {
    top: 100px;
    left: 650px;
    transform: rotateY(180deg);
  }
  25% {
    top: 200px;
    left: 700px;
    transform: rotateY(180deg);
  }
  26% {
    top: 200px;
    left: 700px;
    transform: rotateY(0);
  }
  40% {
    top: 350px;
    left: 600px;
    transform: rotateY(0);
  }
  50% {
    top: 380px;
    left: 580px;
    transform: rotateY(0);
  }
  51% {
    top: 380px;
    left: 580px;
    transform: rotateY(180deg);
  }
  60% {
    top: 350px;
    left: 600px;
    transform: rotateY(180deg);
  }
  75% {
    top: 200px;
    left: 700px;
    transform: rotateY(180deg);
  }
  76% {
    top: 200px;
    left: 700px;
    transform: rotateY(0);
  }
  85% {
    top: 100px;
    left: 650px;
    transform: rotateY(0);
  }
  86% {
    top: 100px;
    left: 650px;
    transform: rotateY(180deg);
  }
  99% {
    top: 0px;
    left: 700px;
    transform: rotateY(180deg);
  }
  100% {
    top: 0px;
    left: 700px;
    transform: rotateY(0);
  }
}
/**海のキラキラ**/
#glitterBox {
  position: absolute;
  top: 0;
  left: -100px;
  width: 572px;
  height: 100%;
  animation: glitter 3s linear infinite;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
@keyframes glitter {
  0% {
    background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_01.png);
    opacity: 0.8;
  }
  25% {
    background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_03.png);
    opacity: 0.9;
  }
  50% {
    background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_02.png);
    opacity: 0.7;
  }
  75% {
    background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_03.png);
    opacity: 0.9;
  }
  100% {
    background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_01.png);
    opacity: 0.8;
  }
}
/***ファイヤーフォックスのみ適応*/
@-moz-document url-prefix() {
  @keyframes glitter {
    0% {
      background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_01.png);
      opacity: 0.8;
    }
    12.5% {
      background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_01.png);
      opacity: 0;
    }
    12.6% {
      background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_03.png);
      opacity: 0;
    }
    25% {
      background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_03.png);
      opacity: 0.9;
    }
    37.5% {
      background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_03.png);
      opacity: 0;
    }
    37.6% {
      background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_02.png);
      opacity: 0;
    }
    50% {
      background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_02.png);
      opacity: 0.7;
    }
    62.5% {
      background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_02.png);
      opacity: 0;
    }
    62.6% {
      background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_03.png);
      opacity: 0;
    }
    75% {
      background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_03.png);
      opacity: 0.9;
    }
    87.5% {
      background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_03.png);
      opacity: 0;
    }
    87.6% {
      background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_01.png);
      opacity: 0;
    }
    100% {
      background-image: url(/kaigai/europe/summer/kanto/images/pc/top/map/kirakira_01.png);
      opacity: 0.8;
    }
  }
}
/**国名クリック**/
.map_link {
  position: absolute;
  cursor: pointer;
  z-index: 99;
}
#linkSwitzerlan {
  width: 70px;
  height: 50px;
  top: 650px;
  left: 425px;
}
#linkSpain {
  width: 150px;
  height: 100px;
  top: 840px;
  left: 150px;
}
#linkItaly {
  width: 100px;
  height: 100px;
  top: 750px;
  left: 500px;
}
#linkGermany {
  width: 100px;
  height: 140px;
  top: 500px;
  left: 450px;
}
#linkGermany02 {
  width: 100px;
  height: 50px;
  top: 610px;
  left: 550px;
}
#linkFrance {
  width: 150px;
  height: 180px;
  top: 580px;
  left: 260px;
}
#linkEngland {
  width: 100px;
  height: 150px;
  top: 400px;
  left: 190px;
}
#linkCroatia {
  width: 100px;
  height: 40px;
  top: 670px;
  left: 550px
}
#linkCroatia02 {
  width: 100px;
  height: 40px;
  top: 720px;
  left: 580px;
}
#linkNordic {
  width: 400px;
  height: 200px;
  top: 180px;
  left: 500px;
}
#linkGreece {
  width: 100px;
  height: 100px;
  top: 850px;
  left: 720px;
}
/**タブレット処理**/
@media screen and (max-device-width: 960px) {
  #decoration06, #decoration01 {
    display: none;
  }
  #mapTitle {
    width: 100%;
  }
}
/**国名ホバー**/
.map_hover {
  position: absolute;
  z-index: 90;
}
#hoverSwitzerlan {
  width: 226px;
  height: 170px;
  top: 532px;
  left: 760px;
  border: #F9950D solid 4px;
  background-color: rgba(255, 255, 255, 0.5);
}
.map_hover ul {
  width: 100%;
  height: 100%;
  padding: 15px 0 0 55px;
}
.map_hover li {
  color: #004fa3;
}
/****************************************
			エリアで探す
*****************************************/
#areaChoice {
  width: 100%;
  padding-bottom: 30px;
  /*background: url('../images/pc/top/area_bg.png') center top no-repeat;*/
}
#areaChoiceBox {
  width: 960px;
  padding: 100px 0 0;
  margin: 0 auto;
}
#areaChoiceBox a {
  color: #000;
}
#areaChoiceBox h3 {
  text-align: center;
  color: #004fa3;
  font-weight: bold;
  font-size: 25px;
  margin: 0 0 10px;
}
/*#areaChoiceBox h3::after,#areaChoiceBox h3::before{
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(../images/pc/top/sun.png);
	background-size: contain;
	vertical-align: middle;
}*/
#areaChoiceBox ul {
  letter-spacing: -.4em;
}
#areaChoiceBox li {
  display: inline-block;
  letter-spacing: normal;
  width: 180px;
  font-size: 14px;
  text-align: center;
  margin: 5px 6px;
  transition: transform 0.1s linear;
  vertical-align: top;
}
#areaChoiceBox li img {
  width: 100%;
}
#areaChoiceBox li:hover {
  transform: scale(1.1);
}

/*spバナー非表示*/
.is-sp {
  display: none;
}
ul {
  padding: 0;
}


/****************************************
		　　スペシャルツアー
*****************************************/
.special {
  position: relative;
}
.special .category {
  padding: 90px 0;
  background: transparent url(../images/pc/top/special_bg_01.png) 0 0;
}
.special .category:nth-of-type(2n) {
  background: transparent url(../images/pc/top/special_bg_02.png) 0 0;
}
.special .content {
  width: 960px;
  margin: 0 auto;
}
.special .special-content__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 5px;
  font-size: 30px;
  font-weight: bold;
  color: #7f651f;
  border: none;
}
.special .special-content__title::after, .special .special-content__title::before {
  content: "";
  display: block;
  width: 250px;
  height: 46px;
  background-image: url(../images/special_frame.png);
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
.special .special-content__title::before {
  margin-bottom: 10px;
}
.special .special-content__title::after {
  transform: rotate(180deg);
}
.special .items {
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0 0;
  justify-content: space-between;
}
.special .item {
  width: 46%;
}
.special .item:nth-child(n + 3) {
  margin-top: 40px;
}
.special .special-content__item--title {
  position: relative;
}
.special .special-content__item--title.icon::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -20px;
  width: 125px;
  height: 139px;
  z-index: 5;
}
.special .special-content__item--title.ttlkazari::before {
  content: '';
  width: 100%;
  height: 23px;
  display: block;
  background: url(../images/pc/top/special_title_top.png) no-repeat;
  padding-bottom: 8px;
}
.special .special-content__item--title.ttlkazari::after {
  content: '';
  width: 100%;
  height: 37px;
  display: block;
  background: url(../images/pc/top/special_title_bottom.png) 0 14px no-repeat;
}
.special .special-content__item--title.ttlkazari {
  font-size: 22px;
  color: #7f651f;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  display: block;
}
.special .special-content__item--title.ttlkazari span {
  font-size: 80%;
  display: block;
  padding-bottom: 10px;
}
.special .special-content__item--title img {
  vertical-align: bottom;
}
.special .special-content__item--sub-title {
  margin: 20px auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.special .gallery_img {
  position: relative;
  height: 294px;
}
.special .gallery_img li {
  position: absolute;
  display: none;
}
.special .gallery_img li:first-child {
  display: block;
}
.special .gallery_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.special .gallery_thumbnail {
  display: flex;
  margin: 10px auto;
  justify-content: center;
}
.special .gallery_thumbnail li {
  position: relative;
  width: 80px;
  height: auto;
  margin: 0 4px;
  cursor: pointer;
  transition: all .25s ease;
}
.special .gallery_thumbnail li.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #e78e36;
  z-index: 5;
  box-sizing: border-box;
}
.special .gallery_thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.special .body {
  margin: 34px 0 0;
}
.special .body p {
  display: inline;
  margin: 0;
  /*border-bottom: dotted 1px #333;*/
}
.special .special-content__item--tour-title {
  position: relative;
  margin: 40px 0 10px;
  padding: 0 0 0 10px;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  color: #9f8c53;
  background: transparent url(../images/icon_plane.png) top 0 left 30% no-repeat;
  background-size: 28px auto;
}
.special .special-content__item--tour-title::before {
  content: "";
  position: absolute;
  top: 42%;
  left: 50px;
  width: 60px;
  height: 10px;
  border-top: double 3px #9f8c53;
}
.special .special-content__item--tour-title::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 77px;
  width: 60px;
  height: 10px;
  border-top: double 3px #9f8c53;
}
/*バナー*/
.bnr_reserved2 {
  margin-top: 70px;
}
/*spバナー非表示*/
.is-sp {
  display: none;
}
/*商品*/
.tour_item_detail {
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  border: 2px solid #9f8c53;
  color: #000;
  background-color: #fff;
  transition: all .25s ease;
  min-height: 190px;
}
.tour_item_detail:hover {
  opacity: .7;
}
.tour_item_detail .label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 2px 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.tour_item_detail .label.individual {
  background: #00a3d9;
}
.tour_item_detail .item_box_title {
  font-size: 16px;
  font-weight: bold;
	margin-bottom: 10px;
}
.tour_item_detail .item_box_point {
  margin: 4px 0;
  padding: 10px;
  font-size: 14px;
  background-color: #f4f1ea;
  /* min-height: 84px; */
}
#specialTop .tour_detail p, #specialCiao .tour_detail p {
  min-height: 84px;
}
#specialImp .tour_detail p {
  min-height: 105px;
}
.tour_item_detail .item_box_price {
  color: red;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  padding-top: 5px;
}
.tour_item_detail .item_box_fuel {
  color: red;
  font-size: 12px;
  text-align: right;
}
/****************************************
top夏でもお得に旅しよう
*****************************************/
#lineupArea .lineupAd {
  width: 960px;
  padding: 100px 0 0;
  margin: 0 auto;
}
#lineupArea .tour_item_detail {
  clear: both;
  display: block;
  border: none;
  min-height: 140px;
}
#lineupArea .lineupAd .tour_item_box + .tour_item_box {
  border-top: dotted 1px #81511c;
  padding-top: 20px;
  margin-top: 10px;
}
#lineupArea .lineupAd .item_box_pic {
  width: 140px;
  height: 93px;
  margin-bottom: 20px;
  background: #ccc no-repeat center;
  background-size: cover;
  float: left;
}
#lineupArea .lineupAd .item_box_pic img {
  width: 100%;
}
#lineupArea .lineupAd .item_box_info {
  width: 766px;
  color: #7b5f4a;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  /* float: right; */
  padding: 5px 20px;
  display: flex;
  flex-direction: column;
}
#lineupArea .tour_item_detail .item_box_title {
  display: block;
}
#lineupArea .lineupAd .item_box_point {
  width: 766px;
  color: #333333;
  background: none;
  font-size: 14px;
  line-height: 20px;
  float: right;
  padding: 5px 0;
}
#lineupArea .tour_item_detail .item_box_price {
  text-align: right;
  color: red;
}
#lineupArea .tour_item_detail .label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 2px 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
#lineupArea .tour_item_detail .label.individual {
  background: #00a3d9;
}
#specialTop .tour_detail p, #specialCiao .tour_detail p {
  min-height: 84px;
}
#specialImp .tour_detail p {
  min-height: 105px;
}
#lineupArea .tour_item_detail .tour_price {
  color: red;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
#lineupArea .tour_item_detail .item_box_fuel {
  color: red;
  font-size: 12px;
  text-align: right;
}
/* lineupArea */
#lineupArea {
  width: 100%;
  background: url(/kaigai/europe/summer/kanto/images/pc/top/area_bg.png) center top no-repeat;
  background-size: cover;
}
#lineupArea:after {
  content: "";
  display: block;
  clear: both;
}
#lineupArea .lineupAd h3 {
  color: #004fa3;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
#lineupArea .itemList {
  width: 920px;
  margin: 0 auto;
}
#lineupArea .lineupAd .item:after {
  content: "";
  display: block;
  clear: both;
}
#lineupArea .lineupAd .item .link:hover {
  opacity: .7;
}
#lineupArea .lineupAd .itemText .itemTerm {
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  margin: 10px 0 8px;
}
#lineupArea .lineupAd .itemText .itemPrice {
  color: #fd5058;
}
/* #lineupArea .lineupAd .item .othlink {
		color: #81511c;
		font-size: 14px;
		line-height: 14px;
		text-align: right;
		text-decoration: underline;
		background: url(https://stgorg.his-j.com/tyo/fair/earlysummer/css/../images/ico_arrow_01.png) no-repeat right center;
		padding-right: 17px;
} */
#lineupArea .lineupAd .item .othlink:hover {
  text-decoration: none;
}
#lineupArea .item a {
  clear: both;
  display: block;
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
  #sideMenu{
    display: none;
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    #sideMenu{
    display: none;
  }
}
