@charset "utf-8";

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 	transition: 0.1s linear;
}

header:after,
section:after,
.contents:after,
ul:after,
ol:after,
dl:after,
.btn_top:after,
.box_prof:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

.pc{display:block!important;}
.sp{display:none!important;}


/*common
----------------------------------------------------*/
html{
	font-size: 62.5%;
	color:#3B4043;
	line-height:2.0;
	font-family: "Noto serif jp", sans-serif;
}

body {
	font-size:1.6rem;
	letter-spacing:0.1em;
}

section{
	position:relative;
	width:100%;
	display:block;
	clear:both;
}

.contents{
	width:1100px;
	margin:0 auto;
	padding:8rem 0;
}

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

@media screen and (max-width:1100px){

html{
	/*font-size: 0.8vw;*/
}

.contents{
	width:94%;
	margin:0 auto;
	padding:4vw 0;
}

}


/*header
----------------------------------------------------*/
header{
	position:relative;
	height:50vw;
	background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .3)) , url(../img/bg_main.jpg) no-repeat center top / cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

header.fixed{
	margin-top:80px;
}

header.mid{
	margin-top: 80px;
	height:48vh;
	color: #FFF;
	text-align: center;
}

header .header{
	position:fixed;
	top:0;
	width:100%;
	height:80px;
	padding:22px 17px;
	background:#FFF;
	text-align:right;
	z-index:99999;
}

header.fixed .header{
	background:rgba(255, 255, 255 ,.85);
}

header .header h2{
	height: 50px;
	margin: -8px 0 0 10px;
    text-align: left;
}

header .header h2 img{
	width: auto;
	height: 50px;
	margin: 0 0.2em 1em 0.2em;
	display: inline;
    vertical-align: middle;
}

header .header h2 img:nth-of-type(2){
	height: 50px;
    padding: 10px 0;
}

/*header h1{
	width:auto;
	height:34px;
	display: flex;
	justify-content: flex-start; 
	align-items: center;
}*/

header h1{
    text-align: center;
}

header h1 img{
	width: 180px;
	height: auto;
	margin: 0 0.2em 1em 0.2em;
	display: inline;
    vertical-align: middle;
}

header h1 img:nth-of-type(2){
    width: 100px;
}

header.mid h1{
	font-size: 36px;
	line-height: 1.8;
	font-weight: bold;
}

header h1 span{
	font-size: 22px;
	color: #FFF;
	text-align: center;
	display: block;
}


/*sp button
-------------------------------------------------*/
#triggerBox{
    position: fixed;
    top: 16px;
    right: 25px;
	width: 50px;
	height: 40px;
    z-index: 99999;
	display:block;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(to left top, #15EAB5, #10D86F);*/
	display: block;
}
.menu-trigger span {
    position: absolute;
    left: 12px;
    width: 26px;
    height: 2px;
    background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
    top: 15px;
}
.menu-trigger span:nth-of-type(2) {
	top: 25px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 18px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(2px) rotate(-30deg);
	transform: translateY(2px) rotate(-30deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-4px) rotate(30deg);
	transform: translateY(-4px) rotate(30deg);
}


/*navigation
-------------------------------------------------*/
#headIn{
	overflow: auto;
	position: fixed;
	height:100%;
	left: 0px;
	top: 0px;
	right: 0px;
    background: rgba(255,255,255,.9);
	background-size:100% 100%;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

#headIn{
    display: none;
}

#headIn.active{
    display: block;
    animation: show 0.3s linear 0s;
}

header #headIn nav ul{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	height:60vh;
}

header #headIn nav ul li{
	float:none;
	padding-left:0;
}

header #headIn nav ul li a{
    padding: 0.5em 0;
    /*color: #FFF!important;*/
    font-size: 2.4vw;
    text-decoration: none;
	text-align:center;
    display: block;
}

#headIn nav ul li a span{
	font-size:1.4vw;
	display:block;
}


