@charset "utf-8";

/* CSS Document */

html {

	height: 100%;

	font-size:16px;

}

body {

	width: 100%;

	box-sizing: border-box;

	height: 100%;

	min-width:1350px;

	background:#000000;

}



.emp {

	font-size: 1.1rem;

	font-family: 'Noto Sans JP', sans-serif;

	color:#0f2061;

	font-weight: 700;

}

.under {

	background: linear-gradient(transparent 80%, #fdff4b 0%);

	font-weight: bold;

}

p.main_paragraph {

	white-space: pre-wrap;

	font-size:1.1rem;

	line-height: 1.8;

	margin-bottom:1rem;

}



.spbr{

	display:none;

}

.contact_btn{

	display:block;

	background:#2d2d2d;

	color:#ffffff;

	width:500px;

	padding:2rem 0;

	text-align:center;

	border:1px solid #ffffff;

	font-family: 'Noto Sans JP', sans-serif;

	font-weight:500;

	font-size:1.2rem;

}



#mv{

	padding:0 2%;

	height: 100%;

	min-width:1200px;

	min-height:600px;

	position:relative;

}

#mv .mv_copy{

	position:absolute;

	left:5%;

	bottom:3rem;

	color:#ffffff;

	font-family: 'Noto Sans JP', sans-serif;

	font-weight:700;

	font-size:2.2rem;

	letter-spacing:0.2rem;

	text-shadow: 1px 1px 2px black;

	white-space:pre-wrap;

}





#mv .contact_btn{

	position:absolute;

	right:5%;

	bottom:3rem;

	z-index:10;

}

.mv_switch {

    position: absolute;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    background: #000000;

    z-index: -1;

	overflow:hidden;

}

.mv_switch li {

    position: absolute;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    background-size: cover;

    background-position: 50% 50%;

    background-repeat: none;

    opacity: 0;

    /* -webkit-animation: anime 24s linear 0s infinite ; */
    -webkit-animation: anime 18s linear 0s infinite ;

    /* animation: anime 24s linear 0s infinite ; */
    animation: anime 18s linear 0s infinite ;

}

.mv_switch li:nth-child(1) { 

    background-image: url(../images/mv_bg_pc01.jpg) 

}

.mv_switch li:nth-child(2) {

    background-image: url(../images/mv_bg_pc02.jpg);

    -webkit-animation-delay: 6s;

    animation-delay: 6s;

}

.mv_switch li:nth-child(3) {

    background-image: url(../images/mv_bg_pc03.jpg);

    -webkit-animation-delay: 12s;

    animation-delay: 12s;

}

/* .mv_switch li:nth-child(4) {

    background-image: url(../images/mv_bg_pc04.jpg);

    -webkit-animation-delay: 18s;

    animation-delay: 18s;

} */





@-webkit-keyframes anime { 

    0% {

        opacity: 0;

    }

    10% {

        opacity: 1;

    }

    35% {



        opacity: 1;

    }

    45% {

        -webkit-transform: scale(1.1);

        opacity: 0;

    }



    100% { 

		opacity: 0;

	}

}

@keyframes anime { 

    0% {

        opacity: 0;

    }

    10% {

        opacity: 1;

    }

    35% {



        opacity: 1;

    }

    45% {

        transform: scale(1.1);

        opacity: 0;

    }

    100% { 

		opacity: 0;

	}

}



/*グロナビ*/

#top-head{

	padding:1rem 5%;

	position:absolute;

	top:0;

	background:rgba(0,0,0,0.5);

	width:100%;

	box-sizing:border-box;

	z-index:10;

}

#top-head h1 img{

	width:200px;

}



#top-head .inner{

	min-width:1200px;

}

#global-nav ul li a {

	padding: 0 1rem;

	font-size:1rem;

	color:#ffffff;

	font-family: 'Noto Sans JP', sans-serif;

	letter-spacing:0.5px;

	color:#ffffff;

}

#global-nav ul{

	padding:28px 0;

}





#top-head .inner{

	display:flex;

	justify-content:space-between;

}



#global-nav ul {

	list-style: none;

}

#global-nav ul.navi {

	display: flex;

	justify-content: center;

}

#global-nav ul li {

	box-sizing: border-box;

	display: block;

}





#global-nav ul li a:hover{

	color:#dddddd;

}







h2{

	margin-bottom:2rem;

	text-align:center;

}



#concept{

	background:url(../images/concept_bg_pc.jpg) top center no-repeat;

	background-size:cover;

	padding:10rem 0;

	border-top:10px solid #2e2121;

}



#concept .inner{

	box-sizing:border-box;

	background:rgba(0,0,0,0.3);

	width:620px;

	margin:0 auto;

	color:#ffffff;

	text-align:center;

	border:1px solid #ffffff;

	padding:3rem 0;

	

}



