@charset "utf-8";



/*FONT_FACE*/
@font-face {
	font-family: 'Adobe Caslon Pro Regular';
	src: url('fonts/Adobe%20Caslon%20Pro%20Regulard41d.eot?') format('eot'),
		url('fonts/Adobe%20Caslon%20Pro%20Regular.woff') format('woff'),
		url('fonts/Adobe%20Caslon%20Pro%20Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'dubielitalic';
	src: url('fonts/DubielItalic-webfont.eot');
	src: url('fonts/DubielItalic-webfontd41d.eot?#iefix') format('embedded-opentype'),
		url('fonts/DubielItalic-webfont.woff') format('woff'),
		url('fonts/DubielItalic-webfont.ttf') format('truetype'),
		url('fonts/DubielItalic-webfont.svg#dubielitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'texgyretermesregular';
	src: url('fonts/texgyretermes-regular-webfont.eot');
	src: url('fonts/texgyretermes-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
		url('fonts/texgyretermes-regular-webfont.woff') format('woff'),
		url('fonts/texgyretermes-regular-webfont.ttf') format('truetype'),
		url('fonts/texgyretermes-regular-webfont.svg#texgyretermesregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'texgyretermesitalic';
	src: url('fonts/texgyretermes-italic-webfont.eot');
	src: url('fonts/texgyretermes-italic-webfontd41d.eot?#iefix') format('embedded-opentype'),
		url('fonts/texgyretermes-italic-webfont.woff') format('woff'),
		url('fonts/texgyretermes-italic-webfont.ttf') format('truetype'),
		url('fonts/texgyretermes-italic-webfont.svg#texgyretermesitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NGT P MINCHO';
	src: url('fonts/ngtmpd41d.eot?') format('eot'),
		url('fonts/ngtmp.woff') format('woff'),
		url('fonts/ngtmp.ttf') format('truetype');
}

@font-face {
	font-family: 'HanaMinA';
	src: url('fonts/HanaMinAd41d.eot?') format('eot'),
		url('fonts/HanaMinA.woff') format('woff'),
		url('fonts/HanaMinA.ttf') format('truetype');
}

@font-face {
	font-family: 'texgyreadventorbold';
	src: url('fonts/texgyreadventor-bold-webfont.eot');
	src: url('fonts/texgyreadventor-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
		url('fonts/texgyreadventor-bold-webfont.woff') format('woff'),
		url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
		url('fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'texgyreadventorregular';
	src: url('fonts/texgyreadventor-regular-webfont.eot');
	src: url('fonts/texgyreadventor-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
		url('fonts/texgyreadventor-regular-webfont.woff') format('woff'),
		url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
		url('fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
	font-weight: normal;
	font-style: normal;
}










/*FONT_SIZE*/
.font_70 {
	font-size: 70px;
}

.font_68 {
	font-size: 68px;
}

.font_60 {
	font-size: 60px;
}

.font_50 {
	font-size: 50px;
}

.font_42 {
	font-size: 42px;
}

.font_40 {
	font-size: 40px;
}

.font_36 {
	font-size: 36px;
}

.font_32 {
	font-size: 32px;
}

.font_30 {
	font-size: 30px;
}

.font_29 {
	font-size: 29px;
}

.font_28 {
	font-size: 28px;
}

.font_27 {
	font-size: 27px;
}

.font_26 {
	font-size: 26px;
}

.font_25 {
	font-size: 25px;
}

.font_24 {
	font-size: 24px;
}

.font_23 {
	font-size: 23px;
}

.font_22 {
	font-size: 22px;
}

.font_21 {
	font-size: 21px;
}

.font_20 {
	font-size: 20px;
}

.font_19 {
	font-size: 19px;
}

.font_18 {
	font-size: 18px;
}

.font_17 {
	font-size: 17px;
}

.font_16 {
	font-size: 16px;
}

.font_15 {
	font-size: 15px;
}

.font_14 {
	font-size: 14px;
}

.font_13 {
	font-size: 13px;
}

.font_12 {
	font-size: 12px;
}

.font_11 {
	font-size: 11px;
}

.font_10 {
	font-size: 10px;
}


.font_copy01 {
	font-size: 40px;
}

.font_copy02 {
	font-size: 25px;
}

@media screen and (max-width: 768px) {
	.font_copy01 {
		font-size: 26px;
	}

	.font_copy02 {
		font-size: 20px;
	}
}

@media screen and (max-width: 500px) {
	.font_copy01 {
		font-size: 22px;
	}

	.font_copy02 {
		font-size: 18px;
	}
}




/*FONT_COLOR*/
.color_black {
	color: #252525;
}

.color_white {
	color: #ffffff;
}

.color_darkgreen {
	color: #0c555d;
}

.color_red {
	color: #ff6860;
}

.color_blue {
	color: #1D6CAB;
}

.color_pink {
	color: #e46f90;
}

.color_green {
	color: #16A6B6;
}

.color_gray {
	color: #bfbfbf;
}

.color_lightgray {
	color: #f5f5f5;
}

.color_darkgray {
	color: #C0BFBF;
}

.color_yellow {
	color: #FFE900;
}

.color_darkgreen {
	color: #588338;
}




/*BG_COLOR*/
.bg_pink {
	background-color: #c1a3bd !important;
}




/*COMMON*/
html {
	-webkit-text-size-adjust: none;
}

body {
	font-family: "A1 Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	//text-align: justify;
	//text-justify: inter-ideograph;
	//-ms-text-justify: inter-ideograph;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-break: normal;
}

.win body {
	font-family: "A1 Mincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	//text-align: justify;
	//text-justify: inter-ideograph;
	//-ms-text-justify: inter-ideograph;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	word-break: normal;
}




#wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.opa {
	opacity: 0;
	filter: alpha(opacity=0);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=0)";
	/* ie 8 */
	-moz-opacity: 0;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 0;
	/* Safari 1.x */
}

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

a {
	text-decoration: none;
}

a img {
	border-style: none;
}

.overflow {
	overflow-x: hidden;
}

#loader {
	width: 80px;
	height: 80px;
	display: none;
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	z-index: 100;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}

.bgcolor_black {
	background-color: #252525;
}

.sp_disp {
	display: none;
}

.sp_disp_only {
	display: none;
}


.sp_br {
	display: none;
}

@media screen and (max-width: 414px) {
	.sp_br {
		display: block;
	}
}

/*LOADING*/
#loading {
	width: 100%;
	height: 100vh;
	display: block;
	/* position:fixed; */
	z-index: 9999;
	background-color: #000000;
}

#loading_bg {
	width: 100%;
	height: 100vh;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../img/loading_bg01.jpg?202507?);
	display: none;
}

#loading_dot {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(../img/dot01.png);
	display: none;
	opacity: 0.5;
}

#loading_parts {
	max-width: 1200px;
	height: 400px;
	position: absolute;
	top: 5%;
	right: 0;
	left: 0;
	margin: -200px 0 0 0px;
	text-align: center;
	margin: 100px auto 0;
	width: 95%;
}

@media screen and (max-width: 1024px) {
	#loading_parts {
		text-align: center;
		margin: 50px auto 0;
		width: 95%;
	}
}


