@charset "utf-8";
@import url("../font/load.css");


/* CSS Document */

body {
	min-width: 1280px;
	font-size: 1.6rem;
	line-height: 1.73;
}

/*========================================
entranceの設定
==========================================*/

.entrance_h_wrap {
	background: #f2ede7;
	height: 115px;
}

.entrance_h_boxs {
	position: relative;
	padding: 8px 0 25px 0;
}

.entrance_logo {
	position: absolute;
	top: 13px;
	left: 0;
	z-index: 10;
}

.entrance_h_group {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.entrance_h_group h1 {
	font-size: 1.2rem;
	line-height: 1;
	color: #636363;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.entrance_intro_block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 50%;
	z-index: 0;
	padding: 70px;
	height: calc(100vh - (115px + 50px));
	overflow: hidden;
	background: url(../images/entrance/entrance_intro_block_bg01.jpg) no-repeat center / cover;
}

.entrance_intro_block:nth-child(2) {
	justify-content: flex-start;
	background-image: url(../images/entrance/entrance_intro_block_bg02.jpg);
}

.entrance_intro_block_catch {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 380px;
	height: 250px;
	text-align: center;
	z-index: 0;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	background: rgba(255, 255, 255, .85);
}

.entrance_intro_block_catch::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border: 10px solid;
	border-image: url(../images/entrance/entrance_intro_deco.png) 10;
}

.entrance_intro_block_txt {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 20px;
}

.entrance_intro_btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;
	height: 42px;
	color: #fff;
	background: #b08868;
}

.entrance_intro_btn::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
	transition: .5s;
	width: 5px;
	height: 5px;
	border-top: 2px solid;
	border-right: 2px solid;
}

.entrance_intro_btn:hover::before {
	right: 10px;
}

/*========================================
headerの設定
==========================================*/

