﻿@charset "utf-8";

/*
		Material Design Icons by Google
		https://google.github.io/material-design-icons/

		Creative Common Attribution 4.0 International License (CC-BY 4.0)
		https://creativecommons.org/licenses/by/4.0/
*/

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


html{
	min-height: 100%;
}

body{
	font-family: -apple-system, Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: rgba(0, 0, 0, 0.8);
}

footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-bottom: 10px;
	color: rgba(255, 255, 255, 0.9);
}

a{
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
}

dt{
	float: left;
	width: 80px;
}

dd{
	margin-left: 80px;
}

/*---------------------------------------------

fullPage.js css override

---------------------------------------------*/
#fp-nav.right {
    right: 0px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px 4px 7px 7px;
    position:relative;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 8px;
    width: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 100%;
}

 #fp-nav ul li:hover a span,
 .fp-slidesNav ul li:hover a span{
     width: 8px;
     height: 8px;
     margin: -4px 0px 0px -4px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span{
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0);
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span{
	background: #fff;
}


/*---------------------------------------------

flickity.js css override

---------------------------------------------*/
.gallery {
	padding: 8px;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 4px;
}

.cell {
  width: 100%;
  height: auto;
}

.cell img {
  max-width: 100%;
	display: block;
}

.flickity-prev-next-button {
  width: 24px;
  height: 24px;
}

.flickity-page-dots {
  bottom: 4%;
}

.flickity-page-dots .dot {
	width: 6px;
	height: 6px;
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0);
}

.flickity-page-dots .dot.is-selected {
	width: 6px;
	height: 6px;
	background: #fff
}


#section01{
	background-image: url('../images/01s.jpg');
	background-size: cover;
}

#section02{
	background-image: url('../images/02s.jpg');
	background-size: cover;
}

#section03{
	background-image: url('../images/03s.jpg');
	background-size: cover;
}

#section04{
	background-image: url('../images/04s.jpg');
	background-size: cover;
}

#section05{
	background-image: url('../images/05s.jpg');
	background-size: cover;
}

#section06{
	background-image: url('../images/06s.jpg');
	background-size: cover;
}

.center_horizontal{
	text-align: center;
}

.bland_image{
	width: 30%;
	height: 30%;
	padding-left: 10px;
}

.center_contents{
	position: relative;
	height: 320px;
}

.center_image{
	width: 220px;
	height: 330px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 4px;
}

.language{
	width: 100%;
	position: absolute;
	bottom: 0;
}

.no_a{
	color: rgba(0, 0, 0, 1);
	font-weight: bold;
}

.comment{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding-top: 10px;
	padding-left: 10px;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
}

.separator_line{
	color: rgba(255, 255, 255, 0.5);
	font-weight: bold;
}

.nav_up{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 10px;
}

.nav_down{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-bottom: 10px;
}

.nav_top{
	text-align: center;
	padding-bottom: 10px;
}

.title{
	letter-spacing: 4px;
	font-size: medium;
}

.top_title_768 {
	display: none;
}

.contents_font{
	font-size: small;
}

.contents{
	width: 90%;
	margin: auto;
	padding: 15px;
	line-height: 1.5em;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255, 1);
}

.cooking_menu{
	width: 90%;
	margin: auto;
	padding: 15px;
	line-height: 1.5em;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0);
	color: rgba(255, 255, 255, 1);
}
/*
.tel-link {
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}
*/
.mail-link {
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}


@media only screen and (min-width: 768px) {

	dt{
		float: left;
		width: 100px;
	}

	dd{
		margin-left: 100px;
	}

	/*---------------------------------------------

	fullPage.js css override

	---------------------------------------------*/
	#fp-nav.right {
	    right: 17px;
	}

	#fp-nav ul li,
	.fp-slidesNav ul li {
	    display: block;
	    width: 14px;
	    height: 13px;
	    margin: 7px;
	    position:relative;
	}

	#fp-nav ul li a.active span,
	.fp-slidesNav ul li a.active span,
	#fp-nav ul li:hover a.active span,
	.fp-slidesNav ul li:hover a.active span{
	    height: 12px;
	    width: 12px;
	    margin: -6px 0 0 -6px;
	    border-radius: 100%;
	 }

	#fp-nav ul li:hover a span,
	.fp-slidesNav ul li:hover a span{
	    width: 10px;
	    height: 10px;
	    margin: -5px 0px 0px -5px;
	}

	/*---------------------------------------------

	flickity.js css override

	---------------------------------------------*/
	.flickity-page-dots {
	  position: absolute;
	  width: 100%;
	  bottom: -25px;
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  text-align: center;
	  line-height: 1;
	}

	#section01{
		background-image: url('../images/01.jpg');
		background-size: cover;
	}

	#section02{
		background-image: url('../images/02.jpg');
		background-size: cover;
	}

	#section03{
		background-image: url('../images/03.jpg');
		background-size: cover;
	}

	#section04{
		background-image: url('../images/04.jpg');
		background-size: cover;
	}

	#section05{
		background-image: url('../images/05.jpg');
		background-size: cover;
	}

	#section06{
		background-image: url('../images/06.jpg');
		background-size: cover;
	}

	.bland_image{
		width: 20%;
		height: 20%;
		padding-left: 10px;
	}

	.center_contents{
		height: 455px;
	}

	.center_image{
		width: 257px;
		height: 385px;
	}

	.language{
		font-size: large;
	}

	.comment{
		font-size: x-large;
	}

	.title{
		letter-spacing: 4px;
		font-size: x-large;
	}

	.top_title_sp {
		display: none;
	}

	.top_title_768 {
		display: block;
	}

	.contents_font{
		font-size: medium;
	}

	.contents{
		width: 550px;
		margin: auto;
		padding: 40px;
		line-height: 2.0em;
		border-radius: 10px;
		background-color: rgba(0, 0, 0, 0.5);
		color: rgba(255, 255, 255, 1);
	}

	.tel-link {
	    color: rgba(255, 255, 255, 1);
	    font-weight: normal;
	}

	.nav_top{
		position: absolute;
		bottom: 0;
		right: 0;
		margin: auto;
		padding-right: 10px;
	}

}

@media only screen and (min-width: 1024px) {
}