@media screen and (max-width: 768px) {
	#loading_parts {
		top: 5%;
		margin: 0px auto 0;
		width: 95%;
	}

	#loading_bg {
		width: 100%;
		height: 100vh;
		position: absolute;
		background-repeat: no-repeat;
		background-position: 71% bottom;
		background-size: cover;
		background-image: url(../img/loading_bg01.jpg?20250722);
	}
}


@media screen and (max-width: 378px) {
	#loading_parts {
		top: 5%;
	}
}


@media screen and (max-width: 320px) {
	#loading_parts {
		top: 5%;

	}
}


#loading_parts>div {
	position: absolute;
}

#loading_logo {
	width: 130px;
	height: auto;
	top: 0;
	left: 45%;
	margin: 0 0 0 0;
	display: none;
	right: 45%;
}

#loading_copy01 {
	width: auto;
	height: auto;
	top: 60%;
	left: 0;
	margin: -40px 0 0 0;
	display: none;
	right: 0;
}

.loading_copy_break01 {
	display: none;
}

#loading_copy02 {
	width: auto;
	height: auto;
	bottom: 16%;
	left: 0;
	margin: 0 0 0 0;
	display: none;
	right: 0;
}


@media screen and (max-width: 414px) {
	#loading_copy02 {
		bottom: 15%;
	}


	#loading_logo {
		width: 100px;
		left: 35%;
		margin: 0 0 0;
	}

	#loading_copy01 {
		top: 55%;
	}


}

@media screen and (max-width: 320px) {
	#loading_copy02 {
		bottom: 20%;
	}


	#loading_logo {
		width: 100px;
		left: 35%;
		margin: 0 0 0;
	}

	#loading_copy01 {
		top: 50%;
	}


}





#loading_arrow {
	display: block;
	width: 50px;
	height: auto;
	position: absolute;
	left: 48%;
	margin: 0 0 0 0;
	/* display:none; */
	/* right: 0; */
	/* top: 30%; */
	text-align: center;
	z-index: 99999;
	margin-top: 50px;
	/* right: 505%; */
}

