@charset "utf-8";

/* 全体
-------------------------------------------------------*/
#wrap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
}
#wrap .sp{
	display: none;
}
#wrap .disnon {
	display: none;
}


/*海外・国内タブ
---------------------------------------- */
#head-tab {
	width: 100%;
	max-width: 960px;
	height: 70px;
	margin: 0 auto 10px;
	display: flex;
	justify-content: space-between;
}
#head-tab p {
	width: 540px;
	font-size: 24px;
	/*color: #004097;*/
	padding: 30px 5px 0;
}
#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 {
	width: 400px;
	height: 50px;
	margin-top: 30px;
	display: flex;
	flex-wrap: nowrap;
}
#head-tab #tab 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 li.kaigai {color: #2488ff;}
#head-tab #tab li.kokunai {color: #47c40c;}

#head-tab #tab li.kaigai.select{background-color: #ccecfb;}
#head-tab #tab li.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: 100%;
	max-width: 960px;
	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;
	border: solid 1px #fff;
}
.navi-block .menu li:hover {
	border: solid 1px #999;
	transition: all 0.6s ease;
}
.navi-block .menu li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #333;
	text-decoration: none;
}
.navi-block .menu li a:after {
	font-family: FontAwesome;
	content: "\f078";
	margin-left: 5px;
}

.navi-block .sub-menu {
	width: 100%;
	max-width: 960px;
	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;
}



/*背景
---------------------------------------- */
.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;
}
.air-block {
	width: 100%;
	background-color: #fcf2d8;
	padding: 30px 0;
}
.bus-block {
	width: 100%;
	background-color: #fcf2d8;
	padding: 30px 0;
}

/*タイトル
---------------------------------------- */
.head-title {
	width: 100%;
	max-width: 960px;
	min-height: 135px;
	margin: 0 auto 30px;
	border-radius: 10px;
	padding: 30px 30px 0 180px;
	color: #fff;
	position: relative;
}
#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;}


.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;}

.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: 100%;
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.item-box {
	width: 23%;
	margin: 0 1% 20px;
    border: 3px solid transparent;
	background-color: #fff;
	position: relative;
}

.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-point {
	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;
}


