@charset "utf-8";
@import url("../font/load.css");


/* CSS Document */

body {
	min-width: 375px;
	font-size: 1.5rem;
	line-height: 1.8;
}

/*========================================
entranceの設定
==========================================*/

.entrance_intro_block{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	z-index: 0;
	padding: 20px;
	height: 300px;
	overflow: hidden;
	background: url(../images/entrance/entrance_intro_block_bg01.jpg) no-repeat center / cover;
}

.entrance_intro_block:nth-child(2){
	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: 300px;
	height: 200px;
	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% - 30px);
	height: calc(100% - 30px);
	border: 10px solid;
	border-image: url(../images/entrance/entrance_intro_deco.png) 10;
}

.entrance_intro_block_txt{
	font-size: 2.0rem;
	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: 180px;
	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 30px,#ebe1d8 30px);
}

.sub_header{
	background: linear-gradient(to top, #f9f5ef 20px, #ebe1d8 20px);
}

/*========================================
footerの設定
==========================================*/


.f_boxs{
	padding: 40px 0 30px;
	text-align: center;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
}

.f_logo{
	display: inline-block;
	width: 120px;
	margin-bottom: 40px;
}

.f_ads{
	line-height: 1;
	margin-bottom: 20px;
}

.f_info{
	flex-direction: column;
}

.f_sns{
	margin-bottom: 20px;
}

.f_sns a:not(:last-child){
	margin-right: 15px;
}

.f_info .cmn_info_group{
	margin-bottom: 20px;
	text-align: center;
}

.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;
}

#copyright{
	padding: 10px 0;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0.05em;
	background: #8e2d2f;
}


/*========================================
メインビジュアルの設定
==========================================*/


.main_visual {
	position: relative;
	overflow: hidden;
	z-index: 0;
	min-height: 250px;
	height: 65vw;
}

.main_visual_img{
	width: 100%;
	height: 100%;
	margin-left: 70px;
}

.main_visual_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catch {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 72%;
	z-index: 100;
}

/*========================================
TOPページ
==========================================*/

/*---------------------
top_greeting
----------------------*/

.top_greeting{
	position: relative;
	background: #f9f5ef;
	overflow: hidden;
}

.top_greeting::before{
	content: 'ROYAL BANCKET';
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Shippori Mincho', serif;
	font-weight: 900;
	color: #f3eee8;
	line-height: 1;
	font-size: 4.0rem;
	white-space: nowrap;
	letter-spacing: -0.08em;
}

.top_greeting_boxs{
	display: block;
	padding: 80px 0 50px;
}

.top_greeting_img{
	margin: 0 auto 25px;
	text-align: center;
}

.top_greeting_group{
	width: 100%;
}

.top_greeting_ttl{
	line-height: 1;
	font-size: 1.6rem;
	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: 4.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%);
	width: 100%;
	margin: 0 auto;
	height: 100%;
	background: url(../images/top/top_recruit_bg.jpg) no-repeat center / cover;
	z-index: -1;
}

.top_recruit_block{
	position: relative;
	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% - 30px);
	height: calc(100% - 30px);
	border: 10px solid;
	border-image: url(../images/top/top_recruit_block_deco.png) 10;
	pointer-events: none;
}

.top_recruit_in{
	position: relative;
	padding: 50px 20px 70px;
}

.top_recruit_in::before{
	content: '';
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	width: 233px;
	height: 15px;
	background: url(../images/top/top_recruit_in_deco01.png) no-repeat center / contain;
}

.top_recruit_in::after{
	content: '';
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 233px;
	height: 15px;
	background: url(../images/top/top_recruit_in_deco02.png) no-repeat center / contain;
}

.top_recruit_ttl{
	line-height: 1;
	font-size: 1.6rem;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
}

.top_recruit_ttl span{
	display: block;
	font-size: 4.0rem;
	margin-bottom: 20px;
}

.top_recruit_txt{
	text-align: left;
	margin-bottom: 35px;
}


/*---------------------
top_sns
----------------------*/

.top_sns{
	background: #ebe1d8;
}

.top_sns_boxs{
	padding: 50px 0;
}

.top_sns_bnr{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 15px;
	color: #fff;
	outline: 1px solid #fff;
	outline-offset: -5px;
	background: url(../images/top/top_sns_iphone.png) no-repeat left 10px bottom / 120px,url(../images/top/top_sns_bnr_bg.jpg) no-repeat center / cover;
}

.top_sns_ttl{
	line-height: 1;
	font-size: 2.6rem;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.3;
	margin-bottom: 20px;
}

.top_sns_txt{
	font-size: 1.4rem;
	margin-bottom: 25px;
	margin-left: 125px;
}

.top_sns .cmn_btn{
	margin-left: 125px;
	color: #8e2d2f;
	width: 170px;
	background: #fff;
}


/*---------------------
top_intro
----------------------*/

.top_intro_block{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 15px;
	width: 100%;
	height: 250px;
	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: 270px;
	margin: 0 auto;
	padding: 25px 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% - 30px);
	height: calc(100% - 30px);
	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.6rem;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
}

.top_intro_block_ttl span {
	display: block;
	font-size: 2.5rem;
	margin-bottom: 15px;
}

.top_intro_catch .cmn_btn{
	width: 180px;
}