.top_header {
	background: linear-gradient(to top, #f9f5ef 150px, #ebe1d8 150px);
}

.sub_header{
	background: linear-gradient(to top, #f9f5ef 40px, #ebe1d8 40px);
}

.h_boxs{
	position: relative;
}

.logo{
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}

.h_block{
	margin-left: auto;
}

.h_group{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.h_group h1 {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #636363;
	padding-top: 5px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	max-width: 680px;
}

.h_nav_list li {
	position: relative;
	line-height: 1;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
}

.h_nav_list li:not(:last-child)::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(15deg);
	height: 15px;
	border-right: 1px solid;
}

.h_nav_list li a {
	display: inline-block;
	padding: 0 20px;
	transition: .5s;
}

.h_nav_list li a:hover {
	transform: translateY(-7px);
}

.h_page_btn{
	margin-left: 15px;
}

.h_page_btn a {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	font-size: 1.2rem;
	padding-bottom: 5px;
	color: #fff;
	width: 80px;
	height: 80px;
	background: url(../images/common/h_page_btn_icon.png) no-repeat center top 20px, #b08868;
}

.h_page_btn a:nth-child(2) {
	background: url(../images/common/h_page_btn_icon02.png) no-repeat center top 25px, #8e2d2f;
}

/*========================================
footerの設定
==========================================*/

.f_boxs{
	padding: 40px 0;
	text-align: center;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
}

.f_logo{
	display: inline-block;
	margin-bottom: 40px;
}

.f_ads{
	line-height: 1;
	margin-bottom: 20px;
}

.f_info{
	margin-bottom: 40px;
}

.f_sns{
	margin-right: 20px;
}

.f_sns a:not(:last-child){
	margin-right: 15px;
}

.f_info .cmn_info_group{
	margin-right: 15px;
}

.f_ct_link{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	color: #fff;
	width: 200px;
	height: 42px;
	padding-left: 20px;
	background: url(../images/common/f_ct_link_icon.png) no-repeat left 23px center,#8e2d2f;
}

.f_nav_list{
	padding: 20px 0;
	background: url(../images/common/line01.png) repeat-x center top,url(../images/common/line02.png) repeat-x center bottom;
}

.f_nav_list li{
	line-height: 1;
	font-size: 1.4rem;
}

.f_nav_list li:not(:last-child){
	border-right: 1px solid;
}

.f_nav_list a{
	display: inline-block;
	padding: 0 10px;
}

#copyright{
	padding: 13px 0;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	height: 50px;
	letter-spacing: 0.1em;
	background: #8e2d2f;
}

/*========================================
メインビジュアルの設定
==========================================*/

.main_visual {
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin-top: -50px;
}

.main_visual_img{
	display: inline-block;
	margin-left: calc(50% - 390px);
}

.catch {
	position: absolute;
	top: 50%;
	left: calc(50% - 540px);
	transform: translateY(-50%);
	z-index: 100;
}

/*========================================
TOPページ
==========================================*/

/*---------------------
top_greeting
----------------------*/

.top_greeting{
	position: relative;
	background: #f9f5ef;
	overflow: hidden;
}

.top_greeting::before{
	content: 'ROYAL BANCKET';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Shippori Mincho', serif;
	font-weight: 900;
	color: #f3eee8;
	line-height: 1;
	font-size: 14.5rem;
	white-space: nowrap;
	letter-spacing: -0.08em;
}

.top_greeting::after{
	content: '';
	position: absolute;
	top: 70px;
	right: 0;
	width: 14%;
	max-width: 277px;
	height: 595px;
	background: url(../images/top/top_greeting_img02.jpg) no-repeat right center / contain;
}

.top_greeting_boxs{
	padding: 160px 0;
	align-items: center;
}

.top_greeting_img{
	margin-left: -420px;
}

.top_greeting_group{
	position: relative;
	max-width: 570px;
	width: 100%;
	z-index: 10;
}

.top_greeting_ttl{
	line-height: 1;
	font-size: 1.8rem;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
}

.top_greeting_ttl span{
	display: flex;
	align-items: center;
	font-size: 6.0rem;
	margin-bottom: 20px;
}

.top_greeting_ttl span::after{
	content: '';
	display: block;
	flex: 1;
	height: 5px;
	margin-left: 20px;
	margin-top: 10px;
	background: url(../images/common/line01.png) repeat-x bottom;
}

.top_greeting_txt{
	text-shadow:#f9f5ef 2px 0px 10px, #f9f5ef -2px 0px 10px,
		#f9f5ef 0px -2px 10px, #f9f5ef -2px 0px 10px,
		#f9f5ef 2px 2px 10px, #f9f5ef -2px 2px 10px,
		#f9f5ef 2px -2px 10px, #f9f5ef -2px -2px 10px,
		#f9f5ef 1px 2px 10px, #f9f5ef -1px 2px 10px,
		#f9f5ef 1px -2px 10px, #f9f5ef -1px -2px 10px,
		#f9f5ef 2px 1px 10px, #f9f5ef -2px 1px 10px,
		#f9f5ef 2px -1px 10px, #f9f5ef -2px -1px 10px,
		#f9f5ef 1px 1px 10px;
	padding-bottom: 35px;
	background: url(../images/common/line02.png) repeat-x bottom;
}

/*---------------------
top_recruit
----------------------*/

.top_recruit{
	position: relative;
	background: linear-gradient(to bottom, #f9f5ef 50%, #ebe1d8 50%);
	z-index: 0;
}

.top_recruit::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1525px;
	width: 80%;
	height: 100%;
	background: url(../images/top/top_recruit_bg.jpg) no-repeat center / cover;
	z-index: -1;
}

.top_recruit_block{
	position: relative;
	width: 555px;
	margin: 0 auto;
	text-align: center;
	background: rgba(255, 255, 255, .85);
	z-index: 0;
}

.top_recruit_block::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border: 10px solid;
	border-image: url(../images/top/top_recruit_block_deco.png) 10;
	pointer-events: none;
}

.top_recruit_in{
	position: relative;
	padding: 100px 0;
}

.top_recruit_in::before{
	content: '';
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	width: 260px;
	height: 15px;
	background: url(../images/top/top_recruit_in_deco01.png) no-repeat center / contain;
}

.top_recruit_in::after{
	content: '';
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	width: 260px;
	height: 15px;
	background: url(../images/top/top_recruit_in_deco02.png) no-repeat center / contain;
}

.top_recruit_ttl{
	line-height: 1;
	font-size: 1.8rem;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
}

.top_recruit_ttl span{
	display: block;
	font-size: 6.0rem;
	margin-bottom: 20px;
}

.top_recruit_txt{
	margin-bottom: 35px;
}

/*---------------------
top_sns
----------------------*/

.top_sns{
	background: #ebe1d8;
}

.top_sns_boxs{
	padding: 150px 0;
}

.top_sns_bnr{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 30px 320px;
	color: #fff;
	outline: 1px solid #fff;
	outline-offset: -10px;
	background: url(../images/top/top_sns_iphone.png) no-repeat left 115px bottom,url(../images/top/top_sns_bnr_bg.jpg) no-repeat center / cover;
}