#loading_text {
	display: block;
	width: 200px;
	height: auto;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -100px;
	text-align: center;
	font-family: 'Adobe Caslon Pro Regular', serif;
	display: none;
}









/*MENU*/
#menu01 {
	width: 240px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
}

#menu01_contents {
	width: 240px;
	height: 100%;
	margin: 0 !important;
	padding: 0;
	background-color: #ffffff;
	float: left;
	position: relative;
}

.menu_parts {
	position: absolute;
}

#menu_logo {
	display: block;
	width: 165px;
	height: auto;
	margin: 0;
	padding: 0;
	top: 100px;
	left: 37px;
}

#menu_list {
	width: 165px;
	height: auto;
	margin: 0;
	padding: 0;
	top: 240px;
	left: 37px;
}

.menu_item {
	display: block;
	width: auto;
	height: 22px;
	margin: 0;
	padding: 0;
	font-family: 'Adobe Caslon Pro Regular';
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 20px 22px;
}

.menu_line {
	background-color: #FFE900;
	width: 0;
	height: 1px;
	margin: -2px 0 20px 0;
	padding: 0;
}

.menu_button01 {
	display: block;
	width: 165px;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFE900;
	bottom: 57px;
	left: 37px;
}

.menu_button_text01 {
	width: auto;
	height: auto;
	margin: 27px 0 0 0;
	padding: 0;
	font-family: 'Adobe Caslon Pro Regular';
	line-height: 20px;
}

.menu_button_text02 {
	width: auto;
	height: auto;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 18px;
}

#copyright {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	bottom: 15px;
	left: 15px;
	font-family: 'Adobe Caslon Pro Regular';
	line-height: 10px;
}

#menu01_bar {
	display: none;
}










/*SUBMENU*/
#submenu01 {
	width: 180px;
	height: 0;
	background-color: #252525;
	position: fixed;
	top: 0;
	left: 240px !important;
}

#submenu_list,
#submenu_list_info {
	top: 240px;
	left: 17px;
	margin: -100px 0 0 0;
	padding: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=0)";
	/* ie 8 */
	-moz-opacity: 0;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 0;
	/* Safari 1.x */
}

#submenu_title,
#submenu_title_info {
	width: auto;
	height: 22px;
	margin: -100px 0 0 0;
	padding: 0;
	font-family: 'texgyretermesitalic';
	top: 165px;
	left: 17px;
	opacity: 0;
	filter: alpha(opacity=0);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=0)";
	/* ie 8 */
	-moz-opacity: 0;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 0;
	/* Safari 1.x */
}

.submenu_item {
	display: block;
	width: 145px;
	height: 22px;
	margin: 0;
	padding: 0;
	font-family: 'Adobe Caslon Pro Regular';
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 20px 22px;
}

.submenu_line {
	background-color: #FFE900;
	width: 0;
	height: 1px;
	margin: -2px 0 20px 0;
	padding: 0;
}

#sub-panel-btn {
	display: none;
}










/*CONTENTS*/
#contents01 {
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 240px !important;
}










/*TOP-CONTENTS*/