/* 電話番号
------------------------------------ */
#contact-box{
    width: 960px;
	margin: 15px auto 0;
	background:#FFF;
	border: 4px solid #CCBC7A;
	padding:18px;
	border-radius:6px;
}
.contact-name{
	color:#806702;
	font-size:23px;
	text-align:center;
	border-bottom:1px solid #CCBC7A;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom:20px;
}
#contact-box .box01{
    width: 100%;
    display: inline-flex;
    justify-content: space-around; 
    position: relative;
    margin: 10px 0;
}
.contact-area{
    width: 48%;
    font-size: 1.2em;
    line-height: 1.2;
    padding-left: 2em;
    padding-top: 1%;
}
.contact-tel{ 
	width:60%;
	font-size:13px;
	line-height: 1.2; 
	display: inline-flex;
	align-items: baseline;
	position:relative;
}
.titletxt{
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
}
.titlesubtxt{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-left:15px;
}
.contact-tel ul{
	width: 80%;
    position: absolute;
    top: -5px;
    left: 0;
    text-align: left;
}
.ic-tel{
    width: 11%;
    background: #CE0000;
    border-radius: 5px;
    margin-left: 5em;
    padding: 0;
}
.ic-tel img{
	vertical-align:bottom;
	width:50px;
	height:50px;
}
.contact-tel ul li{
	display:block;
	vertical-align:top;
}
.contact-tel .titletel{
	font-size: 2.4em;
	font-weight: 900;
	color: #CE0000;
	line-height: 120%; 
	text-align:right;
}
.contact-tel .titleeigyo{
	font-size: 12px;
	line-height:normal;
	text-align:right;
}
.search-btn{
	border: 4px solid #E4D29A;
	background:#BB993A;
	padding:8px 10px;
	width:70%; margin:
	0 auto;
	text-align: center;
}
.is-box-sizing{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.item-box.three {
    width: 32%;
    margin: 0 .6% 20px;
}


/*-----------------------
		 スマホ
 ------------------------*/
@media screen and (max-width:480px) {
	#wrap {
		font-size: 16px;
	}
	#wrap .sp{
		display:block;
	}
	#wrap .pc{
		display: none;
	}
	/*海外・国内タブ
	---------------------------------------- */
	#head-tab {
		width: 96%;
		display: block;
		height: auto;
		margin: 0 auto;
	}
	#head-tab p {
		width: 100%;
		padding: 2vw 0;
		font-size: 4.4vw;
		text-align: center;
	}
	#head-tab p span {
		font-size: 3.2vw;
		font-weight: normal;
		margin-left: 1vw;
	}
	#head-tab p:before {
		font-family: FontAwesome;
		content: "\f002";
		margin-right: 1vw;
	}
	#head-tab #tab {
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: nowrap;
		margin-top: 0;
	}
	
	#head-tab #tab li {
		width: 100%;
		text-align: center;
		font-size: 4.2vw;
		font-weight: bold;
		background-color: #F2F2F2;
		margin: 0 1vw;
		padding: 2vw 0;
	}
	
	#head-tab #tab li.kaigai {color: #2488ff;}
	#head-tab #tab li.kokunai {color: #47c40c;}
	#head-tab #tab li.kaigai.select{background-color: #ccecfb;}
	#head-tab #tab li.kokunai.select{background-color: #d5f2d9;}
	/*ナビ
	---------------------------------------- */
	.navi-block {
		width: 100%;
		padding: 10px 0;
	}
	#kaigai .navi-block {background-color: #ccecfb;}
	#kokunai .navi-block {background-color: #d5f2d9;}
	.navi-block .menu {
		width: 96%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px;
		text-align: center;
		font-size: 13px;
		line-height: 1.2em;
	}

	.navi-block .menu li {
		width: 100%;
		background-color: #fff;
		border-radius: 5px;
		margin: 0 5px;
		position: relative;	
	}

	.navi-block .menu li a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: 5px 5px 15px 5px;
		color: #333;
		text-decoration: none;
	}
	.navi-block .menu li a:after {
		font-family: FontAwesome;
		content: "\f078";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.navi-block .sub-menu {
		width: 96%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		font-size: 13px;
		line-height: 1.5em;
	}
	.navi-block .sub-menu li {
		margin: 0 5px;
	}
	.navi-block .sub-menu li a {
		display: block;
		color: #333;
		text-decoration: none;
	}
	.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;
	}

	/*背景
	---------------------------------------- */
	.theme-block {
		width: 100%;
		padding: 0 0 20px 0;
	}
	#kaigai .theme-block {background-color: #dff4fe;}
	#kokunai .theme-block {background-color: #e9fdec;}
	.area-block {
		width: 100%;
		background-color: #fde9ed;
		padding: 0 0 20px 0;
	}
	.air-block {
		width: 100%;
		background-color: #fcf2d8;
		padding: 0 0 20px 0;
	}
	.bus-block {
		width: 100%;
		background-color: #fcf2d8;
		padding: 0 0 20px 0;
	}
	/*タイトル*/
	.head-title {
		width: 100%;
		min-height: 25vw;
		margin: 0 auto 20px;
		padding: 3vw 3vw 3vw 27vw;
		border-radius: 0;
		color: #fff;
		position: relative;
	}
	
	#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;}
	.head-title:before{
		content: "";
	    display: inline-block;
	    width: 23vw;
	    height: 23vw;
		position: absolute;
		left: 3vw;
		top: 3vw;
	}
	#kaigai .head-title:before {background: url("../img/head_img_kaigai.png")  no-repeat; background-size: contain;}
	#kokunai .theme-block .head-title:before,
	#kokunai .area-block .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;}
	.head-title h2{
		font-size: 4.2vw;
		font-weight: bold;
		margin-bottom: 1vw;
	}
	.head-title p {
		font-size: 3.4vw;
		line-height: 1.5em;
	}
	/*バナー*/
	.item-box-wrap {
		width: 96%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.item-box {
		width: 48%;
		margin: 0 1% 10px;
	    border: 3px solid transparent;
		background-color: #fff;
		position: relative;
	}
	.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-body {
		padding: 10px 5px;
	}	
	.item-box-point {
		font-size: 15px;
		font-weight: bold;
		line-height: 1.3em;
		margin-bottom: 5px;
		color: #004BB0;
	}

	.item-box-body p {
		font-size: 12px;
		line-height: 1.4em;
	}		
	
.item-box.three, .item-box.two {
    width: 48%;
    margin: 0 1% 10px;

	}
	
	
	.item-box.two .item-box-pic{
	    height: auto;
	}
	.item-box.two .item-box-pic img {
	    width: 100%;
    	position: relative;
	    bottom: 0;
	}
}