@charset "utf-8";

/* 全体
------------------------------------------------*/
.contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
}
.contents .disnon {
	display: none;
}
.contents .nopc {
	display: none;
}

/*海外・国内タブ
---------------------------------------- */
#head-tab {
	width: 992px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
}
#head-tab p {
	width: 540px;
	font-size: 24px;
}
#head-tab p span {
	padding-left: 20px;
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
}
#head-tab p:before {
	font-family: FontAwesome;
	content: "\f002";
	margin-right: 10px;
}

#head-tab .tab_area {
	width: 400px;
	height: 50px;
	display: flex;
	flex-wrap: nowrap;
}
#head-tab .tab_area li {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0 5px;
	padding-top: 15px;
	background-color: #F2F2F2;
	cursor: pointer;
}
#head-tab .tab_area li#tab-kaigai {color: #2488ff;}
#head-tab .tab_area li#tab-kokunai {color: #47c40c;}

#head-tab .tab_area li#tab-kaigai.select{background-color: #ccecfb;}
#head-tab .tab_area li#tab-kokunai.select{background-color: #d5f2d9;}

/*ナビ
---------------------------------------- */
.navi-block {
	width: 100%;
	padding: 20px 0;
}
#kaigai .navi-block {background-color: #ccecfb;}
#kokunai .navi-block {background-color: #d5f2d9;}

.navi-block .menu {
	width: 992px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	text-align: center;
	font-size: 16px;
}
.navi-block .menu li {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	margin: 0 10px;
	overflow: auto;
}
.navi-block .menu li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #333;
	border-radius: 5px;
	text-decoration: none;
	/*border: solid 1px #fff;*/
}
.navi-block .menu li a:hover {
	/*border: solid 1px #999;*/
	background-color: #ffe331;
	transition: all 0.6s ease;
}
.navi-block .menu li a:after {
	font-family: FontAwesome;
	content: "\f078";
	margin-left: 5px;
}

.navi-block .sub-menu {
	width: 992px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	font-size: 15px;
}
.navi-block .sub-menu li {
	margin: 0 10px;
}
.navi-block .sub-menu li a {
	display: block;
	color: #333;
	text-decoration: none;
}
.navi-block .sub-menu li a:hover {
	opacity: 0.8;
}
.navi-block .sub-menu li a:before {
	font-family: FontAwesome;
	content: "\f138";
	margin-right: 5px;
}

.navi-block.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.navi-block.fixed li a.active {
	background-color: #ffe331;
	/*border: solid 1px #999;*/
}

/*背景
---------------------------------------- */
.theme-block {
	width: 100%;
	padding: 30px 0;
}
#kaigai .theme-block {background-color: #dff4fe;}
#kokunai .theme-block {background-color: #e9fdec;}

.area-block {
	width: 100%;
	background-color:#fde9ed;
	padding: 30px 0;
}
/*@media only screen and (min-width: 741px) {
    .area-block {
        width: 1024px;
        margin: 0 auto;
	}*/
.air-block {
	width: 100%;
	background-color: #fcf2d8;
	padding: 30px 0;
}
.bus-block {
	width: 100%;
	background-color:  #fcf2d8;
	padding: 30px 0;
}
.hotel-block {
	width: 100%;
	background-color:  #dff4fe;
	padding: 30px 0;
}
/*タイトル
---------------------------------------- */
.head-title {
	width: 992px;
	min-height: 135px;
	margin: 0 auto 30px;
	border-radius: 10px;
	padding: 30px 30px 0 180px;
	color: #fff;
	position: relative;
}
/*	@media only screen and (min-width: 741px) {
    .head-title {
        width: 1024px;
	}*/
#kaigai .theme-block .head-title {background-color: #004BB0;}
#kokunai .theme-block .head-title {background-color: #18782d}
.area-block .head-title {background-color: #c40021;}
.air-block .head-title {background-color: #e97d13;}
.bus-block .head-title {background-color: #e97d13;}
.hotel-block .head-title {background-color: #004BB0;}


.head-title:before{
	content: "";
    display: inline-block;
    width: 120px;
    height: 110px;
	position: absolute;
	left: 30px;
	top: 15px;
}

#kaigai .head-title:before {background: url("../img/head_img_kaigai.png")  no-repeat; background-size: contain;}
#kokunai .head-title:before {background: url("../img/head_img_kokunai.png")  no-repeat; background-size: contain;}
#kokunai .bus-block .head-title:before {background: url("../img/head_img_bus.png")  no-repeat; background-size: contain;}
#kokunai .hotel-block .head-title:before {background: url("../img/head_img_bus.png")  no-repeat; background-size: contain;}


.head-title h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.head-title p{
	font-size: 14px;
	line-height: 1.5em;
}

/*バナー
---------------------------------------- */

.item-box-wrap {
	width: 992px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.area-block h3 {
	font-size: 40px;
	margin: 2%;
	text-align: center;
	font-weight: 700;
}
.item-box {
	width: 22%;
	margin: 0 1.5% 20px;
    border: 3px solid transparent;
	background-color: #fff;
	position: relative;
}
/*@media only screen and (min-width: 741px) {
    .item-box {
        width: 20%;
	}*/
.item-box.three {
	width: 32%;
	margin:0 .6% 20px;
}
.item-box.two {
	width: 48%;
	margin:0 .6% 20px;
}
.item-box.two .item-box-pic{
    width: 100%;
    overflow: hidden;
    height: 136px;
    position: relative;
}
.item-box.two .item-box-pic img {
    width: 100%;
    position: absolute;
    bottom: -90px;
    vertical-align: bottom;
}

.item-box:hover {
	border: 3px solid #fdc71f;
	transition: all 0.6s ease;
}
.item-box a{
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none;
}
.item-box:after {
	content: "";
    bottom: 0;
    right: 0;
    border-top: 0.8em solid transparent;
    border-right: 0.8em solid #fdc71f;
    position: absolute;
    z-index: 100;
}
/*画像*/
.item-box-pic {
	width: 100%;
	overflow: hidden;
}
.item-box-pic img{
	width: 100%;
	vertical-align: bottom;
}
.item-box-pic img:hover {
	transition:all 2.0s ease;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
/*テキスト*/
.item-box-body {
	padding: 10px 5px;
}
.item-box-body h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 5px;
	color: #004BB0;
}
.item-box-body p {
	font-size: 14px;
	line-height: 1.3em;
}