@charset "UTF-8";


/*------------------------------------------------------------
	カバービジュアル
------------------------------------------------------------*/

.main-vis .main-img {
	background-image: url('../img/menu/img_main.jpg');
}


/*------------------------------------------------------------
	MENU コンテンツ
------------------------------------------------------------*/

.contents {
	display: flex;
	flex-flow: wrap;
}

.menuBox {
	margin-bottom: 30px;
}

h3 {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	color: #000;
	border-bottom: 1px solid #333;
	padding: 8px 0 20px;
	text-align:center;
	margin-bottom: 0;
}

h4 {
	font-size: 2rem;
	line-height: 1;
	color: #555;
	border-bottom: 1px solid #ccc;
	padding: 8px 0 20px;
	text-align:center;
	margin: 13px 0 0;
}

/*日本語用*/
.lang-jp h4 {
	font-family: 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 1.7rem;
	font-weight: 500;
}


/*------------------------------------------------------------
	タブ
------------------------------------------------------------*/

#tab-select li:nth-child(2) {
	line-height: 1.3;
}

#tab-select li a {
	height: 56px;
}


@media only screen and (min-width: 768px) {

	#tab-panel li.tab1 {
		position: relative;
		
	}
	
	.one-third.order-05 {
		position: absolute;
		top: 237px;
		right: 0;
		margin: 0;
	}
	
	#tab-select li a {
		height: 66px;
	}

}

/*------------------------------------------------------------
	メニュー内容
------------------------------------------------------------*/

.menuBox dl {
	font-size:1.4rem;
	border-bottom:1px dotted #ccc;
	padding:15px 10px;
	color: #333;
}

.menuBox dl dt {
	width: calc(100% - 100px);
	float:left;
}

.menuBox dl dt span {
	display: block;
	font-size: 1.1rem;
	line-height: 1.4;
	color: #666;
	margin-top: 5px;
    text-indent: -5px;
    padding-left: 5px;
}

.menuBox dl dd {
	width: 100px;
	float:right;
	text-align: right;
}

.menuBox dl dd span {
	display: block;
	font-size: 1.1rem;
}

.menuBox dl.w150 dt {
	width: calc(100% - 150px);
}

.menuBox dl.w150 dd {
	width: 150px;
}




.border-box {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 400;
	color: #555;
	border-bottom: 1px solid #ccc;
	text-align: center;
	border: 1px solid #ddd;
    padding: 20px 10px;
    margin: 25px 0 10px;
}

/*日本語用*/
.lang-jp .border-box {
	font-family: 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
}

@media only screen and (min-width: 768px) {

	div#container div.contents {
		margin:0 auto;
	}
	
	.menuBox {
		margin-bottom: 50px;
	}
		
	.menuBox dl:hover {
		background: #EDEFF1;
		font-weight: bold;
	}
	
	.menuBox dl dt span {
		font-size: 1.2rem;
	}
		
	.menuBox dl dd span {
		display: inline-block;
		font-size: 1.3rem;
		margin-left: 5px;
	}
	
	.border-box {
	    font-size: 1.8rem;
	    padding: 15px;
	}
	
	/*日本語用*/
	.lang-jp .border-box {
		font-size: 1.6rem;
	}
		
}