/*navigation PC
-------------------------------------------------*/
.nav_pc{
	position:absolute;
	top:20px;
	right:95px;
}

.nav_pc ul li{
	float:left;
	padding-left:2.5em;
	text-align:center;
}

.nav_pc ul li a{
	font-size:1rem;
	line-height:1.0;
	/*color:#FFF;*/
}

.nav_pc ul li a span{
	font-size:1.4rem;
	display:block;
}


/*common
----------------------------------------------------*/
h2{
	margin-bottom:3vw;
	font-size:1.8vw;
	font-weight: 500;
	line-height:1.6;
}

h2 span{
	font-size:1.2vw;
	display:block;
}

.ph_left,
.ph_right{
	display: grid;
	grid-template-columns: 50% 50%;
}

.ph_left .contents,
.ph_right .contents{
	width: calc(100% - 160px);
	margin: 0 auto;
	padding: 10rem 0!important;
}

.ph_left .ph{
	background: url("../img/bg_ph_left.jpg") no-repeat left center / cover;	
}

.ph_right .ph{
	background: url("../img/bg_ph_left.jpg") no-repeat right center / cover;
	order: 2;
}


/*sec01
----------------------------------------------------*/
.sec01{
	background: #FFF;
}

.sec01 .contents{
	padding-bottom: 0;
}

.sec01 .contents h2{
    font-size: 3em;
    font-weight: 500;
    text-align: center;
}

.sec01 .contents h2.item{
	color: #000;
}

.sec01 .contents p{
	margin-bottom: 2em;
}

.sec01 .contents dl{
	margin-bottom: 80px;
	padding: 50px 50px 20px 50px;
	border-radius: 10px;
	border: 1px solid #CCC;
	/*background: #EFEFEF;*/
	display: flex;
	gap: 0 60px;
	/*display: grid;
	grid-template-columns: 0.5fr 1fr;
	grid-gap: 0 60px;*/
}

.sec01 .contents dl:nth-of-type(2){
	flex-direction: row-reverse;
}

.sec01 .contents dl dt{
	width: 380px;
}

.sec01 .contents dl dd{
	width: 660px;
}

.sec01 .contents dl dt img{
	border-radius: 8px;
}

.sec01 .contents dl dd{
	position: relative;
}

.sec01 .contents dl dd .num{
	position: absolute;
	top: -15px;
	left: 0;
	line-height: 1;
	font-size: 90px;
	color: #CCC;
}

.sec01 .contents dl dd h2{
	margin-left: 130px;
	font-size: 30px;
    text-align: left;
}

.sec01 .contents dl dd img{
	width: 150px;
	height: auto;
	margin: 30px auto;
}

.sec01 .contents dl dd dl{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-radius: 0;
	border-bottom: 1px solid #D9D9D9;
	background: none;
	display: grid;
	grid-template-columns: 5em 1fr;
	grid-gap: 0 20px;	
}

.sec01 .contents dl dd dl dt{
	/*height: auto;*/
    padding: 0;
}

.sec01 .contents dl dd dl dd{
	padding: 0;
}

.note{
	font-size: 0.8em;
}

.btn{
	width: 300px;
	margin: 0 auto;
	padding: 15px 20px;
	border-radius: 5px;
	border: 1px solid #000;
	background: url("../img/icon_link.png") no-repeat right 15px center / 2em;
	text-align: center;
	display: block;
}

.btn_simple{
	background: none;
}

.sec01 .contents dl dd .btn{
	margin: 0 auto 0 0;	
}

@media(any-hover:hover){
.btn:hover{
	background: #000 url("../img/icon_link_w.png") no-repeat right 15px center / 2em;
	color: #FFF;
	text-decoration: none;
}
}


/*sec02
----------------------------------------------------*/
.sec02 .contents{
	padding-top: 0;
}

.sec02 .contents h2{
    font-size: 3em;
    font-weight: 500;
    text-align: center;
}

.sec02 .btn{
	margin-top: 3em;
}

.sec02 .box_news dl{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #D9D9D9;
}

