@charset "utf-8";
/*
=======================================
  Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
  margin:0;
  padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
  display:block;
}

html{
  -webkit-text-size-adjust: 100%;
}

body{
  color: #5a3918;
  line-height: 1.5;
  font-size: 15px;
  font-family: sans-serif;
  background:#f7f1e7;
}

img{
  border: 0;
  max-width: 100%;
  height: auto;
}

ul,ol{
  list-style-type: none;
}

table {
  border-collapse: collapse; 
  border-spacing: 0;
}

img, input, select, textarea { 
  vertical-align: middle;
}

a {
  color: #5a3918;
  transition: 0.5s;
  text-decoration:none;
}
a:hover {
  color: #d76b00;
}

p{
	line-height:2;
}

/*
=========================================
  Base Layout
=========================================
*/

#contents{
	margin-top:100px;
}



/*container*/
.container {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}


/*
=========================================
  Modules（Block）
=========================================
*/

/*header
--------------------*/

h2{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size:300%;
	margin:1rem 0;
}
h2 span{
	display:block;
	font-size:30%;
	line-height:2;
}

@media screen and (max-width: 768px) {
h2{
	font-size:250%;
}
}



/*
=========================================
  header
=========================================
*/
  
  #top-head {
	  top: -100px;
	  position: absolute;
	  width: 100%;
	  margin: 100px auto 0;
	  padding: 20px 0 0;
	  line-height: 1;
  }
  #top-head a,
  #top-head {
	  text-decoration: none;
  }
  
  #top-head .logo{
  	margin-left:20px;
  }
  
  #global-nav ul {
	  list-style: none;
	  position: absolute;
	  right: 0;
	  top: 0;
  }
  #global-nav ul li {
	  float: left;
	  margin-top: 32px;
	  margin-right:20px;
	  font-family: 'Kosugi Maru', sans-serif;
	  font-size: 115%;
	  border-top: 1px #f7f1e7 solid;
	 }
  #global-nav ul li.tenpo {
	  margin-top: 22px;
	  text-align:center;
  }
  #global-nav ul li a {
	  padding: 10px 20px;
	  display:block;
  }
  #global-nav ul li a:hover {
	  color: #d35918;	
  }
#global-nav ul li.tenpo a span{
	  display:block;
	  text-align:center;
	  font-size:120%;
	  padding-top:5px;
  }
  
  #global-nav .btn a{
	  padding: 18px 25px;
	  margin-top: -12px;
	  letter-spacing:0.2rem;
	  color: #fff;
	  background:#d76b00;
	  position: relative;
	 }
  #global-nav .btn a:hover {
	  color: #fff;
	  background:#b25c07;
  }

  

  /* Fixed */
  #top-head.fixed {
  	background:#f7f1e7;
	z-index:10;
	  margin-top: 0;
	  top: 0;
	  position: fixed;
	  padding-top: 5px;
	  height: 70px;
	  transition: top 0.65s ease-in;
	  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	  -webkit-transition: top 0.65s ease-in;
	  -moz-transition: top 0.65s ease-in;
  }
  #top-head.fixed .logo {
	  width:30%;
	  text-align:left;
	  padding-top:5px;
  }
  #top-head.fixed .logo span{
	  margin-left:15px;
	  margin-top:-1px;
  }
  
  #top-head.fixed  ul li {
	  margin-top: 20px;
	 }
  #top-head.fixed  ul li.tenpo {
	  margin-top: 8px;
	 }
  #top-head.fixed .btn{
	  margin-top: 28px;
  }
  #top-head.fixed .btn a {
  	padding:10px 15px;
	 }
  #top-head.fixed .btn a:hover{
	  color: #fff;　
	  background:#b25c07 !important;
  }
  #top-head.fixed .btn a:after{
	  display:none;
  }
   
  /* Toggle Button */
  #nav-toggle {
	  display: none;
	  position: absolute;
	  right: 12px;
	  top: 10px;
	  width: 34px;
	  height: 36px;
	  cursor: pointer;
	  z-index: 101;
  }
  #nav-toggle div {
	  position: relative;
  }
  #nav-toggle span {
	  display: block;
	  position: absolute;
	  height: 4px;
	  width: 100%;
	  background: #3f0e0e;
	  left: 0;
	  -webkit-transition: .35s ease-in-out;
	  -moz-transition: .35s ease-in-out;
	  transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
	  top: 0;
  }
  #nav-toggle span:nth-child(2) {
	  top: 11px;
  }
  #nav-toggle span:nth-child(3) {
	  top: 22px;
  }
  