.concept_copy{

	white-space:pre-wrap;

	margin-bottom:2rem;

	line-height:2.5;

	font-family: 'Noto Sans JP', sans-serif;

	font-size:1.1rem;

}





#system{

	background:#2e2121;

	color:#ffffff;

	padding:8rem 0;

}

#system .inner{

	width:800px;

	margin:0 auto;

}

table.fee{

	width:100%;

	border-collapse:collapse;

	font-family: 'Noto Serif JP', sans-serif;

	font-weight:300;

	font-size:1.6rem;

	line-height:1.8;

	margin-bottom:5rem;

}

table.fee th{

	text-align:left;

	padding:1rem 1% ;

	font-weight:300;



}

table.fee .thth{

	width:55%;

}

table.fee th span{

	display:block;

	font-size:1.1rem;

}

table.fee td.table_charge_time{

	font-size:1.2rem;

	text-align: left;

}

.table_border{

	border-top:1px solid #bd893b;

	font-size:1.2rem;

	height: 1rem;



}

table.fee .table_headline th{

	padding-bottom:0.5rem;

	font-family: 'Noto Sans JP', sans-serif;

}

.table_headline th.center{

	text-align:center;

}



table.fee td{

	text-align:right;

	font-size:2rem;

}

table.fee .table_charge th{

	vertical-align: top;

	padding-top: 0;

	width: 60%;

}

.table_charge td{

	line-height:1.5;

}







#system h3{

	border-bottom:1px solid #bd893b;

	font-size:1.2rem;

	padding-left:1%;

	font-family: 'Noto Sans JP', sans-serif;

	font-weight:300;

	padding-bottom:0.5rem;

	margin-bottom:1rem;

}

#system p.fee{

	margin-bottom:1rem;

	padding-left:1%;

	font-size:1.2rem;

}

#system .regulation{

	margin-bottom:2rem;

}

#system .regulation li{

	list-style:inherit;

	margin-left:1.5rem;

	margin-bottom:0.5rem;

}

#system figure{

	display:flex;

	justify-content:space-between;

	gap:5px;

	margin-bottom:5rem;

}

#system figure img{

	width:49.5%;

}











#flavor{

	background:url(../images/flavor_bg_pc.jpg) top center no-repeat;

	background-size:cover;

	padding:10rem 0;

}



#flavor .inner{

	box-sizing:border-box;

	background:rgba(0,0,0,0.3);

	width:800px;

	margin:0 auto;

	color:#ffffff;

	text-align:center;

	border:1px solid #ffffff;

	padding:3rem 5rem;

	

}



.flavor_copy{

	white-space:pre-wrap;

	margin-bottom:2rem;

	line-height:2.5;

	font-family: 'Noto Sans JP', sans-serif;

	font-size:1.1rem;

}





#drink{

	background:url(../images/drinkmenu_bg_pc.jpg) top center no-repeat;

	background-size:cover;

	padding:10rem 0;

	border-top:10px solid #222222;

	text-align:center;

}

#drink ul{

	margin-bottom:5rem;

}

#drink li{

	color:#ffffff;

	margin-bottom:1.5rem;

	font-family: 'Noto Serif JP', sans-serif;

	font-weight:500;

	font-size:1.5rem;

}

#drink .contact_btn{

	width:500px;

	margin:0 auto;

	background:#111111;

}







#gallery{

	background:#2e2121;

	color:#ffffff;

	padding:10rem 5% 5rem;

}





#gallery .photos{

	display:flex;

	justify-content:space-between;

	flex-wrap:wrap;

}

	

#gallery .photos li{

  position: relative;

  width: calc(100% / 5);

  aspect-ratio:1 / 1;

}



#gallery .photos li img{

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  margin: auto;

  object-fit: cover;

}













#blog{

	background:#2e2121;

	color:#ffffff;

	padding:5rem 5% 10rem;

}



#blog .inner{

	width:800px;

	margin:0 auto;

	color:#ffffff;

	

}



#blog .news{

	clear:both;

	background:#000000;

	margin-bottom:1rem;

	border:1px solid #736a6a;

	padding:1rem;



}

#blog .news::after{

	clear:both;

	display:block;

	content:"";

}

#blog .news img{

	width:210px;

	height:210px;

	object-fit: cover;

	float:left;

	margin-right:30px;

}

#blog .news time{

	display:block;

	font-size:1rem;

	color:#fff;

}

#blog .news h4{

	font-size:1.4rem;

	font-family: 'Noto Sans JP', sans-serif;

	margin-bottom:1rem;

	

}



#blog .news p{

	font-size:1rem;

	line-height:1.5;

	overflow: hidden;

	height:9rem;

	color:#cccccc;

	

}

#blog .news p::after{

	content:"...";

}





