html {
	font-family: "Noto Serif JP", "Noto Serif KR", "Times New Roman", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.breadcrumb {
	margin-top: 1em;
}

img {
	width: 100%;
	margin: auto;
	display: block;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	letter-spacing: 0.8px;
}
p {
	letter-spacing: 0.8px;
}

body{
	margin: 0;
	background-color: white;
}


/* スマートフォン用CSS */

*/ @media screen and (max-width: 768px) {
	img {
		max-width: 100%;
		height: auto;
		width
		/***/
		: auto;
	}
}

/****************************************
		NAV @english
*****************************************/
.overlayMenuItem {
    position: relative;
/*	direction: rtl;*/
}
.overlay-menu {
    display: none;
    position: fixed;
    /* width: 320px; */
    width: 678px;
    height: 100vh;
    overflow: auto;
	background: url("../images/english-site/nav-back01.png"),black url("../images/english-site/nav-back02.png");
	background-repeat: no-repeat,no-repeat;
	background-position: 92% 6%,9% 94%;
	background-size: 46%,30%;
    z-index: 100000;

}

@media screen and (max-width: 768px) {
	.overlay-menu {
		width: 100%;
		background-position: 92% 6%,15% 85%;
		background-size: 65%,45%;
	}

}

.overlay-menu-btn{
	position: fixed;
	top: 30px;
	/* right: calc((100% - 320px) / 2); */
	right: calc((100% - 678px) / 2);
	margin-right: 20px;
	height: 28px;
	width: 28px;
	z-index: 100001;
}

@media screen and (max-width: 768px) {
	.overlay-menu-btn{
		right: 4%;
		margin-right: 0;
	}
}

.fixed-box{
/*	position: fixed;*/
}

.overlay-menu-btn span{
	position: relative;
	display: block;
	width: 26px;
	border: 1px solid white;
	transition: 0.5s;
}

.overlay-menu-btn span:nth-child(1){
	top: 0;
}
.overlay-menu-btn span:nth-child(2){
	top: 10px;
}
.overlay-menu-btn span:nth-child(3){
	top: 20px;
}

.overlay-menu-inner{
	padding: 60px 4% 40px 4%;
}

.overlay-menu-item ul{
	margin: 20px 0 40px 0;
	padding: 0;
	list-style-type: none;
}

.overlay-menu-item ul li{
	text-align: center;
}

.overlay-menu-item ul li:last-child {
	width: 103px;
	margin: auto;
}

.overlay-menu-item ul li a {
	display: block;
	width: 100%;
	padding: 20px 0px;
	color: white;
	text-decoration: none;
	transition: 0.5s;
}

.overlay-menu-item ul li a img{
	display: inline-block;
    width: 20px;
    margin-right: 10px;
}

.overlay-menu-item ul li a p{
	display: inline-block;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.overlay-menu-item ul li a {
		font-size: 18px;
	}
}

.overlay-menu-item ul li a:hover {
}

/****************************************
		TOP @english
*****************************************/
.sp-box {
	min-width: 0px;
	/* max-width: 320px; */
	max-width: 678px;
	margin: auto;
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.sp-box {
		max-width: 100%;
	}
}

.btn {
	display: block;
	color: #ffffff;
	/* font-size: 18px; */
	/* letter-spacing: 4px; */
	border: 1px solid #ffffff;
	text-align: center;
	width: 70%;
	margin: auto;
}

.btn a {
	padding: 5% 0;
	color: white;
	display: block;
}

a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}

main {
	width: 100%;
	text-align: center;
}

main.top {
	background: #000000 url("../images/english-site/top-back.png");
	margin-top: 0%;
	background-position: center;
	background-size: contain;
}

main.top div.content-inner {
	padding-bottom: 5%;
}

main.top div.menu h2{
	margin-top: 5%;
}


div.menu h2 {
	color: white;
	margin-top: 0;
	margin-bottom: 5%;
	font-size: 21px;
}

div.menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 0 10px;
}

div.menu ul li {
	width: 48%;
}

footer {
	background: #000000 url("../images/english-site/footer-back.png");
	background-size: cover;
	padding: 5% 0;
}