.top_sns_ttl{
	line-height: 1;
	font-size: 3.2rem;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.top_sns_txt{
	font-size: 1.4rem;
	margin-bottom: 25px;
}

.top_sns .cmn_btn{
	margin-left: 0;
	color: #8e2d2f;
	background: #fff;
}

/*---------------------
top_intro
----------------------*/

.top_intro_block{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 80px;
	width: 50%;
	height: 500px;
	background: url(../images/top/top_intro_block_bg01.jpg) no-repeat center / cover;
}

.top_intro_block:nth-child(2){
	background-image: url(../images/top/top_intro_block_bg02.jpg);
}

.top_intro_block:nth-child(3){
	background-image: url(../images/top/top_intro_block_bg03.jpg);
}

.top_intro_block:nth-child(4){
	background-image: url(../images/top/top_intro_block_bg04.jpg);
}

.top_intro_block:nth-child(even){
	justify-content: flex-start;
}

.top_intro_catch{
	position: relative;
	width: 380px;
	padding: 55px 0;
	text-align: center;
	background: rgba(255, 255, 255, .85);
	z-index: 0;
}

.top_intro_catch::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border: 10px solid;
	border-image: url(../images/top/top_recruit_block_deco.png) 10;
	pointer-events: none;
}

.top_intro_block_ttl {
	line-height: 1;
	font-size: 1.8rem;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
}

.top_intro_block_ttl span {
	display: block;
	font-size: 4.0rem;
	margin-bottom: 20px;
}

/*---------------------
top_news
----------------------*/

.top_news{
	background: #f5f5f5;
}

.top_news_boxs{
	position: relative;
	padding: 80px 0;
	min-height: 445px;
}

.top_news_news_ttl {
	line-height: 1;
	font-size: 1.8rem;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.top_news_news_ttl span {
	display: block;
	font-size: 5.5rem;
	margin-bottom: 20px;
}

.top_news_list{
	max-width: 735px;
	width: 100%;
}

.news_more{
	position: absolute;
	top: 210px;
	left: 0;
}

/*========================================
下層メインビジュアルの設定
==========================================*/

.sub_visual{
	overflow: hidden;
	margin-top: -55px;
}

.sub_visual_boxs{
	position: relative;
}

.sub_visual h2{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	font-size: 3.8rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.sub_visual_img{
	display: inline-block;
	margin-left: calc(50% - 390px);
}

/*========================================
business
==========================================*/

/*---------------------
business_cmt
----------------------*/

.business_cmt{
	background: #f9f5ef;
}

.business_cmt_ttl{
	margin-bottom: 100px;
}

.business_cmt_block{
	position: relative;
	min-height: 320px;
	background: #ebe1d8;
}

.business_cmt_block:not(:last-child){
	margin-bottom: 125px;
}

.business_cmt_img{
	margin: -50px 0 0 -420px;
}

.business_cmt_group{
	position: relative;
	flex: 1;
	padding: 30px 0 30px 35px;
}

.business_cmt_group::before{
	content: '';
	position: absolute;
	top: 0;
	right: -30px;
	width: 30px;
	height: 100%;
	background: #ebe1d8;
}

.business_cmt_group_ttl{
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 1;
	margin-bottom: 30px;
}

.business_cmt_group_txt{
	letter-spacing: -0.05em;
}

/*---------------------
business_case
----------------------*/

.business_case{
	background: #ebe1d8;
}

.business_case_img{
	margin-left: -420px;
}

.business_case_list{
	margin-left: 35px;
}

.business_case_list li{
	position: relative;
	font-size: 1.8rem;
	padding: 7px 0 7px 15px;
	border-bottom: 2px dotted #a6a6a6;
}

.business_case_list li::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: #8e2d2f;
}

/*========================================
recruit
==========================================*/

/*---------------------
recruit_merit
----------------------*/

.recruit_merit{
	background: #f9f5ef;
}

.recruit_merit_ttl{
	margin-bottom: 90px;
}

.recruit_merit_card{
	max-width: 1160px;
	width: 100%;
	padding: 0 40px 40px 40px;
	margin: 0 auto;
	background: #ebe1d8;
}

.recruit_merit_img{
	margin-top: -40px;
}

.recruit_merit_card .business_case_list{
	margin-top: 40px;
}

/*---------------------
recruit_cmt
----------------------*/

.recruit_cmt{
	background: #ebe1d8;
}

.recruit_cmt_block{
	width: 520px;
	padding: 90px 40px 40px;
	background: url(../images/recruit/deco01.png) no-repeat left 15px top 15px,url(../images/recruit/deco02.png) no-repeat right 15px top 15px,url(../images/recruit/deco03.png) no-repeat left 15px bottom 15px,url(../images/recruit/deco04.png) no-repeat right 15px bottom 15px,#fff;
}

.recruit_cmt_block_ttl{
	position: relative;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	font-size: 3.2rem;
	margin-bottom: 30px;
}

.recruit_cmt_block_ttl::before{
	content: '';
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	width: 260px;
	height: 15px;
	background: url(../images/recruit/recruit_cmt_block_ttl_deco01.png) no-repeat center / contain;
}

/*---------------------
recruit_staff
----------------------*/

.recruit_staff{
	background: #f9f5ef;
}

.recruit_staff_list{
	align-items: flex-start;
}

.recruit_staff_list li{
	width: 520px;
	padding: 40px;
	background: url(../images/recruit/deco01.png) no-repeat left 15px top 15px,url(../images/recruit/deco02.png) no-repeat right 15px top 15px,url(../images/recruit/deco03.png) no-repeat left 15px bottom 15px,url(../images/recruit/deco04.png) no-repeat right 15px bottom 15px,#ebe1d8;
	margin-bottom: 40px;
}

.recruit_staff_list_item{
	align-items: center;
	margin-bottom: 20px;
	line-height: 1;
}

.recruit_staff_list_name{
	font-size: 1.8rem;
	font-weight: bold;
	border-right: 1px solid;
	padding-right: 15px;
	margin-right: 15px;
}

.recruit_staff_list_age{
	margin-right: 15px;
}

/*========================================
requirements
==========================================*/

/*---------------------
requirements_cmt
----------------------*/

.requirements_cmt{
	background: #f9f5ef;
}

.requirements_cmt_card{
	align-items: flex-start;
}

.requirements_cmt_group{
	width: 520px;
}

.requirements_cmt_group_ttl{
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	font-size: 3.2rem;
	margin-bottom: 25px;
}

.requirements_cmt_group .cmn_tb th{
	width: 110px;
}

/*---------------------
requirements_info
----------------------*/

.requirements_info{
	background: url(../images/requirements/requirements_info_bg.jpg) no-repeat center / cover;
}

.requirements_info_boxs{
	padding: 60px 0;
}

.requirements_info_card{
	justify-content: center;
}

.requirements_info_group{
	padding: 0 50px;
	text-align: center;
}

.requirements_info_group:not(:last-child){
	border-right: 1px solid;
}

.requirements_info_group_ttl{
	font-size: 2.0rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.requirements_info_tel{
	position: relative;
	display: inline-block;
	font-size: 2.7rem;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	padding-left: 35px;
	letter-spacing: 0.04em;
}

.requirements_info_tel::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: url(../images/requirements/requirements_info_tel_icon.png) no-repeat center / contain;
}

.requirements_ct_link{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 230px;
	height: 50px;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/requirements/requirements_ct_link_icon.png) no-repeat left 40px center,#8e2d2f;
}