/*---------------------
top_news
----------------------*/

.top_news{
	background: #f5f5f5;
}

.top_news_boxs{
	display: block;
	padding: 50px 0;
}

.top_news_news_ttl {
	line-height: 1;
	font-size: 1.6rem;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 40px;
}

.top_news_news_ttl span {
	display: block;
	font-size: 4.0rem;
	margin-bottom: 20px;
}

.top_news_list{
	width: 100%;
	margin-bottom: 30px;
}
/*========================================
下層メインビジュアルの設定
==========================================*/

.sub_visual{
	overflow: hidden;
}

.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: 2.6rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.sub_visual_img{
	display: inline-block;
	margin-left: 25px;
	height: 150px;
	width: 100%;
}

.sub_visual_img img{
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*========================================
business
==========================================*/

/*---------------------
business_cmt
----------------------*/

.business_cmt{
	background: #f9f5ef;
}

.business_cmt_block{
	position: relative;
	background: #ebe1d8;
}

.business_cmt_block:not(:last-child){
	margin-bottom: 40px;
}

.business_cmt_img{
	text-align: center;
}

.business_cmt_group{
	position: relative;
	padding: 25px 15px;
}

.business_cmt_group_ttl{
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 30px;
}

.business_cmt_group_txt{
	letter-spacing: -0.05em;
}

/*---------------------
business_case
----------------------*/

.business_case{
	background: #ebe1d8;
}

.business_case_card{
	flex-direction: column;
	align-items: center;
}

.business_case_img{
	margin: 0 auto 25px;
}

.business_case_list li{
	position: relative;
	font-size: 1.6rem;
	padding: 7px 0 7px 20px;
	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_card{
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 20px 15px;;
	margin: 0 auto;
	background: #ebe1d8;
}

.recruit_merit_img{
	margin-bottom: 25px;
}

.business_case_list{
	width: 100%;
}

/*---------------------
recruit_cmt
----------------------*/

.recruit_cmt{
	background: #ebe1d8;
}

.recruit_cmt_block{
	width: 100%;
	padding: 60px 20px 30px;
	background: url(../images/recruit/deco01.png) no-repeat left 10px top 10px,url(../images/recruit/deco02.png) no-repeat right 10px top 10px,url(../images/recruit/deco03.png) no-repeat left 10px bottom 10px,url(../images/recruit/deco04.png) no-repeat right 10px bottom 10px,#fff;
}

.recruit_cmt_block:not(:last-child){
	margin-bottom: 30px;
}

.recruit_cmt_block_ttl{
	position: relative;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	font-size: 2.3rem;
	margin-bottom: 30px;
}

.recruit_cmt_block_ttl::before{
	content: '';
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 215px;
	height: 13px;
	background: url(../images/recruit/recruit_cmt_block_ttl_deco01.png) no-repeat center / contain;
}

/*---------------------
recruit_staff
----------------------*/

.recruit_staff{
	background: #f9f5ef;
}

.recruit_staff_list{
	display: block;
}

.recruit_staff_list li{
	width: 100%;
	padding: 30px 30px;
	background: url(../images/recruit/deco01.png) no-repeat left 10px top 10px,url(../images/recruit/deco02.png) no-repeat right 10px top 10px,url(../images/recruit/deco03.png) no-repeat left 10px bottom 10px,url(../images/recruit/deco04.png) no-repeat right 10px bottom 10px,#ebe1d8;
}

.recruit_staff_list li:not(:last-child){
	margin-bottom: 25px;
}

.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: 100%;
}

.requirements_cmt_group:not(:last-child){
	margin-bottom: 40px;
}

.requirements_cmt_group_ttl{
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 25px;
}


/*---------------------
requirements_info
----------------------*/

.requirements_info{
	background: url(../images/requirements/requirements_info_bg.jpg) no-repeat center / cover;
}

.requirements_info_boxs{
	padding: 50px 0;
}

.requirements_info_card{
	flex-direction: column;
	align-items: center;
}

.requirements_info_group{
	text-align: center;
	width: 100%;
}

.requirements_info_group:not(:last-child){
	border-bottom: 1px solid;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.requirements_info_group_ttl{
	font-size: 1.8rem;
	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;
	margin: 0 auto;
	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;
	margin: 0 auto;
	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: 25px;
}

.news_list li a {
	border: 1px solid;
	justify-content: flex-start;
	padding: 2%;
}

.news_list li time {
	display: block;
	width: 100%;
}

.news_txt {
	width: calc(100% - 150px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}*/

.news_area_inner {
	background: #fff;
	padding: 5% 5% 7%;
}

.news_detail_ttl {
	border-bottom: 1px solid;
	line-height: 1.6;
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	padding-bottom: 10px;
}

.news_inner_time {
	font-size: 1.4rem;
	margin-bottom: 30px;
	font-weight: bold;
}

.news_area_txt {
	margin-bottom: 40px;
	min-height: 200px;
}

/*========================================
privacyの設定
==========================================*/

.privacy_sec_ttl {
	font-weight: 500;
	font-size: 2.1rem;
	margin-bottom: 10px;
}

.privacy_boxs section {
	border: 1px solid;
	background: #fff;
	padding: 25px 15px;
	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: All .5s;
}

.site_list a:hover::before {
	left: 20px;
}