.sec02 .box_news dl dt{
	font-size: 0.8em;
}


/*sec03
----------------------------------------------------*/
.sec03 .contents{
    width: 900px;
}

.sec03 .contents p{
    margin-bottom: 3em;
}

.sec03 .contents th,
.sec03 .contents td{
    padding: 1em 0;
    border-bottom: 1px solid #D9D9D9;
	font-weight: normal;
	text-align: left;
}

#map{
	width:100%;
	height:500px;
	background-color: grey;
}


/*sec04
----------------------------------------------------*/
/*.sec04{
	background:#EFEFEF;
}*/

.sec04 .contents h2{
    margin-bottom: 50px;
    font-size: 3em;
    font-weight: 500;
    text-align: center;
}

.sec04 .contents a:hover,
.sec04 .contents a:hover img{
	opacity: 1!important;
}

.box_recruit{
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-gap: 0 50px;
}

.box_recruit img{
    border-radius: 8px;
}

.box_recruit h3{
    margin-bottom: 0.8em;
    font-size: 1.5em;
}

.box_recruit .btn{
    width: 240px;
    margin-top: 1em;
    display: inline-block;
}


/*sec05
----------------------------------------------------*/
.sec05 .contents{
    width: 900px;
}

.sec05 .contents h2{
	font-size: 2em;
	text-align: center;
}

.sec05 .contents dl {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-radius: 0;
  border-bottom: 1px solid #D9D9D9;
  background: none;
  display: grid;
  grid-template-columns: 5em 1fr;
  grid-gap: 0 20px;
}

.btn_map{
	margin-left: 0.8em;
	padding: 3px 8px;
	border: 1px solid #000;
	border-radius: 5px;
	font-size: 0.7em;
	display: inline-block;
}

.sec05 .contents dl dd ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec05 .contents dl dd ul li{
	margin: 0 0.5em;
}

