@charset "UTF-8";
/*
BASE------------------------------------------------*/
html{
font-size:62.5%;
}

body{
line-height: 1.5;
font-size:30px;
font-size: 1.6em;
font-family:"Roboto", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
overflow-x: hidden;
}

a:link{
color: #ffc831;
text-decoration: none;
}

a:hover, a:focus, a:active{
	color:#fff;
	text-decoration: none;
}

img, video{
height: 0 auto;
vertical-align: top;
}

/* base-SMALL
---------------------------------------------------*/
.l-container{
padding: 0;
}

.l-inner__bg{
    margin:0 ;
 
}



/*header-SMALL
-------------------------------------------------*/
.l-header{
	background: rgba(255,255,255,0.7);
height:60px;
padding:5px 0;
top:0px;
bottom: 0;
right: 0;
left: 0;
position: fixed;
z-index: 5000;
}


.l-header__inner{
	position: relative;
}


.l-header__inner__logo {
	width: 100%;
	height: auto;
	text-align: center;
}
.l-header__inner__logo img{
	width: 230px;

}


/*navigation SMALL
--------------------------------------------------*/
#navControl a {
	background: #febb05 url("../assets/icon_common.png") no-repeat 0 0;
	display: inline-block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	text-indent: 100%;
	color: #000;
	margin-top: 4px;
	margin-right: 10px;
	
}

#navControl a.active{
	background-position:0 -44px;
}
#navControl {
	position: absolute;
	right: 0;
	top: 5px;
}

.l-header__nav{
    position: absolute;
    top:65px;
width: 100%;
}
.l-header__nav a{
    display: block;
width: 100%;
}



.l-gnav__list a{
    display: block;
    width: 100%;
    height: 60px;
    background: #febb05;
    color: #000;
    text-decoration: none;
    text-align: center;

}

.l-gnav__list a:hover{
    color:#fff;
}

.l-gnav__list__color a{
    display: block;
    width: 100%;
    height: 60px;
    background: #ffc831;
    color: #000;
    text-decoration: none;
   text-align: center;
}

.l-gnav__list__color a:hover{
    color:#fff;
}













/*main-Small
------------------------------------------------*/

section{
	text-align: center;
	padding: 2rem;
 
}
/**/
section div{
	background: rgba(130,107,92,0.6);
	padding: 1rem;
	color: #fff;
	line-height: 1.6;
	text-shadow: 1px 1px 1px #333;
	position: relative;
}


section div p{
	width: 60%;
	margin: 0 auto;
	
}



/*

.l-inner__box{
    z-index: 100;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(130,107,92,0.6);
	padding: 1rem;
	color: #fff;
	line-height: 1.6;
	text-shadow: 1px 1px 1px #333;
    width: 90%;
    height: 95%;
    margin: auto;
   
}

.l-inner__box::before {
		content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #fff;
  border-right: 50px solid transparent;
	}
*/




#about{
	background: url("../assets/about.png");
	background-clip: border-box;
	height: auto;
	background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#drink{
	background: url("../assets/drink.png");
	background-size: cover;
	background-clip: border-box;
	height: auto;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}







.c-title--head {
  
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
	font-size: 3.6rem;
	line-height: 1.2;
    text-align: center;
   
  
    
}


.c-title--head__access{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
	font-size: 3.6rem;
	line-height: 1.2;
    text-align: center;
}

.c-title--inner__head{
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
	font-size: 2.6rem;
	line-height: 1.2;
    text-align: center;

}



.l_inner__link a:hover{
	color: aqua;
	text-decoration: none;
	font-weight: bold;
}










/*
.c-text--center{
    margin-top: 30px;
    margin-bottom: 20px;
    color: #fff;
	text-align: center;
    
   
}
.c-text--center__margin{
    margin: 0 40px 0 40px;
}*/

.c-text--center__sns{
    margin-top: 10px;
    margin-bottom: 5px;
    color: #fff;
	text-align: center;
    
   
}






#access{
	background: url("../assets/access.png");
	background-size: cover;
	background-clip: border-box;
	height: auto;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
	
}

.c-list{
	list-style: none;
	display: block;
	text-align: center;
}

.l-code{
    text-align: center;


	
}
.l-code__sns{
display: inline-block;
margin-left: 30px;

}

.l_code__sns a:hover{
	color: #fff;
}



