@charset "UTF-8";
/* CSS Document */

html{
	font-size: 62.5%; /*16px x 62.5%=10px*/
}

body{
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 1.7;
	font-feature-settings:  "palt";
	letter-spacing: 0.03em;
}

a{
	color: #333;
}

a:hover{
	opacity: 0.7;
	transition: 0.3s;
}

img{
	max-width: 100%;
	height: auto;
}
/*------------------------------------------------
*
*　221101 Company
--------------------------------------------------*/
.comp{
	font-size: 18px;
    font-weight: 700;
	margin-top: 50px;
    padding-bottom: 10px;
}
/*------------------------------------------------
*
*　common
--------------------------------------------------*/
.sp{
	display: none;
}

.inner{
	padding: 80px 10px;
	max-width: 1200px;
	margin: 0 auto;
}

.container{
	padding: 70px 0 40px;
}

.text-center{
	text-align: center;
}

.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.w-49{
	width: 49%;
}

.box-shodow{
	background-color: #fff;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}

.box-shodow_updown{
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.bottom-space{
	padding-bottom: 40px;
}

/*------------------------------------------------
*
*　タイトル
--------------------------------------------------*/

.title{
	font-size: 3.6rem;
	font-weight: 700;
}

.title span{
	font-size: 1.8rem;
	font-family: 'Lato', sans-serif;
	margin-left: 20px;
	vertical-align: 8px;
}

.title span::before,
.title span::after{
	content:'';
	background-color: #333;
	display: inline-block;
	width: 30px;
	height: 1px;
	margin: 0 5px 5px;
}

/*------------------------------------------------
*
*　ボタン
--------------------------------------------------*/
/*-------footer-link共通----------*/
.btn-base{
	position: relative;
	max-width: 400px;
	margin: 0 0 0 auto
}

.btn-base div{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border-left: 40px solid #fff;
	border-bottom: 40px solid transparent;
	background-color: #1A1311;
}

.btn{
	background-color: #1A1311;
	color: #fff;
	display: block;
	font-size: 2.4rem;
	width: 100%;
	height: 100px;
	text-align: center;
	position:relative;
}

.btn::after{
	font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%,-50%);
}

/*-------/footer-link共通----------*/

.btn-blue,
.btn-orange{
	max-width: 400px;
	height: 70px;
	padding-top: 15px;
}

.btn-blue{
	background-color: #00894F;
}

.btn-orange{
	background-color: #F89A27;
}

/*------------------------------------------------
*
*　header navigation
--------------------------------------------------*/
header nav{
	position:fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 70px;
	z-index: 100;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
}

a.header-logo {
	margin-left: 30px;
	display: block;
	width: 75px;
	padding-top: 17px;
}

.p-global-nav ul.menu{
	position:absolute;
	top: 0;
	right: 240px;
}

.p-global-nav .header-application{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	max-width: 230px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #1A1311;
	color: #fff;
}


/*------------------------------------------------
*
*　プルダウン
--------------------------------------------------*/
.menu{
	position:absolute;
	right: 20px;
	top:0;
	display: flex;
	line-height: 4.7;
}

/*プルダウン*/
.menu {
    height: 50px;
    margin: 0 auto;
}

.menu > li {
/*    float: right;*/
}

.menu > li a {
    display: block;
}

.menu > li a:hover {
    color: #999;
}
.menu__single {
	margin-left: 20px;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #e2e2e2;
	margin-left: 0;
}

.menu__second-level li a{
	padding: 0 20px;
}

.menu__second-level li a:hover {
    background-color: #1A1311;
	color: #fff;
	-webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 200px;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

/*------------------------------------------------
*
*　ハンバーガーメニュー
--------------------------------------------------*/

.hamburger-btn{
	display: none;
}

/*------------------------------------------------
*
*　下層ページ　title h1
--------------------------------------------------*/

.head-block{
	height: 246px;
	background-image: linear-gradient(to right,rgba(26, 19, 17, 1), rgba(102, 97, 96, 0)),url("../images/news/news.jpg");
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	position: relative;
}

.head-block.about-title{
	background-image: linear-gradient(to right,rgba(26, 19, 17, 1), rgba(102, 97, 96, 0)),url("../images/about/about.jpg");
}

.head-block.about-EC-title{
	background-image: linear-gradient(to right,rgba(26, 19, 17, 1), rgba(102, 97, 96, 0)),url("../images/ECsite/ECsite.jpg");
}

.head-block.restaurant-title{
	background-image: linear-gradient(to right,rgba(26, 19, 17, 1), rgba(102, 97, 96, 0)),url("../images/restaurant/restaurant.jpg");
}

.head-block.company-title{
	background-image: linear-gradient(to right,rgba(26, 19, 17, 1), rgba(102, 97, 96, 0)),url("../images/company/company.jpg");
}

.head-block.contact-title{
	background-image: linear-gradient(to right,rgba(26, 19, 17, 1), rgba(102, 97, 96, 0)),url("../images/contact/contact.jpg");
}

.head-block.recruit-title{
	background-image: linear-gradient(to right,rgba(26, 19, 17, 1), rgba(102, 97, 96, 0)),url("../images/recruit/recruit.jpg");
}



.head-block h1{
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 8%;
}

.head-block h1 span::before,
.head-block h1 span::after{
	background-color: #fff;
}

/*------------------------------------------------
*
*　サイド固定リンク
--------------------------------------------------*/
.side-link{
	position: fixed;
	top: 50%;
	right: 0;
}

.side-link a{
	display: block;
	width: 55px;
	height: 165px;
	font-size: 1.4rem;
	color: #fff;
	font-weight: 700;
	padding:  10px 16px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	border-radius: 5px 0 0 5px;
}

.side-link a:first-of-type{
	background-color: #9DBF21;
	margin-bottom: 15px;
}

.side-link a:last-of-type{
	background-color: #DF5695;
	padding-top: 18px;
}

/*------------------------------------------------
*
*　footer-link
--------------------------------------------------*/
.footer-link .footer-item:first-of-type .footer-item_triangle{
	border-left: 40px solid #DF5695;
}

.footer-link .footer-item:last-of-type .footer-item_triangle{
	border-left: 40px solid #9DBF21;
}

.footer-item.btn-base{
	max-width: 100%;
}

.footer-link .footer-item:first-of-type a{
	padding: 20px 0px 0px 10%;
	text-align: left;
}

.footer-link .footer-item:last-of-type a{
	padding-top: 30px;
}

.footer-link .footer-item a span{
	display: block;
	font-size: 1.6rem;
}

/*------------------------------------------------
*
*　footer
--------------------------------------------------*/
footer{
	padding-top: 50px; 
	box-shadow: 0 -8px 3px -3px rgba(0,0,0,0.1);
}


footer ul{
	max-width: 580px;
	margin: 0 auto 40px;
}

footer div{
	max-width: 580px;
	margin: 0 auto 40px;
	align-items: center;
}

footer div a{
	width: 74px;
	display: block;
}

footer small{
	color: #fff;
	background-color: #1A1311;
	font-size:1.4rem;
	text-align: center;
	display: block;
	padding: 20px 0;
	width: 100%;
}
