@charset "UTF-8";

.d-large_font {
	font-family: "Shippori Mincho";
	font-size: 10pt;
	font-weight: 400;
	letter-spacing: -1.0px;
}

#page {
	overflow: hidden;
}

#a-header {
	background-color: #ffffff;
	width: 100vw !important;
}

#a-header.recover {
	animation: header_fadeOut 0.0s linear;
	animation-fill-mode: both;
}

@keyframes header_fadeOut {
	0%{
		opacity: 1;
		background-color: rgba(98,98,98,0.5);
	}
	100%{
		opacity: 1;
		background-color: rgba(255,255,255,1.0);
	}
}

#a-header.translucent {
	animation: header_fadeIn 1.0s linear;
	animation-fill-mode: both;
}

@keyframes header_fadeIn {
	0%{
		opacity: 1;
	}
	100%{
		opacity: 1;
		background-color: rgba(98,98,98,0.5);
	}
}

#myheader>div, #phoneheader>div {
	padding: 13px 25px 9px 25px;
}

#header_logo {
	width: 220px;
}

#phoneheader_logo {
	width: 120px;
}

#jpen1, #jpens, #jpen2 {
	position: absolute;
	left: 100px;
}

#img_jpen, #img_jpens {
	width: 38px;
}

#iftlogosfooter {
/*	position: relative; */
/*	top: -24px; */
/*	left: calc(100% - 95px); */
	height: 24px;
	width: 100%;
	text-align: right;
}

#iftlogosfooter img {
	height: 18px;
	object-fit: cover;
	padding: 0 5px 0 5px;
}

.bd-no-webp #a-billboard {
	padding:0;
	background-image:url(../_images/web_jackson-hendry-kkpthqm2k-c-unsplash.jpg?v=1676282912040);
	background-position:center center;
	background-size:cover
}
.bd-webp #a-billboard {
	padding:0;
	background-image:url(../_images/web_jackson-hendry-kkpthqm2k-c-unsplash.webp?v=1676282912040);
	background-position:center center;
	background-size:cover
}

.table-list {
	font-family: "Shippori Mincho" !important;
	font-size: 10pt !important;
	font-weight: 400 !important;
	letter-spacing: -1.0px !important;
}

.table-list>th, .table-list>input {
	font-family: "Shippori Mincho" !important;
	font-size: 10pt !important;
	font-weight: 400 !important;
	letter-spacing: -1.0px !important;
}

#submit-button-j {
	font-family: "Shippori Mincho" !important;
	font-size: 10pt !important;
	font-weight: 400 !important;
	letter-spacing: -1.0px !important;
}

#submit-button-e {
	font-family: "Aston Martin Sans";
}

#company-name, #brunch, #name, #furigana, #post, #address, #tel, #mail, #comment {
	font-family: "Shippori Mincho" !important;
	font-size: 10pt !important;
	font-weight: 400 !important;
	letter-spacing: -1.0px !important;
}

#bk17887>div {
	padding-top: 0;
}

#bk17887>.-column1>.c-left {
	padding-top: 40px;
	padding-bottom: 30px;
}

#bk18175>div {
	padding-top: 0;
}

#bk18175>.-column1>.c-left {
	padding-top: 40px;
	padding-bottom: 30px;
}

#bk18244 {
	padding-top: 30px;
}

#bk18244>div {
	padding: 0 25px 50px 25px;
}

#bk18244>.g-column>.-col10 {
	margin-left: 0;
}

#bk18258 {
	padding-top: 30px;
}

#bk18258>div {
	padding: 0 25px 50px 25px;
}

#bk18258>.g-column>.-col10 {
	margin-left: 0;
}

.aston_link {
	font-family: "Aston Martin Sans";
	font-size: 10.2px;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding: 0 25px 0 25px;
	color: #ffffff;
	display: flex;
/*	margin-bottom: 20px !important; */
}

.aston_link_column1 {
	margin-right: 40px;
}

.aston_link_img {
	height: 15px;
	width: auto;
}

@media only screen and (max-width:640px) {

	#bk18244>.g-column {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#bk18258>.g-column {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.aston_link {
		padding-top: 15px !important;
	}

}