.c-list-access__item{
    color: #fff;
}

.c-list-access__item__tel{
    font-size: 2.6rem;
    line-height: 1.2;

}




iframe{
	display: block;
	width: 100%;
	 
}



.l-hero{
	position: relative;
	overflow: hidden;
	height: auto;
}
.l-hero__tagline{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 400px;
	padding: 40px;
	z-index: 2;
	max-height: 214px;
}
.fullSlideShow{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.fullSlideShow ul{
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute;
	z-index: 1;
}
.fullSlideShow ul li{
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	display: none;
}

.fullSlideShow ul li img{
	width: 100%;
}

/*access
---------------------*/
.container{
	text-align: center;
	margin-bottom: 50px;
}

.container_tenpo{
	margin: 5px;
	display: block;

	
}

.container_tenpo_box{
	padding: 1em 1em;
	margin: 2em 0;
	width: 60%;
	background: #ffc831;
	text-align: center;
	display: inline-block;
}


.tennpo{
text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;

}

.tennpo1 img{
	width: 100%;
	
}

.access_map{
	width: 60%;
	margin: auto;

}

/*inquiry
---------------------*/

.plus{
	display: block;
	text-align: center;
	margin-top: 50px;
}

.plus_new{
	color: #16A3E8;
	font-size: 50px;
}

.plus_new_logo img{
	width: 60%;
}


/*menu
---------------------*/


.foodrink{
	text-align: center;
	
}


.menu_pg img{
	text-align: center;
	width: 65%;
	margin: 20px;
}




/*footer-SMALL
--------------------------------------*/
.l-footer{
    width: 100%;
    height: 200px;
	bottom: 0;
    background: #febb05;

}

.l-copyright{
    color: #000;
    text-align: center;
    height: 100px;
    line-height: 100px;
}

.l_icon{
	text-align: center;

}


.icon{
	display: inline-block;
	margin-left: 30px;
	color: #3599a8;
	font-size: 60px;
}

.l_icon a{
	text-decoration: none;
	color: #3599a8;
}

.l_icon a:hover{
	color: #fff;
}

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #3599a8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #3599a8;
    border-right: 3px solid #3599a8;
    transform: translateY(20%) rotate(-45deg);
}


/*
	main {
		margin-top: 60px;
	}*/
	
@media only screen and (min-width:960px){

/*base---LAEGE
---------------------------------------*/
.l-hero{
    position: relative;
    overflow: hidden;
}
	
	.l-hero__top img{
	margin-top: 200px;
    max-width: 1170px;
    margin: 0 auto;
}

	.l-container {
    max-width: 1170px;
    margin: 0 auto;
}

.l-inner__bg  img{
    width: 100%;
    margin:auto;
}



	


.l-inner__box{
    max-width: 620px;
}


/*navigation-LARGE
---------------------------------------*/
.l-header{
    height: 60px;
    padding: 0;
}
.l-header__nav {
	display: block !important;
	position: static;
}
	
.l-header__inner__logo img{
	float: left;
	width: 160px;
	margin-left: 20px;
    padding: 5px 0;
	}
	
	.l-header{
		background: #febb05;
	}
.l-header__nav ul {
	display: flex;
	flex-flow: row wrap;
}
.l-header__nav li {
	flex:1 1 25%;
}

.l-gnav__list__color a{
    background: #ffc831;
    height: 60px;
    padding: 0;
}


.l-header__nav li a {
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
    height: 50px;
}
#navControl {
	display: none;
}


/*
.l-header__nav {
	display: block!important;
	float: right;
	width: 50%;
}

.l-header{
	background:#febb05;
	
	height:60px;
}
	
.l-gnav{
	float: right;
	display: flex;
	}


.l-gnav__list a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 60px;
	width: 140px;
	text-align:right;
}
	
.l-header__inner__logo{
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	width:20%;
	float: left;
	}

	
	#navControl{
		display: none;
	}
	
	
/*main-LARGE
--------------------------------------------*/

section div{
    width: 50%;
    height: 95%;
    margin-right: 20px;
    margin-left: auto;
    display: block;
}
	
	/*
	.l-inner__box::before {
		content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #fff;
  border-right: 50px solid transparent;
	}
	*/

	


	
/*footer-LARGE
-----------------------------------------------*/

}