﻿/* ////////////////////////////////////////
 Web Font 
//////////////////////////////////////// */

/* IE */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.eot);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.otf) format("truetype");
}

.icon {
	font-family: iconfont;
	font-weight: normal;
}

.icon-list:before { /*要素の直前に擬似要素（WEBフォント）を追加する　（ちなみにafterとすれば直後となる）*/
	/*右記URLよりコピペで指定すれば表示できるhttp://icon.condense-c.com/*/
	content: "ˇ";
	/*
	以下URLより文字コードを16進コード文字列に変換しても表示できる
	　※その場合\が先頭につくのと空いてる数は0を追加して5桁にする
	http://homepage1.nifty.com/mstak/Computer/JavaScript/program-form2.html
	content: "\002c7";
	*/
}

/*////////////////////////////////////////
共通
////////////////////////////////////////*/

/*--------------
マウスオーバー時のみ画像透明化
--------------*/
a:hover img{
	opacity:0.7;
	-webkit-transition:opacity 0.2s linear;
}

body{
	background:#fff;
}

/*ページトップ*/
#pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 5px;
  cursor: pointer;
  z-index: 9999; /*すべたの要素の一番上に表示するためレイヤーを9999とした*/
}

/*LINEから予約*/
#reservation {
  display: none;
  position: fixed;
  top: 50px;
  right: 10px;
  padding: 5px;
  cursor: pointer;
  z-index: 9999; /*すべたの要素の一番上に表示するためレイヤーを9999とした*/
}

/*--------------
クリアフィックス
--------------*/
/* For modern browsers用 */
.cf:after{
	content: "";
	display: block;
	clear: both;
}

/* For IE 6/7用 */
.cf { zoom: 1; }


/* ////////////////////////////////////////
スマートフォン向けのスタイル：479px以下 
////////////////////////////////////////*/
@media screen and (max-width: 479px) {

div#tel{
  position: fixed;
  bottom: 7px;
  left: 5px;
  z-index: 9999;
	border-radius: 10px;
	padding: 10px;
	opacity: 0.9;
	}
	
p#tel-s{
	float: left;
	margin-right: 5px;
}
	
	p#tel-s a{
		font-size: 150%;
		display: block;
		border: 1px solid #333;
		border-radius: 10px;
		padding: 5px 10px 5px 25px;
		background:#fff url("../images/tel-icon.png") no-repeat 5px center;
		background-size: 15px auto;
	}
	
h1{
	background:#000;
	/*領域外を非表示
	width:97%; /*←widthを97%にしてpadding-rightで調整しないと画面が右にズレる*/
	padding-right:7px; /*←widthを97%にしてpadding-rightで調整しないと画面が右にズレる*/
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:73%;
	line-height:1.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top:0px;
}

h1 a{
	color:#fff !important;
}


/*ヘッダー*/
p#head-l{
	margin-left:5px;
	margin-top:2px;
}

p#head-l img{
	width:130px;
}

div#head-r-s{
	float:left;
	font-family: 'Libre Baskerville', serif;
	font-size:130%;
	color:#000;
	margin-top:8px;
	margin-left:10px;
}

div#head-r-s span{
	font-size:60%;
}

p#head-time{
	font-size: 10px;
}
	
div#head-r{
	display:none;
}

div.navbar-header{
	border:1px solid #ccc;
	padding-top:0px;
	width:99%; /*←widthを100%にしてしまうと画面が右にズレる*/
}



/*ハンバーガーメニュー共通*/
.icon-animation {
  z-index:9999;	 /*一番上に表示するためレイヤーを9999とした*/
  width: 5%;
  height:35px;
  float: right;
  display: block;
  position: relative; }
  .icon-animation span {
    width: 30px;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px; }

/*【タイプ-01】ハンバーガーメニュー*/
.type-1 span {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.type-1 .top {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px); }

.type-1 .bottom {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px); }

.type-1.is-open .middle {
  background: rgba(255, 255, 255, 0); }

.type-1.is-open .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
      -ms-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px); }

.type-1.is-open .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
      -ms-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px); }

/*ページトップ*/
#pagetop{
  right:0px;
}

#pagetop img{
  width:80%;
}
	
/*LINEから予約*/
#reservation{
  right:0px;
}

#reservation img{
  width:150px;
}



/*フッター*/
footer {
    text-align:center;
    margin-top:50px;
}





}




/*////////////////////////////////////////
 タブレット向けのスタイル：481px ～ 768px 
////////////////////////////////////////*/
@media only screen and (min-width: 481px) {
	
	div#tel{
		display:none;
	}
	
/*LINEから予約*/
#reservation{
  right:10px;
	top:60px;
}

#reservation img{
  width:200px;
}

div#h1{
	background:#000;
	padding:5px;
	font-size:73%;
	line-height:1.5;
}

h1 a{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	color:#fff !important;
}

/*ヘッダー*/
div#head{
	padding:5px;
}

p#head-l{
	float:left;
	margin-top:4px;
	margin-bottom:22px;
	margin-left:25px;
}

p#head-l img{
	width:185px;
}

div#head-r{
	float:right;
	font-family: 'Libre Baskerville', serif;
	font-size:200%;
	color:#178236;
	margin-top:10px;
	margin-right:0px;
	color:#000;
}

div#head-r span{
	font-size:60% !important;
}
	
p#head-time{
	font-size: 12px;
}

div#head-r-s{
	display:none;
}

div.navbar-collapse{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

ul.nav{
	z-index: 9999;		
}




/*フッター*/

footer {
    text-align:center;
    padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	clear:both;
}



}



/*////////////////////////////////////////
PC向けのスタイル：769px～960px 
////////////////////////////////////////*/
@media only screen and (min-width: 769px) {





}



