@charset "utf-8";
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
/****************************************
		0. 全体の設定
*****************************************/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 100%;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.clear {
  display: block;
  clear: both;
  font-size: 0;
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: " ";
}
html, body {
  text-align: left;
  color: #333333;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
body {
  margin-left: 1px; /* font-size: 1.4em; */
}
a img {
  border-style: none;
}
ul {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
/*input, */ button, textarea, select, input[type="text"], input[type="submit"], input[type="reset"], input[type="button"], button {
  /*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
}
#footer .footer01 {
  /* display: none; */
}
/*全体設定
*****************************/
* {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-box div {
  box-sizing: border-box;
}
.pc_none {
  display: none;
}
div:after {
  /*content: "";*/
  clear: both;
  display: block;
}
html {
  margin: 0;
  margin-left: 0 !important;
  padding: 0;
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
  /*font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
}
@media screen and (max-width: 1024px) {
  html {
    margin-left: 0 !important;
    padding: 0;
    width: 112%;
    height: 100%;
    /*overflow: hidden;*/
    font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}
body {
  margin: 0;
  margin-left: 0 !important;
  padding: 0;
  width: 100%;
  font-size: 16px;
}
#wrap {
  background-color: #FFF;
}
#pagetop {
  position: fixed;
  right: 25px;
  bottom: 40px;
  filter: alpha(opacity=80);
  opacity: 0.8;
  display: none;
  z-index: 1000;
}
#pagetop img {
  width: 70px;
}
#pagetop:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/****************************************
		# 共通ヘッダーフッター修正設定
