/* CSS Document */


html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background-color: #ded4e9;
	color: #555555;
}

body 
	
.title {
  position: relative;/*相対配置*/
  }

.title img {
  width: 100%;
	display: block;
	margin-bottom: 0px;
  }

#slideshow {
   position: relative;
   width:  100%;
	height: auto;
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 1;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 3;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 2;
} 


.logo{
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
	background: none;
	width: 25%;
	height: auto;
	z-index: 4;
}



img {
	margin: auto;
	text-align: center;
	width: 70%;
	max-width: 100%;
	height: auto;
	margin-bottom: 50px;
}


.img-left {
	margin: 0 5% 10px 5%;
	text-align: left;
	float: left;
	width: 25%;
	height: auto;
}

.img-right {
	margin: 0 5% 10px 5%;
	text-align: left;
	float: right;
	width: 30%;
	height: auto;
}


#menu{
  width: 100%;
  margin: 0 auto;
  padding: 0;
	text-align: center;
	box-sizing: border-box;
	}
#menu li{
  display: block;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
 border-bottom: 1px solid #9c6eba;
}
#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #a67fbf;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
  background: #b799c7;
}


h3 {
	font-size: 18px;
	font-weight: 200;
	padding: 30px 10px 5px 10px;
}

h4 {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	padding: 30px 30px 30px 30px;
}

h5 {
	font-size: 15px;
	font-weight: 200;
	padding: 15px 10px 5px 10px;
}

h6 {
	font-size: 12px;
	font-weight: 200;
	padding: 0px 10px 5px 10px;
	color: #A70F12;
}

.red-bold {
	color: #A70F12;
	font-weight: 600;
}

.bold {
	font-weight: 600;
}

.row:before, row:after {
	content: "";
	display: table;
} 

.row:after {
	clear: both;
}

.row-center {
	text-align: center;
	margin-bottom: 50px;
}

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

/*予約の電話番号*/
.button-yoyaku {
	border: 2px #ffffff solid;
	padding: 10px 10px;
	border-radius: 30px;
	color: #FFFFFF;
	background-color: #a67fbf;
	margin: auto;
	text-align: center;
	width: 90%;
	font-weight: 900;
}

.style-name {
	display: inline-block;
	text-align: left;
	font-weight: 600;
	padding-top: 40px;
	padding-left: 3%;
	width: 70%;
	float: left;
}

.style-bold {
	font-weight: bold;
}

/*金額が2段になっている場合の料理名に適応*/
.style-name-2 {
	display: inline-block;
	text-align: left;
	font-weight: 600;
	padding-top: 40px;
	padding-left: 3%;
	width: 50%;
	float: left;
}

.style-price {
	display: inline-block;
	font-family: "Times New Roman", Times, "serif";
	text-align: right;
	font-size: 14pt;
	padding-right: 3%;
	padding-top: 20px;
	width: 50%;
	float: left;
}

/*金額が2段になっている場合*/
.style-price-2 {
	display: inline-block;
	text-align: right;
	font-size: 12pt;
	padding-right: 3%;
	padding-top: 20px;
	width: 50%;
	float: left;
}

.hr-style1 {
	display: block;
	height: 1px;
	background-color: #b799c7;
	border: 0;
	width: 95%;
	margin: auto;
	text-align: center;
}

.footer {
	clear: both;
	text-align: center;
	background: #a67fbf;
	width: auto;
	color: #ffffff;
	font-size: 90%;
}

/*TOP　ボタン*/
#pageTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 10px 0 0 3px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #b799c7;
  color: #fff;
	font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*タブレット用*/
@media (min-width: 768px){

	.title p {
		font-size: 2em;
	}	
	
	#menu li{
    width: 25%;
    border-bottom: 1px solid #9c6eba;
  }
	.col-md-half-r {
		display: inline-block;
		float: left;
		width: 50%;
		margin: auto;
		text-align: right;
		margin-top: 30px;
		padding-right: 40px;
	}
	
	.col-md-half-left {
		display: inline-block;
		float: left;
		width: 50%;
		text-align: left;
		padding-left: 3%;
	}
	
	.img-md {
	margin: auto;
	text-align: center;
	width: 80%;
	max-width: 100%;
	height: auto;	
	margin-bottom: 50px;
}
	
	.button-yoyaku {
	width: 60%;
	}
}

/*デスクトップ用*/

@media (min-width: 1024px){
	main {
		width: 1000px;
		height: auto;
		margin: auto;
		text-align: center;
		display:block; /* IE対策に追加 */
	}
	
.title p {
	font-size: 3em;
	}
	
	
	#menu li{
    width: 12.5%;
    border-bottom: 1px solid #975abf;
	text-align: center;
	}
	
	.button-yoyaku{
	width: 50%;
	}
	
	.footer {
	font-size: 80%;
}