/*GRID*/
.grid_s01,
.grid_s02,
.grid_s03,
.grid_s04 {
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

.grid_img01 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-moz-transition: -moz-transform 0.5s ease-out;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.grid_img01:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.grid_s01 {
	height: 250px;
	position: relative;
	float: left;
	overflow: hidden;
}

.grid_s02 {
	height: 250px;
}

.grid_s04 {
	height: 125px;
}

.grid_name01 {
	position: absolute;
	top: 25px;
	left: 20px;
	font-family: 'Adobe Caslon Pro Regular';
	line-height: 28px;
	letter-spacing: 1px;
}

.grid_text01 {
	position: absolute;
	top: 60px;
	left: 25px;
	text-align: left;
	line-height: 36px;
}

.grid_icon01 {
	width: 66px;
	height: 20px;
	position: absolute;
	bottom: 30px;
	left: 30px;
	border: 1px solid #FFE900;
	color: #FFE900;
	text-align: center;
	line-height: 20px;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

.grid_icon01>span {
	display: block;
	width: 66px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -33px;
	text-align: center;
}

.grid_name02 {
	position: absolute;
	top: 19px;
	left: 20px;
	font-family: 'Fjalla One', sans-serif;
	line-height: 20px;
}

.grid_text02_01 {
	position: absolute;
	top: 46px;
	left: 0;
	padding: 0 30px 0 30px;
	line-height: 21px;
}

.grid_text02_02 {
	height: 40px;
	position: absolute;
	top: 67px;
	left: 0;
	font-family: "Shuei KakuGo Kin L", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
	padding: 0 30px 0 30px;
	line-height: 20px;
	overflow: hidden;
}

.grid_text02_03 {
	position: absolute;
	top: 48px;
	left: 30px;
	line-height: 16px;
	font-family: "Shuei KakuGo Kin L", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.grid_text02_04 {
	position: absolute;
	top: 47px;
	right: 30px;
	padding: 0 6px 0 6px;
	line-height: 16px;
	background-color: #252525;
}

.grid_name03 {
	position: absolute;
	top: 25px;
	left: 20px;
	font-family: 'Adobe Caslon Pro Regular';
	line-height: 28px;
	letter-spacing: 1px;
}

.grid_text03 {
	position: absolute;
	top: 70px;
	left: 0;
	padding: 0 25px 0 25px;
	text-align: left;
	height: 100px;
	overflow: hidden;
}

.grid_name04 {
	position: absolute;
	top: 25px;
	left: 20px;
	font-family: 'Adobe Caslon Pro Regular';
	line-height: 28px;
	letter-spacing: 1px;
}

.grid_text04 {
	position: absolute;
	top: 50px;
	left: 25px;
}










/*VISION*/
#vision01,
#vision02 {
	background-color: #252525;
	font-family: 'A1 Mincho', 'NGT P MINCHO', serif;
}

.grid_copy01 {
	font-size: 42px;
	line-height: 54px;
}

#vision02>div.grid_text01>span {
	line-height: 34px;
}










/*SHOP*/
#shop01 {}

#shop02 {}

#shop_img01 {
	background-image: url(../../../img/company/new/shop01.jpg);
}

#shop_img02 {
	background-image: url(../../../img/company/new/shop02.jpg);
}

#shop_img03 {
	background-image: url(../../../img/company/new/shop03.jpg);
}

#shop_img04 {
	background-image: url(../../../img/company/new/shop04.jpg);
}

#shop_img05 {
	background-image: url(../../../img/company/new/shop05.jpg);
}

#shop_img06 {
	background-image: url(../../../img/company/new/shop06.jpg);
}

#shop_img07 {
	background-image: url(../../../img/company/new/shop07_newc6ab.jpg?201810);
}

#shop_img08 {
	background-image: url(../../../img/company/new/shop08.jpg);
}

#shop_img09 {
	background-image: url(../../../img/company/new/shop09.jpg);
}

#shop_img10 {
	background-image: url(../../../img/company/new/shop07_newc6ab.jpg?201810);
}

#shop_img11 {
	background-image: url(../../../img/company/new/shop08_new.jpg);
}

#shop_img12 {
	background-image: url(../../../img/company/new/shop11.jpg);
}

#shop_img13 {
	background-image: url(../../../img/company/new/shop13.jpg);
}




/*MOVIE*/
#movie01 {
	background-color: #252525;
	overflow: hidden;
}

#video_frame {
	position: absolute;
	top: 0;
	left: 0;
	-moz-transition: -moz-transform 0.5s ease-out;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
	background-image: url(../../../img/company/new/video_sample.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#video_frame:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}










/*INFOMATION*/
#information01 {
	background-color: #879CB5;
}

.information_date {
	width: auto;
	height: auto;
	margin: 5px 10px 0 0;
	padding: 0;
	float: left;
	line-height: 20px;
}

.information_shop {
	width: auto;
	height: auto;
	margin: 5px 0 0 0;
	padding: 0 6px 0 6px;
	float: left;
	line-height: 20px;
	background-color: #252525;
}

.information_text {
	display: block;
	width: auto;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	text-decoration: underline;
	color: #252525;
	line-height: 29px;
	word-break: normal;
	font-family: "A1 Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

.win .information_text {
	display: block;
	width: auto;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	text-decoration: underline;
	color: #252525;
	line-height: 29px;
	word-break: normal;
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
}

#information01>div.bx-wrapper>div.bx-controls.bx-has-pager {
	bottom: 30px !important;
	right: 25px !important;
}

#information01>div.bx-wrapper>div.bx-viewport>ul>li>div>div>div.information_text {
	text-decoration: none;
}








/*RECRUIT*/
#recruit01_01,
#recruit01_02 {
	background-color: #FFE900;
}










/*CONTACT*/
#contact01 {
	background-color: #AFB2B4;
}










/*INTERVIEW*/
#interview01,
#interview02,
#interview03,
#interview04,
#interview05,
#interview06 {
	background-color: #C5C1AE;
}

