@charset "UTF-8";


img {
	max-width: 100%;
	height: auto;
}

#header-sm {
	width: 100%;
	padding: 20px 1em 10px;
}
#header-sm img {
	width: 200px;
	height: auto;
}
#header img {
}

#header.inquiry-header {
	position: relative;
}
#header-sm.inquiry-header {
    padding: 20px 1em;
}

#page {
	padding-top: 0;
}

#page .mainCopy {
    font-size: 2rem;
    font-weight: bold;
}

#page .mainContentArea {
	padding-top: 58px;
	background-position-y:118px;
}

#page .mainContentWrap {
	height: 480px;
	padding-top:0;
}

.omakaseText {
	line-height: 1.7;
}

.omakaselist {
	list-style: disc;
	padding-left: 2em;
	padding-bottom: 25px;
}
.omakaselist li{
	padding: .5em 0;
	line-height: 1.5;
}

.reasonAreaTitle {
	padding-bottom: 1em;
}
.omakaseAreaTitle,
.gimonAreaTitle {
	font-size: 2em;
	line-height: 1.6;
}
.marker {
		background:linear-gradient(transparent 60%, #FFFD54 0%);
		color: #103764;
}


.reasonAreaTitle .veryLargeText {
	margin-right: .1em;
}

#page .contentWrap--full .marginWrap--full {
	padding: 40px 0;
}
#page .contentWrap .marginWrap {
	padding: 40px 3%;
}

.input_txt,
.inq_textarea,
.inq_btn {
	border: 1px solid #ccc;
}
.regForm th,
.regForm td {
	box-sizing: border-box;
}

#breadcrumbs.inquiry {
	margin: 0;
	padding: 15px 5px;
}

#page .contentWrap .marginWrap.countup__wrap {
	padding-bottom: 0;
}

.countup {
	padding: 20px;
	border: 1px solid #D3613F;
	border-radius: 4px;
	color: #D3613F;
}

.countup__box {

	padding: 20px;
	font-size: 1.3em;
}

.countup__box p {
	line-height: 1.1;
}

.countup__number {
	font-size: 1.5em;
	font-weight: bold;
	padding-left:
}

@media only screen and (min-width:600px) {
	#page .contentArea--bg2-en {
		height:2378px;
		background:url(../img/en/bg2-en.png) no-repeat top center;
	}
	#page .contentWrap--full .marginWrap--full {
		padding: 80px 0;
	}
	#page .contentWrap .marginWrap {
		padding: 80px 3%;
	}
	.countup {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.countup__box {
			display: table-cell;
			width: 50%;
			font-size: 2em;
	}

}
@media only screen and (max-width: 480px) {
		#page .mainContentArea {
			background-image: url(../img/main_bg.jpg);
			background-position-y: 125px;
	    padding: 0 1em;
		}
		#page .mainCopy {
			font-size: 1.8rem;
		}
		.input_txt,
		.inq_textarea,
		.inq_btn {
			width: 100%;
			box-sizing: border-box;
		}

}