.requirements_line_link{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 230px;
	height: 50px;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/requirements/requirements_line_link_icon.png) no-repeat left 10px center,#06c755;
}

/*========================================
company
==========================================*/

/*---------------------
company_cmt
----------------------*/

.company_cmt{
	background: #f9f5ef;
}

/*========================================
newsの設定
==========================================*/

/*.news_list li:not(:last-child) {
	margin-bottom: 30px;
}

.news_list li a {
	justify-content: flex-start;
	border: 1px solid;
	padding: 10px;
}

.news_list li time {
	display: inline-block;
	margin-right: 20px;
}

.news_txt {
	width: calc(100% - 150px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}*/

.news_area_inner {
	padding: 30px 30px 50px 30px;
	background: #fff;
}

.news_detail_ttl {
	font-size: 2.3rem;
	border-bottom: 1px solid;
	line-height: 1.6;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.news_area_txt img {
	max-width: 100%;
	height: auto;
}

.news_inner_time {
	font-size: 1.4rem;
	margin-bottom: 30px;
	font-weight: bold;
}

.news_area_txt {
	margin-bottom: 60px;
	min-height: 200px;
}

/*========================================
privacyの設定
==========================================*/

.privacy_sec_ttl {
	font-size: 2.3rem;
	font-weight: 500;
	margin-bottom: 15px;
}

.privacy_boxs section {
	border: 1px solid;
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

/*========================================
siteの設定
==========================================*/

.site_list a {
	position: relative;
	display: block;
	border-bottom: 1px solid;
	margin-bottom: 20px;
	padding: 7px 0 7px 30px;
}

.site_list a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	width: 5px;
	height: 5px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.4s;
}

.site_list a:hover::before {
	left: 20px;
}