.sec05 .btn_fb{
	width: 1.5em;
	height: 1.5em;
	background: url("../img/btn_fb.png") no-repeat center / contain;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.sec05 .btn_insta{
	width: 1.5em;
	height: 1.5em;
	background: url("../img/btn_insta.png") no-repeat center / contain;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.sec05 .kakomi{
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 5px;
	border: 1px solid #D9D9D9;	
}

.bg_gray{
	padding: 50px;
	background: #EFEFEF;
}

.bg_white{
	background: #FFF;
}

.box_sns{
	margin-bottom: 5em;
}

.box_sns h2{
	margin-bottom: 0.5em;
	text-align: center;
}

.box_sns h2 span{
	position: relative;
	padding: 0 2em;
	font-size: 0.6em;
	display: inline;
}

.box_sns h2 span:before{
	position: absolute;
	top: -0.1em;
	left: 0;
	display: block;
	content: "＼";
}

.box_sns h2 span:after{
	position: absolute;
	top: -0.1em;
	right: 0;
	display: block;
	content: "／";
}

.box_sns ul{
	width: 700px;
	margin: 0 auto 2em auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0 20px;
}

.logo_restaurant{
	width: 18%;
	margin: 0 auto 100px auto;
}


/*sec06（コンタクト）
----------------------------------------------------*/
/*.sec06{
	background:rgba(0, 0, 0, .12);
}*/

.sec06 h2{
    font-size: 3em;
	text-align:center;
}

.sec06 p{
	margin-bottom:1em;
}

.sec06 table{
	width:650px;
	margin:0 auto;
}

.sec06 table th{
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}

.sec06 table td{
	width:470px;
}

.sec06 input{
	width:100%;
	margin-bottom:1em;
	padding:15px 8px;
	border:1px solid #999;
	border-radius:6px;
	background:#FEFEFE;
}

.sec06 textarea{
	width:100%;
	margin-bottom:1em;
	padding:15px 8px;
	border:1px solid #999;
	border-radius:6px;
	background:#FEFEFE;
}

.sec06 input[type="submit"]{
	width:50%;
	margin:0 auto 1em auto;
	background:#000;
	color:#FFF;
	cursor:pointer;
	display:block;
}

.sec06 .btn_confirm{
	width:48%;
	margin:0 auto 1em auto;
	padding:15px 8px;
	background:#000;
	border:0;
	border-radius:6px;
	color:#FFF;
	cursor:pointer;
	display:inline-block;
}

.btn_back{
	width:48%!important;
	margin:0 2% 1em auto;
	background:#FFF;
	border: 1px solid #999;
	color:#000;
	cursor:pointer;
	display:inline-block;
}

.sec06 .kakomi{
	height:26em;
	margin-bottom:1em;
	padding:2vw;
	border:1px solid #999;
	border-radius:6px;
	background:#FEFEFE;
	font-size:1vw;
	overflow:auto;
	overflow-y:scroll;
}

.sec06 .kakomi h3{
	margin-bottom:1em;
    font-size: 18px;
	text-align:center;
}

.sec06 .kakomi h4{
	font-weight:normal;
}

.sec06 .kakomi p{
	font-size: 14px;
}

.sec06 .kakomi ol,
.sec06 .kakomi ol li{
	margin-top:1em;
}

.sec06 .privacy-conf{
	text-align:center;
}

.sec06 .privacy-conf input{
	width:auto;
	margin:0 0.5em 0 0;
	padding:0;
	background:none;
	display:inline;
}

.error{
	margin:-1em 0 1em 0;
	color:#F00;
	text-align:center;
}


/*sec07
----------------------------------------------------*/
.sec07{
	padding: 12em 0;
	background: url("../img/bg_company.jpg") no-repeat center / cover;
	text-align: center;
	color: #FFF;
}

.sec07 h2{
	margin-bottom: 0.5em;
	font-size: 2.5em;
}

.sec07 .btn{
	border: 1px solid #FFF;
	background: url("../img/icon_link_w.png") no-repeat right 15px center / 1em;
	color: #FFF;
}

@media(any-hover:hover){
.sec07 .btn:hover{
	background: #FFF url("../img/icon_link.png") no-repeat right 15px center / 1em;
	color: #000;
	opacity: 1;
}
}


/*下層
----------------------------------------------------*/
#company h2{
	margin-bottom: 1em;
}

.recruit{
	margin: 3em auto;
	padding: 50px;
	border: 1px solid #CCC;
	border-radius: 10px;
	overflow: hidden;
}

.recruit h2{
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #000;
	text-align: left!important;
}

.recruit h3{
	margin: 2.5em 0 1em 0;
	padding: 0 0 0 0.8em;
	border-left: 2px solid #000;
	line-height: 1.2;
}

.recruit .mv{
	width: calc(100% + 100px);
	height: auto;
	margin: -50px auto 2em -50px;
}

.sec05 .recruit dl{
	margin-bottom: 2em;
  padding-bottom: 2em;
	grid-template-columns: 6em 1fr;
	grid-gap: 0 30px;
	place-content: center;
}

.recruit dl dt img{
	width: 100%;	
}

.recruit dl dd{
	place-content: center;	
}

/*footer
----------------------------------------------------*/
footer{
	background:#000;
	text-align: center;
	color: #FFF;
}

footer .contents {
  padding: 6rem 0 4rem 0;
}

footer h2{
	margin-bottom: 6rem;
	line-height: 1.1;
}

footer h2 img{
	width: 100px;
	margin: 0 auto 10px auto;
}

footer h2 a{
	font-size: 16px;
	color: #FFF!important;
}

footer h2 a span{
	font-family: "Noto sans JP", sans-serif;
	font-size: 20px;
	display: inline;
}

footer .copyright{
	font-size: 12px;
}


/*page top
----------------------------------------------------*/
#page-top{
	position: fixed;
	right: 2%;
	z-index:999;
}

#page-top a{ 
    position: relative;
	width:50px;
	height:50px;
    background-color:#000;
	display:block;
}

#page-top a img{
	display:block;
}