.interview_photo01 {
	display: block;
	width: 100%;
	height: 250px;
	position: absolute;
	top: 0;
	-moz-transition: -moz-transform 0.5s ease-out;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.interview_photo01:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.interview_photo01_img01 {
	width: 100%;
	height: 125px;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.interview_text01 {
	width: 100%;
	height: 125px;
	position: absolute;
	top: 125px;
}

#interview01>a>div,
#interview02>a>div,
#interview03>a>div,
#interview04>a>div,
#interview05>a>div,
#interview06>a>div {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#interview01>a>div,
#interview04>a>div,
#interview06>a>div {
	background-image: url(../../../img/company/new/staff01.jpg);
}

#interview02>a>div,
#interview05>a>div {
	background-image: url(../../../img/company/new/staff02.jpg);
}

#interview03>a>div {
	background-image: url(../../../img/company/new/staff03_20180128.jpg);
}










/*FACEBOOK*/
#facebook01,
#facebook02,
#facebook03,
#facebook04,
#facebook05,
#facebook06,
#facebook0701 {
	background-color: #879CB5;
}

#facebook0702 {
	background-color: #C5C1AE;
}

.facebook_photo01 {
	display: block;
	width: 100%;
	height: 250px;
	position: absolute;
	top: 0;
	-moz-transition: -moz-transform 0.5s ease-out;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.facebook_photo01:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.facebook_photo01_img01 {
	width: 100%;
	height: 125px;
	overflow: hidden;
	position: absolute;
	top: 0;
	background-color: #3A5897;
}

.facebook_photo01_text01 {
	width: 100%;
	height: 125px;
	overflow: hidden;
	position: absolute;
	top: 0;
	text-align: center;
}

.facebook_photo01_text01>span {
	font-size: 21px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -35px 0 0 0;
	font-family: 'texgyreadventorregular';
	font-weight: bold;
}

.facebook_text01 {
	width: 100%;
	height: 125px;
	position: absolute;
	top: 125px;
}

#facebook01>a>div,
#facebook02>a>div,
#facebook03>a>div,
#facebook04>a>div,
#facebook05>a>div,
#facebook06>a>div,
#facebook0701>a>div,
#facebook0702>a>div {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}










/*SLIDER*/
.bxslider {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.bxslider li {
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.bx-controls {
	width: 200px !important;
	height: 10px !important;
	position: absolute !important;
	bottom: 30px !important;
	right: 25px !important;
}










/*ONMOUSE*/
.onmouse_area02,
.onmouse_area03,
.onmouse_area04 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.onmouse_frame_top,
.onmouse_frame_right,
.onmouse_frame_bottom,
.onmouse_frame_left {
	display: block;
	background-color: #ffffff;
	position: absolute;
	opacity: 0.75;
	filter: alpha(opacity=75);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=75)";
	/* ie 8 */
	-moz-opacity: 0.75;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.75;
	/* Safari 1.x */
}

.onmouse_frame_top {
	width: 100%;
	height: 1px;
	top: -1px;
	left: 0;
}

.onmouse_frame_right {
	width: 1px;
	height: 100%;
	top: 0;
	right: -1px;
}

.onmouse_frame_bottom {
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
}

.onmouse_frame_left {
	width: 1px;
	height: 100%;
	top: 0;
	left: -1px;
}










/*LOWER-CONTENTS*/

/*FORMAT*/
.subimg {
	height: 225px;
	margin: 0 0 0 180px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.subimg_img01 {
	background-image: url(../../../img/company/new/news_header.jpg);
}

.subimg_img02 {
	background-image: url(../../../img/company/new/tfc_header.jpg);
}

.subimg_img03 {
	background-image: url(../../../img/company/new/hinaya_header.jpg);
}

.subimg_img04 {
	background-image: url(../../../img/company/new/barchiki_header.jpg);
}

.subimg_img05 {
	background-image: url(../../../img/company/new/gladio_header.jpg);
}

.subimg_img06 {
	background-image: url(../../../img/company/new/oceanfatare_header.jpg);
}

.subimg_img07 {
	background-image: url(../../../img/company/new/wabar_header.jpg);
}

.subimg_img08 {
	background-image: url(../../../img/company/new/profile_header.jpg);
}

.subimg_img09 {
	background-image: url(../../../img/company/new/message_header.jpg);
}

.subimg_img10 {
	background-image: url(../../../img/company/new/philosophy_header.jpg);
}

.subimg_img11 {
	background-image: url(../../../img/company/new/history_header.jpg);
}

.subimg_img12 {
	background-image: url(../../../img/company/new/mailform_header.jpg);
}

.subimg_img13 {
	background-image: url(../../../img/company/new/telephone_header.jpg);
}

.subimg_img14 {
	background-image: url(../../../img/company/new/espalmador_header.jpg);
}

.subimg_img15 {
	background-image: url(../../../img/company/new/westcoastdiner_header.jpg);
}

.subimg_img16 {
	background-image: url(../../../img/company/new/hiiki_header.jpg);
}

.subimg_img_shop01 {
	background-image: url(../../../img/company/new/shop01.jpg);
}

.subimg_img_shop02 {
	background-image: url(../../../img/company/new/shop05.jpg);
}

.subimg_img_shop03 {
	background-image: url(../../../img/company/new/shop04.jpg);
}

.subimg_img_shop04 {
	background-image: url(../../../img/company/new/shop02.jpg);
}

.subimg_img_shop05 {
	background-image: url(../../../img/company/new/shop03.jpg);
}

.subimg_img_shop06 {
	background-image: url(../../../img/company/new/shop06.jpg);
}

.subimg_img_shop07 {
	background-image: url(../../../img/company/new/shop07_newc6ab.jpg?201810);
}

.subimg_img_shop08 {
	background-image: url(../../../img/company/new/shop08.jpg);
}

.subimg_img_shop09 {
	background-image: url(../../../img/company/new/shop09.jpg);
}

.subimg_img_shop10 {
	background-image: url(../../../img/company/new/shop08_new.jpg);
}

.subimg_img_shop11 {
	background-image: url(../../../img/company/new/shop11.jpg);
}

.subimg_img_shop12 {
	background-image: url(../../../img/company/new/shop13.jpg);
}

.subimg_dot {
	width: 100%;
	height: 100%;
	background-image: url(../img/dot01.png);
}

.subimg_dot_shop {
	width: 100%;
	height: 100%;
	background-image: url(../mg/dot02.png);
}

.subcontents {
	height: auto;
	//background-color:#cccccc;
	margin: 70px 0 80px 260px;
	padding: 0;
	min-width: 400px;
	font-family: 'Adobe Caslon Pro Regular', 'A1 Mincho', 'NGT P MINCHO', sans-serif;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

.win .subcontents {
	height: auto;
	//background-color:#cccccc;
	margin: 70px 0 80px 260px;
	padding: 0;
	min-width: 400px;
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
}

.subcontents_title_ja {
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}

.subcontents_title_en {
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	font-family: 'texgyretermesitalic';
}

.subcontents_title_logo {
	display: block;
	width: 315px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 0;
}

.subcontents_contents {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.subcontents_contents a {
	color: #252525;
}

.list_space {
	display: none;
}

#map01,
#map02,
#map03,
#map04,
#map05,
#map06,
#map07,
#map08,
#map09,
#map10,
#map13 {
	height: 400px;
	margin: 45px 0 0 0;
	padding: 0;
	min-width: 400px;
}










/*INFORMATION*/
.news_list {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
}

.news_list_date {
	width: 74px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	font-family: 'Adobe Caslon Pro Regular';
}

.news_list_shop {
	width: 84px;
	height: 20px;
	position: relative;
	margin: 0 12px 0 0;
	padding: 0;
	float: left;
	background-color: #252525;
	text-align: center;
	font-family: "A1 Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

.news_list_shop>span {
	display: block;
	width: 84px;
	height: 20px;
	margin: -8px 0 0 -42px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
}

a.news_list_text {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	min-width: 230px;
	text-decoration: underline;
	color: #252525;
}

div.news_list_text {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	min-width: 230px;
	color: #252525;
}









/*COMPANY_PROFILE*/
.profile_list {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
}

.profile_title {
	width: 90px;
	height: 18px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}

.profile_item {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	min-width: 310px;
}

.profile_list a {
	display: block;
	width: 100px !important;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	min-width: auto !important;
}










/*COMPANY_PHILOSOFY*/
.philosofy_contents {
	width: 100%;
	height: auto;
	margin: 0 0 50px 0;
	padding: 0;
}

.philosofy_title {
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 7px 0 8px 0;
	border-top: solid 1px #252525;
	border-bottom: solid 1px #252525;
	font-family: 'texgyretermesitalic';
}

.philosofy_copy01 {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	line-height: 40px;
}

.philosofy_copy02 {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	line-height: 40px;
}

.philosofy_text01 {
	width: 100%;
	height: auto;
	margin: 0 0 25px 0;
	padding: 0;
	text-align: center;
	line-height: 24px;
}

.philosofy_text02 {
	width: 100%;
	height: auto;
	margin: 0 0 25px 0;
	padding: 0;
	line-height: 24px;
}

.philosofy_keyword {
	width: 100%;
	height: 29px;
	margin: 0 0 15px 0;
	padding: 6px 0 0px 0;
	text-align: center;
	background-color: #FFE900;
}










/*COMPANY_HISTORY*/
.history_list {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
}

.history_date {
	width: 90px;
	height: 18px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}

.history_text {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	min-width: 310px;
}










/*SHOP*/
.shop_name_page {
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
}

.shop_detail {
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 0;
}

.shop_link01,
.shop_link02,
.shop_link03 {
	display: block;
	width: 100px;
	height: auto;
	margin: 0 0 8px 0;
	padding: 0;
}










/*CONTACT_TEL*/
.contact_list {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
}

.contact_name {
	width: auto;
	height: auto;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	min-width: 290px;
}

.contact_tel {
	width: 140px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}











/*CONTACT_MAIL*/
.form_list {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	min-width: 510px;
}

.form_item {
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	max-width: 275px;
	min-width: 175px;
}

.form_content {
	width: 335px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

.form_content>div {
	float: left;
	margin: 0;
	padding: 0;
}

.form_content>div>input {
	border: 0;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	padding: 3px;
}

.form_content>div>input:focus {
	outline: none;
}

.form_content>div>textarea {
	border: 0;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	padding: 3px;
}

.form_content>div>textarea:focus {
	outline: none;
}

.submit-button {
	outline: none;
	border: 0px solid #cccccc;
	background: #787878;
	background: -webkit-gradient(linear, left top, left bottom, from(#9fa19e), to(#787878));
	background: -webkit-linear-gradient(top, #9fa19e, #787878);
	background: -moz-linear-gradient(top, #9fa19e, #787878);
	background: -ms-linear-gradient(top, #9fa19e, #787878);
	background: -o-linear-gradient(top, #9fa19e, #787878);
	background-image: -ms-linear-gradient(top, #9fa19e 0%, #787878 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	color: #fcfcfc;
	font-family: helvetica, serif;
	padding: 2px 10px 2px 10px;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
}

.submit-button:hover {
	outline: none;
	border: 0px solid #cccccc;
	background: #787878;
	background: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#787878));
	background: -webkit-linear-gradient(top, #bdbdbd, #787878);
	background: -moz-linear-gradient(top, #bdbdbd, #787878);
	background: -ms-linear-gradient(top, #bdbdbd, #787878);
	background: -o-linear-gradient(top, #bdbdbd, #787878);
	background-image: -ms-linear-gradient(top, #bdbdbd 0%, #787878 100%);
	color: #fff;
}

.submit-button:active {
	outline: none;
	border: 0px solid #cccccc;
	background: #787878;
	background: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#787878));
	background: -webkit-linear-gradient(top, #bdbdbd, #787878);
	background: -moz-linear-gradient(top, #bdbdbd, #787878);
	background: -ms-linear-gradient(top, #bdbdbd, #787878);
	background: -o-linear-gradient(top, #bdbdbd, #787878);
	background-image: -ms-linear-gradient(top, #bdbdbd 0%, #787878 100%);
	color: #fff;
}

.comp_message {
	width: 100%;
	height: auto;
	margin: 100px 0 100px 0;
	padding: 0;
	text-align: center;
}








.new_fix_button {
	position: absolute;
	display: block;
	width: 165px;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #2a9ddb;
	bottom: 180px;
	left: 37px;
}

.new_fix_button p {
	margin: 0;
	padding: 0;
	color: #252525;
}

.new_fix_button>p:nth-child(1) {
	font-size: 20px;
	line-height: 20px;
	margin: 15px 0 5px 0;
}

.new_fix_button>p:nth-child(2) {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -1px;
}








#new_business0 {
	background: #2c9fd9;
	font-feature-settings: "palt";
}

#new_business0 .grid_text04 {
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	margin: -54px 0 0 0;
}

#new_business0 .grid_text04 span {
	font-size: 36px;
	line-height: 54px;
}





#new_business1 {
	background: #f0678d;
	font-feature-settings: "palt";
}

#new_business1 .grid_text04 {
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	margin: -27px 0 0 0;
}

#new_business1 .grid_text04 span {
	font-size: 36px;
	line-height: 54px;
}





#new_reservation0 {
	background: #000000;
	font-feature-settings: "palt";
}




#new_recruit0 {
	background: #FFE900;
	font-feature-settings: "palt";
}

#new_recruit0 .grid_text04 {
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	margin: -27px 0 0 0;
}

#new_recruit0 .grid_text04 span {
	font-size: 36px;
	line-height: 54px;
}





#new_interview0 {
	background: #000000;
	font-feature-settings: "palt";
}

#new_interview0 .interview_text01 {
	width: 50%;
	height: 100%;
	top: 0;
}

#new_interview0 .interview_photo01_img01 {
	width: 50%;
	height: 100%;
	left: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../../../img/company/new/new_staff0.jpg);
}

#new_interview0 .grid_name02 {
	top: 30px;
	left: 20px;
}

#new_interview0 .grid_text02_03 {
	top: 50%;
	margin: -20px 0 0 0;
}

#new_interview0 .grid_text02_03 span {
	font-family: "A1 Mincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
}

#new_interview0 .grid_text02_02 {
	top: 50%;
	margin: 15px 0 0 0;
	height: auto;
}

#new_interview0 .grid_text02_02 span {
	font-size: 16px;
	line-height: 24px;
	font-family: "A1 Mincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
}



.submenu_business {
	font-family: "A1 Mincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
	font-feature-settings: "palt";
}

.submenu_business span {
	font-size: 16px;
}





.subimg,
.subimg_dot {
	position: relative;
}

.produce .subimg_dot,
.fc .subimg_dot {
	opacity: 0.5;
}

.produce .subimg>div:nth-child(1),
.produce .subimg>div:nth-child(2),
.produce .subimg>div:nth-child(3),
.produce .subimg>div:nth-child(4),
.produce .subimg>div:nth-child(5),
.fc .subimg>div:nth-child(1),
.fc .subimg>div:nth-child(2),
.fc .subimg>div:nth-child(3),
.fc .subimg>div:nth-child(4),
.fc .subimg>div:nth-child(5) {
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.produce .subimg>div:nth-child(1) {
	left: 0;
	background-image: url(../../../img/company/new/business_img0.jpg);
}

.produce .subimg>div:nth-child(2) {
	left: 20%;
	background-image: url(../../../img/company/new/business_img1.jpg);
}

.produce .subimg>div:nth-child(3) {
	left: 40%;
	background-image: url(../../../img/company/new/business_img2.jpg);
}

.produce .subimg>div:nth-child(4) {
	left: 60%;
	background-image: url(../../../img/company/new/business_img3.jpg);
}

.produce .subimg>div:nth-child(5) {
	left: 80%;
	background-image: url(../../../img/company/new/business_img4.jpg);
}

.fc .subimg>div:nth-child(1) {
	left: 0;
	background-image: url(../../../img/company/new/business_img5.jpg);
}

.fc .subimg>div:nth-child(2) {
	left: 20%;
	background-image: url(../../../img/company/new/business_img6.jpg);
}

.fc .subimg>div:nth-child(3) {
	left: 40%;
	background-image: url(../../../img/company/new/business_img7.jpg);
}

.fc .subimg>div:nth-child(4) {
	left: 60%;
	background-image: url(../../../img/company/new/business_img8.jpg);
}

.fc .subimg>div:nth-child(5) {
	left: 80%;
	background-image: url(../../../img/company/new/business_img9.jpg);
}



.business_title {
	width: 100%;
	margin: 0 0 30px 0;
	font-feature-settings: "palt";
}

.business_title p {
	font-size: 28px;
	line-height: 56px;
}

.business_text {
	width: 100%;
	margin: 0 0 60px 0;
	font-feature-settings: "palt";
}

.business_text p {
	font-size: 16px;
	line-height: 32px;
}

.business_button {
	width: 500px;
	margin: 0 auto;
	font-feature-settings: "palt";
}

.business_button a {
	display: block;
	width: 230px;
	margin: 0 40px 0 0;
	padding: 12px 0 12px 0;
	text-align: center;
	border: 1px solid #000000;
	box-sizing: border-box;
	float: left;
}

.business_button>a:nth-child(2) {
	margin: 0;
}

.business_button a p {
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	font-family: "A1 Mincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
}



.menu_button {
	width: 170px;
	margin: 0 0 0 -85px;
	position: absolute;
	bottom: 75px;
	left: 50%;
	font-feature-settings: "palt";
	font-family: "A1 Mincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
}

.menu_button a {
	display: block;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 12px 0 12px 0;
	text-align: center;
}

.menu_button>a:nth-child(1) {
	background: #FFE900;
}

.menu_button>a:nth-child(2) {
	background: #2c9fd9;
}

.menu_button>a:nth-child(3) {
	background: #f0678d;
}

.menu_button a p {
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #000000;
}


#submenu_item11 {
	height: 50px;
	margin: 0 0 20px 0;
}

.submenu_item span span {
	display: block;
	width: 140px;
	margin: 3px 0 0 0;
	padding: 5px 0 0 0;
	border: 1px solid #ffffff;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}

.business_soon {
	width: 100%;
	text-align: center;
	margin: 150px 0 150px 0;
}

.business_soon p {
	font-size: 20px;
	line-height: 20px;
}