#recruit{

	

	background: linear-gradient( rgba(46, 33, 33, 0.8), rgba(46, 33, 33, 0.8)),
        url("../images/recruit_bg_pc.jpg") top center no-repeat;

	padding:5rem 0 8rem;

	text-align:center;

	color:#ffffff;

}



#recruit .recruit_copy{

	margin-bottom:5rem;

	line-height:2;

	font-family: 'Noto Sans JP', sans-serif;

	font-weight:300;

	font-size:1.2rem;

}







#recruit .contact_btn{

	width:500px;

	margin:0 auto;

	background:#1c2700;

	font-family: 'Noto Sans JP', sans-serif;

	font-weight:300;

	font-size:1.5rem;

}

#access{

	background:#2e2121;

	color:#ffffff;

	padding:5rem 0 3rem;

}

#access .inner{

	width:800px;

	margin:0 auto;

}



.googlemap-bw iframe {

  -webkit-filter: grayscale(100%);

  -moz-filter: grayscale(100%);

  -ms-filter: grayscale(100%);

  -o-filter: grayscale(100%);

  filter: grayscale(100%);

}



#access iframe{

	width:100%;

	height:480px;

	margin-bottom:1rem;

}

#access .address{

	font-family: 'Noto Sans JP', sans-serif;

	font-weight:300;

	font-size:0.9rem;

	

}



#sns{

	background:#2e2121;

	color:#ffffff;

	padding:3rem 0 10rem;

}

#sns .inner{

	width:800px;

	margin:0 auto;

	display:flex;

	justfy-content:space-between;

	align-items:middle;

}



#sns li{

	width:calc(100% / 3);

	text-align:center;

	padding:1rem 0;

}

#sns li a{display:block;

}

.sns_instagram{

	background: linear-gradient( rgba(72, 44, 44, 0.5), rgba(72, 44, 44, 0.5)),
        url("../images/sns_bg_instagram.jpg") no-repeat center center;

	background-size:cover;

}

.sns_twitter{

	background: linear-gradient( rgba(43, 37, 37, 0.5), rgba(43, 37, 37, 0.5)),
        url("../images/sns_bg_twitter.jpg") no-repeat center center;

	background-size:cover;

}

.sns_line{

	background: linear-gradient( rgba(20, 77, 9, 0.4), rgba(20, 77, 9, 0.4)),
        url("../images/sns_bg_line.jpg") no-repeat center center;

	background-size:cover;

}



.info_nav{

	margin-bottom:8rem;

	padding:0 2%;

	display:flex;

	justify-content:space-between;

	align-items:center;

}

.info_nav a{

	color:#ffffff;

	font-family: 'Noto Sans JP', sans-serif;

	font-weight: 700;

	font-size:1.5rem;

	display:block;

	height:400px;

	line-height:400px;

}

.info_to_company{

	width:calc(100% / 3);

	background:url(../images/top_company_info_bg.jpg) no-repeat;

	background-size:cover;

	text-align:center;

	outline: 1px solid rgb(255, 255, 255);

	outline-offset: -1.5rem;

}

	

.info_to_contact{

	width:calc(100% / 3);

	background:url(../images/top_contact_info_bg.jpg) no-repeat;

	background-size:cover;

	text-align:center;

	outline: 1px solid rgb(255, 255, 255);

	outline-offset: -1.5rem;

}

	

.info_to_recruit{

	width:calc(100% / 3);

	background:url(../images/top_recruit_info_bg.jpg) no-repeat;

	background-size:cover;

	text-align:center;outline: 1px solid rgb(255, 255, 255);

	outline-offset: -1.5rem;

}











footer{

	text-align:center;

	background:#000000;

}

footer h1{

	margin-bottom:3rem;

}

footer h1 img{

	width:300px;

}

footer .contact_btn{

	width:500px;

	margin:0 auto;

	background:#111111;

}



.footer{

	padding:5rem;

}



.copy{

	color:#ffffff;

	font-size:0.9rem;

	background:#2e2121;

	padding:1rem 0;

}









.remodal{

	font-family: 'Noto Sans JP', sans-serif;

	padding:5rem 3rem;

	

}



.remodal h2{

	font-size:1.2rem;

	margin-bottom:2rem;

	font-weight:500;

	text-align:center;

	word-break:keep-all;



}



.remodal .tel a{

	display:block;

	padding:1.5rem;

	margin-bottom:1rem;

	background:#000227;

	color:#ffffff;

	font-size:1.5rem;

	border:1px solid #666;

	font-weight:300;

	

}







.remodal .line a{

	display:block;

	padding:1.5rem;

	margin-bottom:0.5rem;

	background:#1c2700;

	color:#ffffff;

	font-size:1.2rem;

	border:1px solid #666;

	font-weight:300;

}





.form_btn{

	cursor:pointer;

}