@media screen and (max-width: 1200px) {
#top-head .logo img{
	width:100px;
	margin-top:7px;
}
#global-nav ul li a {
	  padding: 10px 10px;
}
#global-nav .btn a span{
	  display:none;
}
#global-nav ul{
	  right: 10px;
}
#global-nav .btn a{
	  padding: 18px 20px;
}
}
@media screen and (max-width: 980px) {
#global-nav ul li {
	  margin-right:0;
}  
}

@media screen and (max-width: 768px) {
#top-head .logo img{
	margin-top:0;
} 
#global-nav ul li.tenpo {
	  margin-top: 0;
}
#global-nav ul li.tenpo a span{
	  display: inline-block;
	  padding: 0 0 0 10px;
}
  #top-head .logo span {
	  padding: 5px 25px;
	  margin-top: 5px;
	  font-size: 60%;
  }
  #global-nav .btn a {
	  filter:none;
	  color:#fff;
  }
  #top-head .logo {
	  padding:0;
  }
  #global-nav ul li {
	  margin-top:0;
	  margin-right:0;
	  padding:10px;
	 }
	  
	  #top-head{
	  	width:100%;
	  	padding-top:0;
		z-index:10;
	  }
	  .inner {
		  width: 94%;
		  padding: 0;
	  }
	  #top-head {
		  top: 0;
		  position: fixed;
		  margin-top: 0;
		  background:none;
	  }
	  /* Fixed reset */
	  #top-head.fixed {
		  padding-top: 0;
		  background: transparent;
	  }
	  #mobile-head {
		  width: 100%;
		  height: 76px;
		  z-index: 999;
		  position: relative;
		  background:#f7f1e7;
	  }
	  #top-head.fixed .logo,
	  #top-head .logo {
		  position: absolute;
		  left: 0;
		  top: 18px;
		  font-size: large;
		  width:200px;
		 }
  #top-head.fixed .logo {
	  padding-top:0;
  }
  #top-head.fixed .logo span{
	  margin-left:0;
	  margin-top:5px;
  }
	  
	  
	  #global-nav {
		  position: absolute;
		  /* 開いてないときは画面外に配置 */
		  top: -480px;
		  background: #5a3918;
		  width: 100%;
		  text-align: center;
		  /* padding: 10px 0; */
		  -webkit-transition: .5s ease-in-out;
		  -moz-transition: .5s ease-in-out;
		  transition: .5s ease-in-out;
		 }
	  #global-nav ul {
		  list-style: none;
		  position: static;
		  right: 0;
		  bottom: 0;
	  }
	  #global-nav ul li {
		  float: none;
		  position: static;
	  }
#top-head.fixed ul li {
    margin-top: 0;
}

	  
	  #top-head #global-nav ul li a,
	  #top-head.fixed #global-nav ul li a {
		  width: 100%;
		  display: block;
		  color: #fff;
		  padding: 15px 0;
		  background:none;
		 }
		#global-nav .btn a{
			margin-top:0;
		}
	  #nav-toggle {
		  margin-top:14px;
		  display: block;
	  }
	  /* #nav-toggle 切り替えアニメーション */
	  .open #nav-toggle span:nth-child(1) {
		  top: 11px;
		  -webkit-transform: rotate(315deg);
		  -moz-transform: rotate(315deg);
		  transform: rotate(315deg);
	  }
	  .open #nav-toggle span:nth-child(2) {
		  width: 0;
		  left: 50%;
	  }
	  .open #nav-toggle span:nth-child(3) {
		  top: 11px;
		  -webkit-transform: rotate(-315deg);
		  -moz-transform: rotate(-315deg);
		  transform: rotate(-315deg);
	  }
	  /* #global-nav スライドアニメーション */
	  .open #global-nav {
		  /* #global-nav top + #mobile-head height */
		  -moz-transform: translateY(556px);
		  -webkit-transform: translateY(556px);
		  transform: translateY(556px);
	  }
	  
  #top-head.fixed .btn{
	  margin-top: 0;
  }
  #top-head.fixed  ul li.tenpo {
	  margin-top: 0;
	 }
 
}
  