footer .inquiry {
    width: 100%;
    margin: auto;
    margin-top: 10%;
    text-align: center;
}

footer .inquiry img{
	display: inline-block;
    width: 20px;
    margin-right: 10px;
}

footer .inquiry p{
	display: inline-block;
	padding: 0;
	margin: 0;
	color: white;
}

footer .nav ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 10% 20px 0;
	margin: 0;
}

footer .nav ul li:first-child {
	width: 35%;
}

footer .nav ul li:last-child {
	width: 65%;
	text-align: right;
}

footer .nav a {
	color: white;
	font-size: 13px
}

footer .nav p {
	font-size: 10px;
	color: white;
	margin: 0;
}

/****************************************
		SUBPAGE COMMON @english
*****************************************/

main .section div p{
	color: white;

}
main .section h2{
	background: 100% url("../images/english-site/ttl-back.png");
	background-size: contain;
	width: 100%;
	color: white;
	margin: 0;
	text-align: left;
	padding: 10px 0 28px 0;
	background-position-x: left;
	background-repeat: no-repeat;
}

main.subpage .content.lazyloaded{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
}


main.subpage .content::before {
	content: "";
    display: block;
    position: fixed;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: repeat-y;
    background-size: contain;
    /* max-width: 320px; */
    max-width: 678px;
	background-size: 100%;
}
@media screen and (max-width: 768px) {
	main.subpage .content::before {
		max-width: 100%;
	}

	main.subpage .content.lazyloaded{
		background-size: 100%;
	}

}

main.subpage .first-view{
	padding: 40% 23% 100%;
    position: relative;
}

main.subpage .main-logo {
    width: 100%;
    margin: auto;
}

main.subpage .first-view h1{
	color: white;
    font-size: 20px;}

main.subpage .first-view div.scroll-ico{
	width: 50px;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
    left: 44%;
    bottom: 20px;
}

main.subpage .section{
	background-color: rgb(99 99 99 / 81%);
	padding: 0 25px 30px;
}

main.subpage .section h2.first-tll{
	padding-top: 30px;
}

main.subpage .section p{
	text-align: left;
	margin: 0;
}

main.company .section h2.smaller-font{
	font-size: 20px;
}

main.subpage .section hr{
	margin: 60px auto 0;
	width: 100%;
}

main.subpage div.section-inner  p{
	margin-bottom: 40px;
}

main.subpage div.section-inner div.img-box {
	margin-bottom: 40px;
}

main.subpage div.section-inner div.img-box p{
	text-align: center;
    margin: 10px 0 10px;
    font-size: 14px;
}

main.subpage div.content-inner div.bottom-nav01{
	background-color: rgb(99 99 99 / 81%);
	padding: 20px 0;
}

main.subpage div.content-inner div.bottom-nav01 .btn{
	margin-bottom: 10px;
}

main.subpage div.content-inner div.bottom-nav02{
	background-color: black;
	padding: 20px 0;
}

/****************************************
		COMPANY @english
*****************************************/
main.subpage.company .content::before {
    background-image: url(../images/english-site/company-back.png);
	/* background-size: 100%; */
}

/****************************************
		TAKEAWAY @english
*****************************************/
main.subpage.take-away .content::before {
    background-image: url(../images/english-site/take-away-back.png);
	/* background-size: 100%; */
}

main.subpage.take-away div.section-inner div.img-box h3{
	color: white;
}

main.subpage.take-away div.section-inner div.img-box p{
	text-align: left;
	font-size: 16px;
}

main.subpage.take-away .section hr{
	margin: 20px auto 40px;
}

/****************************************
		EATIN @english
*****************************************/
main.subpage.eat-in .content::before {
    background-image: url(../images/english-site/eat-in-back.png);
	/* background-size: 100%; */
}

main.subpage.eat-in div.section-inner div.img-box h3{
	color: white;
}

main.subpage.eat-in div.section-inner div.img-box p{
	text-align: left;
	font-size: 16px;
}

main.subpage.eat-in .section hr{
	margin: 20px auto 40px;
}