*****************************************/
#footer .footer01 .body:first-child {
  width: 960px;
  margin: 0 auto 10px;
  padding: 18px 35px;
}
#footer .footer02 {
  padding: 0 0 35px;
  background: #ffffff repeat;
}
#footer .footer02 .body, #footer .footer02 .body02 {
  width: 960px;
  margin: 0 auto 0;
  padding: 27px 0 18px;
  text-align: left;
  background: #ffffff repeat;
}
#footer h2, #footer .footer01 .body .tourNav h2 {
  font-size: 14px;
  text-align: left;
}
/****************************************
		0. 全体の設定
*****************************************/
.section-box_inner {
  /*width:920px;*/
  margin: 20px auto 15px;
  ox-sizing: border-box;
}
/*.section-box_inner img{padding-bottom:5px;}*/
.section {
  padding: 40px 0;
}
.section-wrap {
  padding: 0;
}
.section-box {
  width: 1120px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-box a {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .section-box {
    width: 96%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.section-box-half {
  width: 50%;
  padding: 5px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.section-line {
  background-color: #d90110;
  color: #FFF;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  padding: 15px 0;
}
.section-pagetop {
  /*	width: 100%;*/
  padding: 5px 10px;
  margin: 0 auto;
  text-align: right;
  font-size: 0.8em;
  text-decoration: underline;
}
.section-pagetop img {
  width: 25px;
  vertical-align: middle;
}
/****************************************
		# ヘッダー設定
*****************************************/
#headerLocal {
  padding: 0;
}
.header-wrap {
  width: 1100px;
  margin: 0 auto;
  display: table;
  line-height: 1;
}
.header-wrap li {
  display: table-cell;
  /* vertical-align: middle; */
}
.header-logo {
  width: 70px;
  vertical-align: middle;
}
.header-logo img {
  width: 100%;
  vertical-align: middle;
}
.header-txt {
  width: 75px;
  vertical-align: middle;
  font-weight: bold;
  color: #023B95;
  font-size: 1.4em;
  padding-left: 5px;
}
/****************************************
		# メインビジュアル設定
*****************************************/
#mainvisualWrap {
  padding: 0;
  background-image: url(../img/title_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  /* background-size: cover; */
}
#mainvisualWrap .section-box {
  height: 450px;
}
/****************************************
		# ナビゲーション設定
*****************************************/
#navigationWrap {
  background: #CCC;
}
.navigation {}
.navi-box {
  display: table;
  width: 1080px;
  margin: 0 auto;
}
.navi-box li {
  text-align: center;
  //display: table-cell;
  font-weight: bold;
  //padding:7px 3px;
  margin: 1%;
  width: 23%;
  float: left;
}
.navi-box li a {
  padding: 10px;
  background: #FFF;
  color: #222;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.navi-box li a:hover {
  background: #FF9;
}
/****************************************
		# メイン設定
*****************************************/
#mainWrap {}
/*.section-box-wrap{background:#f1f1f1;}*/
.section-box-wrap h2 {
  font-size: 25px;
  text-align: center;
  padding: 12px 0;
  background-color: #599bde;
  color: #fff;
  line-height: 1.2em;
  /*	background-color: #F9F2B3;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;*/
}
/* h2の両サイドの★マーク　タイトルが2行のときは隠す*/
/*.section-box-wrap h2:before{content: url(../img/tour_h2_1.png); margin-right:5px;}
.section-box-wrap h2:after{content: url(../img/tour_h2_1.png); margin-left:5px;}*/
.section-box-wrap h2 span {
  color: #FFEB3B;
  text-shadow: 1px 2px 2px #666;
}
.section-box-wrap iframe {
  width: 100%;
  height: 47px;
  overflow: hidden;
}
/****************************************
		# 商品設定
*****************************************/
.item-json-wrap li {
  float: left;
  width: 25%;
}
.item-json-wrap li.colw_3 {
  width: 33%;
}
.item-wrap {
  width: 100%;
  padding: 10px;
  background-color: #f1f1f1;
}
.item-box {
  float: left;
  background-color: #FFF;
  border: 3px solid transparent;
  transition: all 0.2s ease;
  position: relative;
  padding: 5px;
  margin: 5px;
  background-image: url("/ngo/common/img/icon/icon_corner.png");
background-position: right 1px bottom 1px;
  background-size: 8px;
  background-repeat: no-repeat;

}
@media screen and (max-width: 1024px) {
  .item-wrap {
    width: 100%;
    padding: 7px;
    background-color: #f1f1f1;
  }
}
.item-box a {
  text-decoration: none;
  color: #222;
}
.item-box:hover {
  border: 3px solid #FFD842;
  transition: all 0.4s ease;
}
.item-json-wrap > .item-box {
  border: 5px solid #13A5DF !important;
}
.item-box-head {
  width: 100%;
  /*background-color:#E41205;*/
  padding: 2px 10px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
}
.domestic--box .item-box-head {
  width: 100%;
  background-color: #6cb100;
  padding: 2px 10px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
}
.item-box-pic {
  width: 100%;
  height: 153px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.item-box-pic img {
  width: 100%;
  display: block;
}
.item-box-pic .tag {
  font-size: 13px;
  position: absolute;
  left: 0px;
  top: 8px;
  background: #333;
  color: #FFF;
  padding: 3px 10px;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
}
.item-box-pic .tag.line{
    background: #00B900;
}
.item-box-info {
  padding: 5px 0;
}
.item-box-ttl {
  font-size: 16px;
  color: /*#004098*/ #353535;
  font-weight: bold;
}
.item-box-txt {
  font-size: 13px;
  padding: 6px 6px 6px 30px;
  background-color: #EAF2FA;
  margin: 4px auto;
  background-image: url(/ngo/common/img/icon/icon_hotel01.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: left 12px top 8px;
	height: 50px;
}
.item-box-txt2 {
  font-size: 0.8em;
  line-height: 1.5;
  padding: 7px;
  background-color: #f0f0f0;
  margin-bottom: 3px;
}
.item-box-icon {
  font-size: 0.7em;
  background-color: #E3005A;
  color: #FFF;
  padding: 2px 5px;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: none;
}
.item-box-price {
  font-size: 18px;
  font-weight: bold;
  color: #F01C1C;
  padding: 5px;
  display: block;
  text-align: right;
}
.item-box-badge {
  /* width: 80px; */
  /* height: 80px; */
  /* background-color: red; */
  border-radius: 40px;
  text-align: center;
  color: #FFF;
  line-height: 1.1;
  display: table;
  position: absolute;
  top: -8px;
  left: -8px;
}
.item-box-badge img {
  width: 80px;
}
.item-box-badge span {
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-weight: bold;
  /*     transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg); */
}
.item-wrap-btn {
  width: 90%;
  margin: 20px auto 0;
}
.item-wrap-btn a {
  color: #FFF;
  font-size: 1.6em;
  display: block;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-image: url(./img/icon/icon_next03.png);
  background-size: 22px;
  background-position: top 28px right 25px;
  background-repeat: no-repeat;
}
.item-wrap-btn a:hover {
  opacity: 0.7;
  transition: all 0.4s ease;
}
.more {
  width: 40%;
  font-weight: bold;
  margin: 10px auto 0;
  padding: 14px;
  background-color: #004098;
  color: #FFFFFF;
  text-align: center;
  border-radius: 7px;
}
.more:hover {
  opacity: 0.8;
}
/**/
.other-item .other-item-wrap {
  width: 100%;
  /* overflow-x: auto; */
  -webkit-overflow-scrolling: touch;
  /* padding-bottom: 1em; */
  margin: 30px 0 0;
}
.other-item .other-item-box {
  /*min-width: 1000px;*/
  padding: 15px 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FAFAFA;
  border: 5px solid #57D1E8;
}
.other-item .other-item-box p {
  color: #306BBC;
  font-size: 16px;
  float: left;
  padding-right: 10px;
  display: block;
  font-weight: bold;
  margin-top: 3px;
}
.other-item .other-item-box li {
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  background-color: #306BBC;
  color: #FFF;
  margin: 0 0.3em 0.5em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.other-item .other-item-box li a {
  color: #FFF;
  display: block;
  padding: 0.3em 1em;
  padding-right: 2em;
  transition: all 0.4s ease;
  text-decoration: none;
  background-image: url(/ngo/comon/img/icon/icon_next.png);
  background-size: 13px;
  background-position: right 10px top 8px;
  background-repeat: no-repeat;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.other-item .other-item-box li a:hover {
  background-color: #004098;
  transition: all 0.8s ease;
}
/*航空券*/
ul.item_air {}
ul.item_air li {
  float: left;
  width: 25%;
  /* background-color: #EEE; */
  border: 10px solid transparent;
  transition: all 0.2s ease;
  position: relative;
  box-sizing: border-box;
}
.color_ttl {
  color: #0F3;
}
ul.item_air li .tpick {
  height: auto;
  /*padding-top:170px;
	background-size:100% auto;
	background-repeat:no-repeat;*/
  background-color: #FFF;
  position: relative;
}
.tpick img {
  width: 100%;
}
ul.item_air li a {
  display: block;
  background-color: #FFF;
  padding: 10px;
  text-decoration: none;
}
ul.item_air li a:hover {
  background: #0099CC;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  text-decoration: none;
}
ul.item_air li .tpick .flag3 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 90px;
  margin: 10px 0;
  padding: 5px;
  background: #C09;
  color: #FFF;
  font-size: 12px;
  text-align: center;
}
ul.item_air li .tpick .tex_box {
  width: 100%;
  background: none;
  padding: 5px 0;
  text-align: center;
  color: #333;
  text-shadow: none;
}
ul.item_air li .tpick .txt {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
}
ul.item_air li .tpick .des {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2px;
  margin-top: 5px;
}
ul.item_air li .tpick .price {
  font-size: 20px;
  font-weight: bold;
  color: #F00;
  text-align: center;
}
ul.item_air li .link_box {
  text-align: center;
  padding-top: 7px;
  font-size: 12px;
  background-image: url("/ngo/common/img/icon/icon_corner.png");
  background-position: right 1px bottom 1px;
  background-size: 8px;
  background-repeat: no-repeat;
}
ul.item_air li .link_box span {
  display: block;
}
.tab-contents01 {
  margin-bottom: 40px;
}
/*180220追加*/
#osusume3 li {
  width: 33.3%;
}
#osusume3 .item-box {
  margin: 5px 8px;
  padding: 5px;
}
#osusume3 .item-box a {
  text-decoration: none;
  color: #222;
}
#osusume3 .item-box:hover {
  border: 3px solid #FFD842;
  transition: all 0.4s ease;
}
#osusume3 .item-box-info {
  padding: 5px;
}
#osusume3 .item-box-pic {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
#osusume3 .item-box-pic img {
  width: 100%;
  display: block;
}
#rank .item-box {
  float: left;
  width: 32%;
  margin: auto 6px;
  border: 5px solid transparent;
  opacity: 1;
  transition: all 0.2s ease;
  position: relative;
}
#rank .item-box a {
  text-decoration: none;
}
#rank .item-box:hover {
  border: 5px solid transparent;
  opacity: 0.7;
  -moz-opacity: 0.7;
  transition: all 0.4s ease;
}
#rank .item-box-pic {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
#rank .item-box-pic img {
  width: 100%;
  display: block;
}
#rank .item-box-pic .tag {
  font-size: 96%;
  position: absolute;
  left: 8px;
  top: 8px;
  background-image: url(../img/rank_bg.png);
  background-color: #960;
  color: #FFF;
  padding: 7px 8px;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.section-box-wrap2 h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 15px 30px 10px;
  background-color: #666;
  color: #FFF;
}
/****************************************
		# EUR下の発着地変更用
*****************************************/
#area {
  width: 100%;
  padding: 20px 0 30px;
  background: #fdf9ef;
  margin-bottom: 30px;
}
#area h3.title {
  margin-bottom: 15px;
  color: #333;
  font-size: 24px;
  text-align: center;
}
#area .area_link {
  width: 580px;
  margin: 0 auto;
}
#area .area_link li {
  float: left;
  margin-right: 23px;
  padding: 10px;
}
#area .area_link li:last-child {
  margin-right: 0;
}
#area .area_link li a {
  width: 100%;
  background: #bc9a4d;
  color: #fff !important;
  text-decoration: none;
  position: relative;
  padding: 7px 50px 10px 35px;
  border: 2px solid #bc9a4d;
}
#area .area_link li a:after {
  content: "";
  background: url(https://www.his-j.com/tyo/special/europe/images/linkWhite.png) no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
#area .area_link li a:hover {
  border: 2px solid #bc9a4d;
  background: #fff !important;
  color: #bc9a4d !important;
}
#area .area_link li a:hover::after {
  background-image: url(https://www.his-j.com/tyo/special/europe/images/linkIvory.png);
}