/*
=========================================
  recruit
=========================================
*/
#recruit{
	background-image:url(../img/recruit_bg.jpg) ;
	background-size:cover;
	padding:3rem;
	margin-top:7rem;
	display:block;
}
#recruit:hover{
	background-image:url(../img/recruit_bg_over.jpg) ;
}
#recruit h2{
	color:#fff;
	text-align:center;
}

#recruit p{
	color:#fff;
	text-align:center;
}

@media screen and (max-width: 768px) {
#recruit{
	background-image:url(../img/recruit_bg_sp.jpg) ;
    padding: 1rem 0 3rem;
    margin-top: 5rem;
}
#recruit:hover{
	background-image:url(../img/recruit_bg_sp_over.jpg) ;
}
	
}


/*
=========================================
  banner
=========================================
*/
#banner{
	background:#5a3918;
	border-bottom:1px solid #cab39c;
	padding:2rem 0;	
	overflow:hidden;
}
#banner a{
	position:relative;
	text-align:center;
	float:left;
	width:23%;
	margin:1%;
	font-size:180%;
	line-height:3;
	display:block;
	padding:0 0 1.8rem;
	color:#fff;
	background:#af8356;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
#banner span{
	font-size:80%;
}

#banner a:hover{
	background:#966d44;
}
#banner .reservation{

	background:#d76b00;
}
#banner .reservation:hover{
	background:#b25c07;
}
#banner a img{
	position:absolute;
	bottom:0;
	right:0;
}
#banner a i{
	display:block;
	margin-top:-17px;
}
.my-small {
  font-size: 1em ;
}
	

@media screen and (max-width: 768px) {
#banner a{
	width:100%;
	margin:0.5rem 0;
	line-height:2;
	padding:0 0 1.1rem;
}
#banner a i{
	margin-top:-5px;
}

}


/*
=========================================
  footer
=========================================
*/
#footer{
	background:#5a3918;
	padding:2rem 0;	
	overflow:hidden;
}
#footer h2{
	margin-top:0;
}
#footer .information{
	float:left;
	width:100%;
	color:#fff;
}
#footer .information dl{
	float:left;
}
#footer .information dt{
	padding-bottom:15px;
}
#footer .information a{
	color:#fff;
}
#footer .fukuroi{
	width:50%;
}
#footer .kakegawa{
	width:50%;
}

#footer .copyright{
	color:#cab39c;
	clear:both;
	padding-top:1rem;
}

/*#footer .business_hours{
	float:right;
	width:45%;
	margin-top:2rem;
}
#footer .business_hours table{
	border-bottom:1px solid #cab39c;
	border-top:1px solid #cab39c;
	border-right:1px solid #cab39c;
}
#footer .business_hours th{
	border-left:1px solid #cab39c;
	color:#fff;
	padding:10px 5px;
	font-weight:normal;
}
#footer .business_hours td{
	background:#9b8977;
	color:#5a3918;
	text-align:center;
	border-left:1px solid #cab39c;
	padding:10px 5px;
}*/


@media screen and (max-width: 768px) {
#footer .fukuroi{
	width:100%;
	padding-bottom:1rem;
}
#footer .kakegawa{
	width:100%;
}	
}


/*
=========================================
  ページ上部へ
=========================================
*/

 #pageTop {
      position: fixed;
      bottom: 20px;
      right: 20px;
}

#pageTop i {
      padding-top: 12px;
      font-size:1.5em;
}

#pageTop a {
      display: block;
      z-index: 999;
      padding: 8px;
      width: 50px;
      height: 50px;
      background-color: #af8356;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
}

#pageTop a:hover {
      text-decoration: none;
      opacity: 0.7;
}


  .pc{
	  display:block;
  }
  .sp{
	  display:none;
  }
  
@media screen and (max-width: 768px) {
  .sp{
	  display:block;
  }
  .pc{
	  display:none;
  }
}

